function init() {
				if (TransMenu.isSupported()) {
				TransMenu.initialize();
				menu1.onactivate = function() { document.getElementById("Section1").className = "hover"; };
				menu1.ondeactivate = function() { document.getElementById("Section1").className = ""; };

			/*	menu2.onactivate = function() { document.getElementById("Section2").className = "hover"; };
				menu2.ondeactivate = function() { document.getElementById("Section2").className = ""; };

				menu3.onactivate = function() { document.getElementById("Section3").className = "hover"; };
				menu3.ondeactivate = function() { document.getElementById("Section3").className = ""; };

				menu4.onactivate = function() { document.getElementById("Section4").className = "hover"; };
				menu4.ondeactivate = function() { document.getElementById("Section4").className = ""; };

				menu5.onactivate = function() { document.getElementById("Section5").className = "hover"; };
				menu5.ondeactivate = function() { document.getElementById("Section5").className = ""; };

				menu6.onactivate = function() { document.getElementById("Section6").className = "hover"; };
				menu6.ondeactivate = function() { document.getElementById("Section6").className = ""; };
*/					}
				}