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