<!--
  function menuinit() {
	  
   if (mtDropDown.isSupported()) {
    mtDropDown.initialize();

	menu1.onactivate = function() {
		obj = document.getElementById("menu1");
	};
    menu1.ondeactivate = function() {
		obj = document.getElementById("menu1");
	};

	menu2.onactivate = function() {
		obj = document.getElementById("menu2");
	};
    menu2.ondeactivate = function() {
		
		obj = document.getElementById("menu2");
	};

	menu3.onactivate = function() {
		obj = document.getElementById("menu3");
	};
    menu3.ondeactivate = function() {	
		obj = document.getElementById("menu3");
	};
	
	menu4.onactivate = function() {
		obj = document.getElementById("menu4");
	};
    menu4.ondeactivate = function() {
		obj = document.getElementById("menu4");
	};
	
	menu5.onactivate = function() {
		obj = document.getElementById("menu5");
	};
    menu5.ondeactivate = function() {
		obj = document.getElementById("menu5");
	};
	
	menu6.onactivate = function() {
		obj = document.getElementById("menu6");
	};
    menu6.ondeactivate = function() {
		obj = document.getElementById("menu6");
	};
	
	menu7.onactivate = function() {
		obj = document.getElementById("menu7");
	};
    menu7.ondeactivate = function() {
		obj = document.getElementById("menu7");
	};
	
	menu8.onactivate = function() {
		obj = document.getElementById("menu8");
	};
    menu8.ondeactivate = function() {
		obj = document.getElementById("menu8");
	};

   }
}
//-->