function mme(n){
// for Microsoft Internet Explorer /////////////////////////////// IE_Show_Menu
	if(document.all){
			document.images["nm"+n].src = "../imgfol/dmenu"+n+".jpg";
			if(n==2){
				document.all("m_prod").style.pixelTop=88;
				document.all("m_prod").style.pixelLeft=122;
			}
	}
}

function mte(n){
// for Microsoft Internet Explorer /////////////////////////////// IE_Hide_Menu
	if(document.all){
		document.images["nm"+n].src = "../imgfol/menu"+n+".jpg";
		document.all("m_prod").style.pixelTop = -500;
	}
}
