function showPopup(url) {
newwindow=window.open(url,'name','location=no,height=625,width=700,top=200,left=300,resizable,scrollbars=yes');
if (window.focus) {newwindow.focus() }
} 