
function showPopup350(url) { 
newwindow=window.open(url,'name','height=416,width=370,top=200,left=600,resizable'); 
if (window.focus) {newwindow.focus()} 
} 
