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

