// JavaScript Document
TeamcontactName		= 'Eric Anderson';
TeamcontactMailBox	= 'Hiker4u';
TeamcontactDomain2	= 'aol.';
TeamcontactDomain1	= 'com';

WebmasterName		= 'Konstantin Andreyev';
WebmasterMailBox	= 'pysf_webmaster';
WebmasterDomain2	= 'andreyevs.';
WebmasterDomain1	= 'net';

DeniseLarsenMailBox	= 'denise_larsen25';
DeniseLarsenDomain2	= 'msn.';
DeniseLarsenDomain1	= 'com';

hsSailingMailBox	= 'hssailing';
hsSailingDomain2	= 'yahoo.';
hsSailingDomain1	= 'com';

mto			= 'mailto:';
at          = '@';
ahref	    = '<a href="';
ahrefjs	    = '<a href="Javascript:';
a           = '</a>';


function menuButton1(){
//	document.getElementById("menuButton1").href = "../index.html";
	document.getElementById("menuButton1").href = "/index.html";
	document.getElementById("menuButton1").title = "PYSF Home page";
	document.write("Home");
}

function menuButton2(){
	document.getElementById("menuButton2").href = "http://photos.pysf.us/main.php";
	document.getElementById("menuButton2").title = "PYSF Photo gallery";
	document.write("Photos");
}

function menuButton3(){
//	document.getElementById("menuButton3").href = "../links/index.html";
	document.getElementById("menuButton3").href = "/links/index.html";
	document.getElementById("menuButton3").title = "Links";
	document.write("Links");
}

function menuButton4(){
//	document.getElementById("menuButton4").href = "../info/index.html";
	document.getElementById("menuButton4").href = "/info/index.html";
	document.getElementById("menuButton4").title = "Information";
	document.write("Info");
}

function menuButton5(){
	document.getElementById("menuButton5").href = "/RegattaResuts/index-results.html";
	document.getElementById("menuButton5").title = "Results";
	document.write("Results");
}

function menuButton6(){
	document.getElementById("menuButton6").href = "http://www.pysfopti.org/";
	document.getElementById("menuButton6").title = "Opti";
	document.write("Opti");
}

function menuButton7(){
	document.getElementById("menuButton7").href = "";
	document.getElementById("menuButton7").title = "";
	document.write("");
}

function EricsMail(){
//	sTagStr = ahref + mto + TeamcontactMailBox + at + TeamcontactDomain2 + TeamcontactDomain1 + '">' + TeamcontactName + a;
//	document.write(sTagStr);
	location = mto + TeamcontactMailBox + at + TeamcontactDomain2 + TeamcontactDomain1;
}

function WebmasterMail(){
//	sTagStr = ahref + mto + WebmasterMailBox + at + WebmasterDomain2 + WebmasterDomain1 + '">' + WebmasterName + a;
//	document.write(sTagStr);
	location = mto + WebmasterMailBox + at + WebmasterDomain2 + WebmasterDomain1;
}

function DeniseLarsenMail(){
//	sTagStr = ahref + mto + DeniseLarsenMailBox + at + DeniseLarsenDomain2 + DeniseLarsenDomain1 + '">' + DeniseLarsenName + a;
//	document.write(sTagStr);
	location = mto + DeniseLarsenMailBox + at + DeniseLarsenDomain2 + DeniseLarsenDomain1;
}

function hsSailingMail(){
	location = mto + hsSailingMailBox + at + hsSailingDomain2 + hsSailingDomain1;
}
