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