var imgLoad = true

function imgOn(imgName,msg) {
	if (document.images) {
		document[imgName].src = eval(imgName + "on.src");
		window.status=msg;}
}

function imgOff(imgName,msg) {
	if (document.images) {
		document[imgName].src = eval(imgName + "off.src");
		window.status=msg;}
}

function msover(img1,ref1) {
	if (document.images) {
		document.images[img1].src = ref1;}
}
        
function msout(img1,ref1) {
	if (document.images) {
		document.images[img1].src = ref1;}
}


if (document.images) {
	pic1on = new Image();  pic1on.src = "images/buttons/whatsplaying_on.gif";
	pic2on = new Image();  pic2on.src = "images/buttons/email_on.gif";
	pic3on = new Image();  pic3on.src = "images/buttons/auditions_on.gif";
	pic4on = new Image();  pic4on.src = "images/buttons/workshops_on.gif";
	pic5on = new Image();  pic5on.src = "images/buttons/stagemoney_on.gif";
	pic6on = new Image();  pic6on.src = "images/buttons/join_on.gif";
	pic7on = new Image();  pic7on.src = "images/buttons/board_on.gif";
	pic8on = new Image();  pic8on.src = "images/buttons/support_on.gif";
	pic9on = new Image();  pic9on.src = "images/buttons/contacts_on.gif";

	pic99 = new Image();  pic99.src = "images/dot_clear.gif";

	pic1off = new Image();  pic1off.src = "images/buttons/whatsplaying_off.gif";
	pic2off = new Image();  pic2off.src = "images/buttons/email_off.gif";
	pic3off = new Image();  pic3off.src = "images/buttons/auditions_off.gif";
	pic4off = new Image();  pic4off.src = "images/buttons/workshops_off.gif";
	pic5off = new Image();  pic5off.src = "images/buttons/stagemoney_off.gif";
	pic6off = new Image();  pic6off.src = "images/buttons/join_off.gif";
	pic7off = new Image();  pic7off.src = "images/buttons/board_off.gif";
	pic8off = new Image();  pic8off.src = "images/buttons/support_off.gif";
	pic9off = new Image();  pic9off.src = "images/buttons/contacts_off.gif";

	pic51 = new Image();  pic51.src = "images/buttons/whatsplaying_text.gif";
	pic52 = new Image();  pic52.src = "images/buttons/email_text.gif";
	pic53 = new Image();  pic53.src = "images/buttons/auditions_text.gif";
	pic54 = new Image();  pic54.src = "images/buttons/workshops_text.gif";
	pic55 = new Image();  pic55.src = "images/buttons/stagemoney_text.gif";
	pic56 = new Image();  pic56.src = "images/buttons/join_text.gif";
	pic57 = new Image();  pic57.src = "images/buttons/board_text.gif";
	pic58 = new Image();  pic58.src = "images/buttons/support_text.gif";
	pic59 = new Image();  pic59.src = "images/buttons/contacts_text.gif";
}