<!--
function popUp(url,width,height)
{
newwin = window.open(url,'','width='+width+',height='+height+',screenX=50,screenY=0,left=70,top=0,scrollbars=auto,toolbar=no,status=no,resizable=yes,location=no,menubar=no,directories=no');
newwin.focus();
}
//-->


