// JavaScript Document
//MailBox = '';
//Domain2 = '';
//Domain1 = '';
ScoringMailBox = 'scoring';
BaysDomain2 = 'bayarea-youthsailing.';
BaysDomain1 = 'com';

JohnGutenkunstMailBox = 'jg';
JohnGutenkunstDomain2 = 'cynosurefinancial.';
JohnGutenkunstDomain1 = 'com';

SteveGroveMailBox = 'sgrove01';
SteveGroveDomain2 = 'pacbell.';
SteveGroveDomain1 = 'com';

LesaKinneyMailBox = 'sailorgirl.lesa';
LesaKinneyDomain2 = 'yahoo.';
LesaKinneyDomain1 = 'com';

WebmasterMailBox	= 'bays-admin';
WebmasterDomain2	= 'bayarea-youthsailing.';
WebmasterDomain1	= 'com';

EricAndersonMailBox = 'hiker4u';
EricAndersonDomain2 = 'aol.';
EricAndersonDomain1 = 'com';

RichardFeenyMailBox = 'richard.feeny';
RichardFeenyDomain2 = 'gmail.';
RichardFeenyDomain1 = 'com';

BenGlassMailBox = 'junior';
BenGlassDomain2 = 'stfyc.';
BenGlassDomain1 = 'com';

KatieTinderMailBox = 'juniors';
KatieTinderDomain2 = 'encinal.';
KatieTinderDomain1 = 'org';

KersClausenMailBox = 'KCYC';
KersClausenDomain2 = 'aol.';
KersClausenDomain1 = 'com';

SheilaMaherMailBox = 'mahersailor';
SheilaMaherDomain2 = 'comcast.';
SheilaMaherDomain1 = 'net';

DonJesbergMailBox = 'jesberg';
DonJesbergDomain2 = 'msn.';
DonJesbergDomain1 = 'com';

MikeKalinMailBox = 'stfycjunior';
MikeKalinDomain2 = 'gmail.';
MikeKalinDomain1 = 'com';

RobbieDeanMailBox = 'robbie.dean';
RobbieDeanDomain2 = 'tisailing.';
RobbieDeanDomain1 = 'org';

ForrestGayMailBox = 'youth';
ForrestGayDomain2 = 'sfyc.';
ForrestGayDomain1 = 'org';

LesaGutenkunstMailBox = 'lesa197';
LesaGutenkunstDomain2 = 'yahoo.';
LesaGutenkunstDomain1 = 'com';

BillLeeMailBox = 'blee';
BillLeeDomain2 = 'oakhollow.';
BillLeeDomain1 = 'com';

BillyZlotochaBox = 'juniors';
BillyZlotochaDomain2 = 'encinal.';
BillyZlotochaDomain1 = 'org';

DanBrandtBox = 'dan.higherfastervmg';
DanBrandtDomain2 = 'gmail.';
DanBrandtDomain1 = 'com';

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

//function Mail(){
//	location = mto + MailBox + at + Domain2 + Domain1;
//}
function baysScoringMail(){
	location = mto + ScoringMailBox + at + BaysDomain2 + BaysDomain1;
}
function JohnGutenkunstMail(){
	location = mto + JohnGutenkunstMailBox + at + JohnGutenkunstDomain2 + JohnGutenkunstDomain1;
}
function SteveGroveMail(){
	location = mto + SteveGroveMailBox + at + SteveGroveDomain2 + SteveGroveDomain1;
}
function LesaKinneyMail(){
	location = mto + LesaKinneyMailBox + at + LesaKinneyDomain2 + LesaKinneyDomain1;
}
function EricAndersonMail(){
	location = mto + EricAndersonMailBox + at + EricAndersonDomain2 + EricAndersonDomain1;
}
function RichardFeenyMail(){
	location = mto + RichardFeenyMailBox + at + RichardFeenyDomain2 + RichardFeenyDomain1;
}
function BenGlassMail(){
	location = mto + BenGlassMailBox + at + BenGlassDomain2 + BenGlassDomain1;
}
function KatieTinderMail(){
	location = mto + KatieTinderMailBox + at + KatieTinderDomain2 + KatieTinderDomain1;
}
function KersClausenMail(){
	location = mto + KersClausenMailBox + at + KersClausenDomain2 + KersClausenDomain1;
}
function SheilaMaherMail(){
	location = mto + SheilaMaherMailBox + at + SheilaMaherDomain2 + SheilaMaherDomain1;
}
function DonJesbergMail(){
	location = mto + DonJesbergMailBox + at + DonJesbergDomain2 + DonJesbergDomain1;
}
function MikeKalinMail(){
	location = mto + MikeKalinMailBox + at + MikeKalinDomain2 + MikeKalinDomain1;
}
function RobbieDeanMail(){
	location = mto + RobbieDeanMailBox + at + RobbieDeanDomain2 + RobbieDeanDomain1;
}
function ForrestGayMail(){
	location = mto + ForrestGayMailBox + at + ForrestGayDomain2 + ForrestGayDomain1;
}
function LesaGutenkunstMail(){
	location = mto + LesaGutenkunstMailBox + at + LesaGutenkunstDomain2 + LesaGutenkunstDomain1;
}
function BillLeeMail(){
	location = mto + BillLeeMailBox + at + BillLeeDomain2 + BillLeeDomain1;
}
function BillyZlotochaMail(){
	location = mto + BillyZlotochaBox + at + BillyZlotochaDomain2 + BillyZlotochaDomain1;
}
function DanBrandtMail(){
	location = mto + DanBrandtBox + at + DanBrandtDomain2 + DanBrandtDomain1;
}
function WebmasterMail(){
//	sTagStr = ahref + mto + WebmasterMailBox + at + WebmasterDomain2 + WebmasterDomain1 + '">' + WebmasterName + a;
//	document.write(sTagStr);
	location = mto + WebmasterMailBox + at + WebmasterDomain2 + WebmasterDomain1;
}

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

function menuButton2(){
	document.getElementById("menuButton2").href = "/aboutme.htm";
	document.getElementById("menuButton2").title = "About BAYS";
	document.write("About BAYS");
}

function menuButton3(){
	document.getElementById("menuButton3").href = "/schedule/2009-2010.html";
	document.getElementById("menuButton3").title = "Schedule";
	document.write("Schedule");
}

function menuButton4(){
	document.getElementById("menuButton4").href = "/results/2010/2010-results.html";
	document.getElementById("menuButton4").title = "Results";
	document.write("Results");
}

function menuButton5(){
	document.getElementById("menuButton5").href = "/favorite.htm";
	document.getElementById("menuButton5").title = "Links";
	document.write("Links");
}

function menuButton6(){
	document.getElementById("menuButton6").href = "http://photos.bayarea-youthsailing.com";
	document.getElementById("menuButton6").title = "Photos";
	document.write("Photos");
}

function menuButton7(){
	document.getElementById("menuButton7").href = "/contacts.html";
	document.getElementById("menuButton7").title = "Contacts";
	document.write("Contacts");
}

function menuButton8(){
	document.getElementById("menuButton8").href = "/nor.html";
	document.getElementById("menuButton8").title = "BAYS Series NOR";
	document.write("BAYS Series NOR");
}