/*EScrambled Email Address Code
For help with this code go to
http://innerpeace.org/escrambler.shtml*/
function escramble(user,domain){
 var a,b,c,d,e;
 a='<a href=\"mai';
 b=user;
 c='\">';
 a+='lto:';
 b+='@';
 b+=domain;
 d=b;
 e='</a>';
 document.write(a+b+c+d+e);
}
//End EScrambled Email Address Code

function closeup(name,swidth,sheight,width,height){
 code='<span style=\"cursor:pointer;\" onMouseOver=\"status=\'Click for Closeup!\';return true;\" onMouseOut=\"status=\'\';return true;\" onClick=\"window.open(\'img/'+name+'.htm\',\''+name+'\',\'top=100,left=100,width='+width+',height='+height+',rezisable=no,scrollbars=no,dependent=yes\');\"><img src=\"img/'+name+'.jpg\" width=\"'+swidth+'\" height=\"'+sheight+'\" alt=\"\" border=\"0\" class=\"image\"></span>';
 document.write(code);
}

function popupLink(target,text,width,height){
code='<span id=\"'+target+'\" style=\"color:#AA5500;cursor:pointer;\" onMouseOver=\"status=\''+text+'\';document.getElementById(\''+target+'\').style.color=\'#FF7700\';\" onMouseOut=\"status=\'\';document.getElementById(\''+target+'\').style.color=\'#AA5500\';\" onClick=\"window.open(\''+target+'.htm\',\''+target+'\',\'top=100,left=100,width='+width+',height='+height+',resizable=yes,scrollbars=yes,dependent=yes\');\">[&nbsp;'+text+'&nbsp;]</span>';
document.write(code);
}

