function popup(URL){
popupWindow=window.open(URL,'popup','width=635,height=600,top=0,toolbar=no,personalbar=no,location=no,directories=no,statusbar=no,menubar=no,titlebar=no,status=no,resizable=yes,left=260,screenX=60,top=50,screenY=100');
popupWindow.focus;

//var textwindow=window.open("","textwindow","window=no,width=150,height=150,left=560,screenX=560,top=50,screenY=50")
//textwindow.document.open();
//textwindow.document.clear();
//// textwindow.document.write("<img src='"+URL+"'>")
//textwindow.document.write("<p>Pop up</p>")
return false;
}
function oldpopup(URL){
window.open(URL,'popup','width=800,height=600,top=0,toolbar=no,personalbar=no,location=no,directories=no,statusbar=no,menubar=no,titlebar=no,status=no,resizable=yes,left=60,screenX=60,top=100,screenY=100');
}

