<!--
function popup(url, name, width, height)
{
if (url=="newslet_signup.asp"){
     urladdon=document.nl.email.value;
     url=url+"?email="+urladdon;
   } 
settings=
"toolbar=no,location=yes,directories=no,"+
"status=yes,menubar=no,scrollbars=yes,"+
"resizable=no,width="+width+",height="+height;

MyNewWindow=window.open(url,name,settings);
}
 //-->
