// JavaScript Document
<!--
if (document.images) {
	SrcArr = new Array ("custom_mtv","custom_pizza","custom_friendbox","custom_superc","custom_swapz","custom_att","home","products","demo","services","company","contact");
	ImgArr = new Array ();
	for (i in SrcArr) {
		ImgArr[i] = new Image ();
		ImgArr[i].src = "img/over/m_"+SrcArr[i] + "_over.gif";
	}
}

function mnu(imgsrc,ImVsbl) {
	document.images[imgsrc].src = "img/over/m_"+imgsrc+(ImVsbl ? "_over" : "")+".gif";
}
-->

