function showPopup(url) { 
newwindow=window.open(url,'popup','height=600,width=800,top=20,left=20,resizable,scrollbars=yes,menubar=yes,toolbar=yes,location=yes'); 
if (window.focus) {newwindow.focus()} 
}
