
//anti-spambot e-mail

function contactMe (theName, theHost, theContact)
{
  document.write("<a href=" + "mailto:" + theName + "@" + theHost + " onFocus='if(this.blur)this.blur();'" + ">" + theContact + "</a>");
}

//in doc write this: <script type='text/javascript'>contactMe('xx','xx.com','Contact Us');</script>


//OPEN IN NEW WINDOWS

// open new window to size
// unnumbered no size
// openwin1 opens photos


function openWin() { 
myWin=open("","newWindow","top=200,left=200,width=800,height=500,status=no,toolbar=no,menubar=no,location=no,directories=no,titlebar=no,scrollbars=yes,resizable=yes"); }

