		function init() {
			if (TransMenu.isSupported()) {
				TransMenu.initialize();

				menu1.onactivate = function() { document.getElementById("Services").className = "crumb"; };
				menu1.ondeactivate = function() { document.getElementById("Services").className = "crumb"; };

				menu2.onactivate = function() { document.getElementById("Solutions").className = "crumb"; };
				menu2.ondeactivate = function() { document.getElementById("Solutions").className = "crumb"; };

				menu3.onactivate = function() { document.getElementById("Investor").className = "crumb"; };
				menu3.ondeactivate = function() { document.getElementById("Investor").className = "crumb"; };

			}
		}

