          function newPopwin(page){
              Popwin = window.open(page,'', 
                  'width=400,height=530,scrollbars=0,'+
                  'resizable=0,status=1,menubar=0,toolbar=0,'+
                  'location=0,directories=0,copyhistory=0');
          }