var actM = 0;var ie=document.all?true:false;
var mnuIH = new Array('WCH','COH','HEH','TPH','ODH','COUH','MPOLH','KPOLH');
var mnuI = new Array('WC','CO','HE','TP','OD','COU','MPOL','KPOL');
var color = Array("#ACE29A","");
var mnu = new Array('m_1','m_2','m_3','m_4','m_5','MMP','MMK','p_1','p_2','p_3','p_4','Back_1','Back_2','h_1','h_2','h_3','h_4','h_5','b_h')
function chngM(which){
	document.getElementById('root').style.position='absolute';document.getElementById('root').style.position='relative';
	document.getElementById(mnuI[actM]).style.display = 'none';document.getElementById(mnuIH[actM]).style.display = 'none';
	document.getElementById(mnuI[which]).style.display = '';document.getElementById(mnuIH[which]).style.display = '';
	actM = which;
}
function mO(which,alpha){document.getElementById(mnu[which]).style.filter=eval("'alpha(opacity:"+alpha+")'");}
function maO(which,c){
		 document.getElementById(mnu[which]).style.backgroundColor = color[c];
}
