//<![CDATA[
	function init() {
	  if (TransMenu.isSupported()) {
			TransMenu.initialize();
document.getElementById("mtm_home").onmouseover = function() { ms.hideCurrent(); this.className = "hover"; }
document.getElementById("mtm_home").onmouseout = function() { this.className = ""; }
menu2.onactivate = function() { document.getElementById("mtm_products").className = "hover"; };
menu2.ondeactivate = function() { document.getElementById("mtm_products").className = ""; };
menu3.onactivate = function() { document.getElementById("mtm_services").className = "hover"; };
menu3.ondeactivate = function() { document.getElementById("mtm_services").className = ""; };
menu4.onactivate = function() { document.getElementById("mtm_partners").className = "hover"; };
menu4.ondeactivate = function() { document.getElementById("mtm_partners").className = ""; };
menu5.onactivate = function() { document.getElementById("mtm_community").className = "hover"; };
menu5.ondeactivate = function() { document.getElementById("mtm_community").className = ""; };
menu6.onactivate = function() { document.getElementById("mtm_about").className = "hover"; };
menu6.ondeactivate = function() { document.getElementById("mtm_about").className = ""; };
	 	}
  }
//
function initPage() {
    // initialize the menu
    try {
      init();
    } catch (e) {}
}
//]]>


