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

