<script type="text/javascript">
function showPopup(url) {
newwindow=window.open(url,'name','height=320,width=400,top=0,left=300,resizable');
if (window.focus) {newwindow.focus()}
}
</script> 
