
function showPopup(url) { 
newwindow=window.open(url,'name','height=430,width=620,top=150,left=350,resizable'); 
if (window.focus) {newwindow.focus()} 
} 
