<!-- 
function open_window(name, url, width, height) 
{ 
window.open(url, name, "left=90,top=120,width=" +width+ ",height=" +height+ ",toolbar='no',menubar='no',status='no',scrollbars='no',resizable='no'"); 
} 
// --> 
