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

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

BaysSubscribe = 'bays+subscribe';
BaysUnsubscribe = 'bays+unsubscribe';
BaysSubscribeDigest = 'bays+subscribe-digest';
BaysSubscribeNomail = 'bays+subscribe-nomail';
BaysGetN = 'bays+get-N';
BaysOwner = 'bays+owner';
BaysListDomain2 = 'lists.pysf.';
BaysListDomain1 = 'us';

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

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

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

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 = "";
	document.getElementById("menuButton6").title = "";
	document.write("");
}

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

function baysSubscribeButton(){
	location = mto + BaysSubscribe + at + BaysListDomain2 + BaysListDomain1;
}

function baysUnsubscribeButton(){
	location = mto + BaysUnsubscribe + at + BaysListDomain2 + BaysListDomain1;
}

function baysSubscribeDigestButton(){
	location = mto + BaysSubscribeDigest + at + BaysListDomain2 + BaysListDomain1;
}

function baysSubscribeNomailButton(){
	location = mto + BaysSubscribeNomail + at + BaysListDomain2 + BaysListDomain1;
}

function baysGetNButton(){
	location = mto + BaysGetN + at + BaysListDomain2 + BaysListDomain1;
}

function baysOwnerButton(){
	location = mto + BaysOwner + at + BaysListDomain2 + BaysListDomain1;
}
