
 function gowindow(str,vally,w,h) {
 openwin = window.open(str,vally,'width='+ w +',height='+ h +',status=no,scrollbars=yes,resizable=no,location=no,toolbar=no');
 } 
 
 function gowindow1(str,vally,w,h) {
 openwin = window.open(str,vally,'width='+ w +',height='+ h +',status=no,scrollbars=no,resizable=no,location=no,toolbar=no');
 } 

