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