function openWin(url, name) {
  popupWin = window.open(url, name, "resizable=no,scrollbars=yes,width=450,height=350,left=0,top=0");
  windowIsOpen = "true";
  popupWin.focus()
}

function protectAddress( name, account, domain )	{
	var tag1 = "mai"
	var tag2 = "lto:" 
	document.write("<a h" + "ref=" + tag1 + tag2 + account + "@" + domain + ">"+name +"</a>");
	}
	
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function protectAddress( name, account, domain )	{
	var tag1 = "mai"
	var tag2 = "lto:" 
	document.write("<a h" + "ref=" + tag1 + tag2 + account + "@" + domain + ">"+name +"</a>");
	}
	
function checkSecretCode()
	{  
		if (document.forms[0].secretcode != null)
		{
		if ((document.forms[0].secretcode.value == "CHBRP") || (document.forms[0].secretcode.value == "chbrp"))
			{
			document.forms[0].elements['submit'].disabled = false;
			}
		else
			{
			document.forms[0].elements['submit'].disabled = true;
			}
		}
	}		