var isIE6 = (document.all && /MSIE (5\.5|6)/.test(navigator.userAgent));
function mh(e){
	if (isIE6){
		$(e).toggleClassName('menu-hover');
	}
}
