// JavaScript Document
<!--
function popupWindow(url,name,wtop,wleft,wwidth,wheight) 
{
return window.open(url,name,'top='+wtop+',left='+wleft+',width='+wwidth+',height='+wheight+',resizable=yes,scrollbars=yes,active=no,menubar=no,location=no');
}
//-->
