if (document.images) {
	homeon= new Image(141,22);
	homeon.src="_derived/home_cmp_copy-of-studio010_vbtn_a.gif";  

	homeoff= new Image(141,22);
	homeoff.src="_derived/home_cmp_copy-of-studio010_vbtn.gif";

	touron= new Image(141,22);
	touron.src="_derived/Tournaments.htm_cmp_copy-of-studio010_vbtn_a.gif";  

	touroff= new Image(141,22);
	touroff.src="_derived/Tournaments.htm_cmp_copy-of-studio010_vbtn.gif";

	cityon= new Image(141,22);
	cityon.src="_derived/CityLeague.htm_cmp_copy-of-studio010_vbtn_a.gif";  

	cityoff= new Image(141,22);
	cityoff.src="_derived/CityLeague.htm_cmp_copy-of-studio010_vbtn.gif";

	abouton= new Image(141,22);
	abouton.src="_derived/about_the_pda.htm_cmp_copy-of-studio010_vbtn_a.gif";  

	aboutoff= new Image(141,22);
	aboutoff.src="_derived/about_the_pda.htm_cmp_copy-of-studio010_vbtn.gif";

	leagueon= new Image(141,22);
	leagueon.src="_derived/League.htm_cmp_copy-of-studio010_vbtn_a.gif";  

	leagueoff= new Image(141,22);
	leagueoff.src="_derived/League.htm_cmp_copy-of-studio010_vbtn.gif";

	linkson= new Image(141,22);
	linkson.src="_derived/Dartlinks.htm_cmp_copy-of-studio010_vbtn_a.gif";  

	linksoff= new Image(141,22);
	linksoff.src="_derived/Dartlinks.htm_cmp_copy-of-studio010_vbtn.gif";

	photoon= new Image(141,22);
	photoon.src="_derived/photo.htm_cmp_copy-of-studio010_vbtn_a.gif";  

	photooff= new Image(141,22);
	photooff.src="_derived/photo.htm_cmp_copy-of-studio010_vbtn.gif";

	feedbackon= new Image(141,22);
	feedbackon.src="_derived/feedback.htm_cmp_copy-of-studio010_vbtn_a.gif";  

	feedbackoff= new Image(141,22);
	feedbackoff.src="_derived/feedback.htm_cmp_copy-of-studio010_vbtn.gif";
}

function lightup(imgName) {
	if (document.images) {
		imgOn=eval(imgName + "on.src");
		document[imgName].src= imgOn;
	}
}

function turnoff(imgName) {
	if (document.images) {
		imgOff=eval(imgName + "off.src");
		document[imgName].src= imgOff;
	}
}

