<!-- Begin
function helpy(theURL) {
   var ancho=screen.width * .70;
   var alto=screen.height * .75;
   windowprops = "top=5,left=10,resizable=yes,scrollbars=yes"
   + ",width=" + ancho + ",height=" + alto;
   window.open(theURL, 'dependent', windowprops);
}

function setfocus() { document.mailer.email.focus(); }

//  End -->