function gotoTop() {
	scroll(1,1);
}

function emailMe(ename, rf, rl, domain, subjct) {
	var emailname = " ";
	var realfirst = "Name"
	var reallast = "Withheld"
	var emailserver = " ";
	subject = "On Track On Line";
	if (ename) { emailname = ename }
	if (rf) { realfirst = rf }
	if (rl) { reallast = rl }
	if (domain) { emailserver = domain }
	if (subjct) { subject = subjct }
	document.write("<span style='font-family: verdana, ms sans serif, helvetica; font-size: small;'>");
	document.write("<a href='mailto:" + emailname + "@" + emailserver + "?subject=" + subject + "'>");
	document.write(realfirst + " " + reallast);
	document.write("</a>");
	document.write("</span>");
}

function MouseOverRoutine (ButtonName)
{
if (ButtonName=="button1")
	{ document.button1.src = button1down.src; }
if (ButtonName=="button2")
	{ document.button2.src = button2down.src; }
if (ButtonName=="button3")
	{ document.button3.src = button3down.src; }
if (ButtonName=="button4")
	{ document.button4.src = button4down.src; }
if (ButtonName=="button5")
	{ document.button5.src = button5down.src; }
if (ButtonName=="button6")
	{ document.button6.src = button6down.src; }
if (ButtonName=="button7")
	{ document.button7.src = button7down.src; }
if (ButtonName=="button8")
	{ document.button8.src = button8down.src; }
if (ButtonName=="button9")
	{ document.button9.src = button9down.src; }
if (ButtonName=="button10")
	{ document.button10.src = button10down.src; }
if (ButtonName=="button11")
	{ document.button11.src = button11down.src; }
if (ButtonName=="button12")
	{ document.button12.src = button12down.src; }
if (ButtonName=="buttonold")
	{ document.buttonold.src = buttonolddown.src; }
}

function MouseOutRoutine (ButtonName)
{
if (ButtonName=="button1")
	{ document.button1.src = button1up.src; }
if (ButtonName=="button2")
	{ document.button2.src = button2up.src; }
if (ButtonName=="button3")
	{ document.button3.src = button3up.src; }
if (ButtonName=="button4")
	{ document.button4.src = button4up.src; }
if (ButtonName=="button5")
	{ document.button5.src = button5up.src; }
if (ButtonName=="button6")
	{ document.button6.src = button6up.src; }
if (ButtonName=="button7")
	{ document.button7.src = button7up.src; }
if (ButtonName=="button8")
	{ document.button8.src = button8up.src; }
if (ButtonName=="button9")
	{ document.button9.src = button9up.src; }
if (ButtonName=="button10")
	{ document.button10.src = button10up.src; }
if (ButtonName=="button11")
	{ document.button11.src = button11up.src; }
if (ButtonName=="button12")
	{ document.button12.src = button12up.src; }
if (ButtonName=="buttonold")
	{ document.buttonold.src = buttonoldup.src; }
}


