// JavaScript Document
function ForkEmailClient(nameCode) {
	if (nameCode == 2) {
		coded="wqcuzw@syat7qmpd17w9.o1y";
	}
	else {
		if (nameCode == 1)	{
			coded="ylyv@rx9s5plocz5v7.nzx";	
		}
		else {
			alert ("Problem with email. Please call us at (208)938-4822.");
			return;
		}
	}
	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));
		}
	}
	parent.location='\u006dail\u0074o\u003a'+link+'?\u0073ubject="From Site - Question about Quilting or Racks"';
}
	
function Argh() {
	alert("This is an alert, baby!");
}