function popup1(url,width,height){
window.open(url,'mywin',
'left=20,top=20,width='+width+',height='+height+',toolbar=0,resizable=0,location=0,menubar=0,directories=0,scrollbars=0,status=0,titlebar=0,addressbar=0')
}