<!-- Begin

heyworthbarup = new Image();
heyworthbarup.src = "img/heyworthbar.gif";

trivalleybarup = new Image();
trivalleybarup.src = "img/trivalleybar.gif";

fisherbarup = new Image();
fisherbarup.src = "img/fisherbar.gif";

htbarup = new Image();
htbarup.src = "img/holytrinitybar.gif";

dwbarup = new Image();
dwbarup.src = "img/delandweldonbar.gif";

leroybarup = new Image();
leroybarup.src = "img/leroybar.gif";

rbarup = new Image();
rbarup.src = "img/ridgeviewbar.gif";

brbarup = new Image();
brbarup.src = "img/blueridgebar.gif";

heyworthbardown = new Image();
heyworthbardown.src = "img/heyworthbardown.gif";

trivalleybardown = new Image();
trivalleybardown.src = "img/trivalleybardown.gif";

fisherbardown = new Image();
fisherbardown.src = "img/fisherbardown.gif";

htbardown = new Image();
htbardown.src = "img/holytrinitybardown.gif";

dwbardown = new Image();
dwbardown.src = "img/delandweldonbardown.gif";

leroybardown = new Image();
leroybardown.src = "img/leroybardown.gif";

rbardown = new Image();
rbardown.src = "img/ridgeviewbardown.gif";

brbardown = new Image();
brbardown.src = "img/blueridgebardown.gif";

heyworth = new Image();
heyworth.src = "img/heyworthtopleft.gif";

trivalley = new Image();
trivalley.src = "img/trivalleytopleft.gif";

fisher = new Image();
fisher.src = "img/fishertopleft.gif";

ht = new Image();
ht.src = "img/holytrinitytopleft.gif";

dw = new Image();
dw.src = "img/delandweldontopleft.gif";

leroy = new Image();
leroy.src = "img/leroytopleft.gif";

r = new Image();
r.src = "img/ridgeviewtopleft.gif";

br = new Image();
br.src = "img/blueridgetopleft.gif";

function m_over (school)
{
	eval (school + "bar.src=" + school + "bardown.src");
	eval ("topleft.src=" + school + ".src");
}

function m_out (school)
{
	eval (school + "bar.src=" + school + "barup.src");
	topleft.src = "img/svctopleft.gif";
}

// End -->

