<!--
/****************************************************
     Created With: PopupGenerator
     URL: http://www.popupgenerator.com
****************************************************/
var win=null;
function NewWindow(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes";win=window.open(mypage,myname,settings);
win.focus();}



function securemail (domain, user) {
   var address = user;
   address += "@";
   address += domain;
window.open ('mailto:'+address,'_blank');
}  // end of function securemail()

<!-- iframe
<!-- hide from impaired browsers
BroW = parseInt(navigator.appVersion) ; NaV = navigator.appName
//
function getTxt(txt,lnk) {
  if (lnk == "") {lnk = txt}
  if (NaV == "Netscape") {
    lin = '<A HREF="' + lnk + '">' + txt + '</A>' 
  } else {
    lin = '<A HREF="javascript:getIEtxt(' ; lin += "'" + lnk + "')"
    lin += '">' + txt + '</A>'
  }
  document.write(lin) ; document.close()
}
function getIEtxt(txt) {
  loc = self.location.href
  loc = loc.substr(0,loc.lastIndexOf("/") + 1)
  window.location="view-source:" + loc + txt
}
//-->

