	function mouseOver(img, imgOver, menu_name){
		img.src = imgOver;
		cswmShow(menu_name, menu_name, 'below');
	}
	function mouseOut(img, imgUrl){
		img.src = imgUrl;
		cswmHide();
	}
	function SwapOver(img, imgUrl){
		
		img.src = imgUrl;
	}
	function radm_process(item)
	{
		document.getElementById("mhdr_"+item.Category).style.color="#000066";
		item.RemoveHilight=function() { radm_reset(this); this.RemoveState(MODE_HILIGHT); if (this.CheckState(MODE_NORMAL)){ this.Render(MODE_NORMAL); }else if (this.CheckState(MODE_DISABLED)){ this.Render(MODE_DISABLED); }; };
	}
	function radm_reset(item)
	{
		if(item.Selected==false)
			document.getElementById("mhdr_"+item.Category).style.color="White";
	}

