<!--

function MM_displayStatusMsg(msgStr)  { //v3.0
	status=msgStr; document.MM_returnValue = true;
}

function lightUp(x,y)  {
	z = (parseInt(x.substring(1,3)) + y);
	theImg = new Image;
	theImg.src = "images/main/" + x.charAt(0) + z + ".gif";
	document.images[x].src = theImg.src;
}

// -->