function openwin(url,hei,wi) 

 window.open (url, '','height='+hei+',width='+wi+',top=100,left=300,toolbar=no,menubar=no, scrollbars=no, resizable=no, location=no, status=no')
 }