// JavaScript Document
  function page_open(name)
  {
      var photoWindow = window.open(name,'cardviewer','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=675,height=500');
  }
  
  // eMail Obfuscator Script 2.1 by Tim Williams - freeware
function showEmail() {
 coded = "GN2@GN2ARPJEL.PDF"
 cipher = "aZbYcXdWeVfUgThSiRjQkPlOmNnMoLpKqJrIsHtGuFvEwDxCyBzA1234567890"
 shift=coded.length
 link=""
  for (i=0; i<coded.length; i++){
    if (cipher.indexOf(coded.charAt(i))==-1)
	 {
	  ltr=coded.charAt(i)
	  link+=(ltr)
     } else {     
	  ltr = (cipher.indexOf(coded.charAt(i))-shift+cipher.length) % cipher.length
	  link+=(cipher.charAt(ltr))
	}				
  }
document.write("<a class='menu' href='mailto:"+link+"'>Email me (Les)</a>")
 }

function showEmail2() {
 coded = "GN2@GN2ARPJEL.PDF"
 cipher = "aZbYcXdWeVfUgThSiRjQkPlOmNnMoLpKqJrIsHtGuFvEwDxCyBzA1234567890"
 shift=coded.length
 link=""
  for (i=0; i<coded.length; i++){
    if (cipher.indexOf(coded.charAt(i))==-1)
	 {
	  ltr=coded.charAt(i)
	  link+=(ltr)
     } else {     
	  ltr = (cipher.indexOf(coded.charAt(i))-shift+cipher.length) % cipher.length
	  link+=(cipher.charAt(ltr))
	}				
  }
document.write("<a class='email' href='mailto:"+link+"'>Email me (Les)</a>")
 }
