<!--
if (navigator.appVersion.substring(0,1) >= 3) {
   home1 = new Image(); home1.src = "/img/m_home1.gif";
   home2 = new Image(); home2.src = "/img/m_home2.gif";
   abou1 = new Image(); abou1.src = "/img/m_abou1.gif";
   abou2 = new Image(); abou2.src = "/img/m_abou2.gif";
   entr1 = new Image(); entr1.src = "/img/m_entr1.gif";
   entr2 = new Image(); entr2.src = "/img/m_entr2.gif";
   phot1 = new Image(); phot1.src = "/img/m_phot1.gif";
   phot2 = new Image(); phot2.src = "/img/m_phot2.gif";
   news1 = new Image(); news1.src = "/img/m_news1.gif";
   news2 = new Image(); news2.src = "/img/m_news2.gif";
   link1 = new Image(); link1.src = "/img/m_link1.gif";
   link2 = new Image(); link2.src = "/img/m_link2.gif";
   cont1 = new Image(); cont1.src = "/img/m_cont1.gif";
   cont2 = new Image(); cont2.src = "/img/m_cont2.gif";
}

function fpz(i1,i2) {
   if (navigator.appVersion.substring(0,1) >= 3) {
      document.images[i1].src=eval(i2 + ".src");
   }
}

function MM_reloadPage(init) {
   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 openImg(img) {
   var iMyWidth = (window.screen.width/2) - (290);
   var iMyHeight = (window.screen.height/2) - (220);
   var sImg = window.open("pop.asp?img=" + img, "sImg", "Toolbars=1,location=0,directories=0,status=0,scrollbars=1,menubar=0,resizable=1,width=500,height=400,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + "");
   sImg.focus();
}

function validate(form) {
   with (window.document.frmPasswd) {
      if (passwd1.value == "") {
         alert('Password cannot be blank.');
         passwd1.focus();
         return false;
      }
      else {
         if (passwd1.value != passwd2.value) {
            alert("Passwords do not match.");
	    passwd1.focus();
            return false;
         }
      }
   }
   return true;
}
// -->