﻿function init() {			
	//alert("initialize");
			if (mtDropDown.isSupported()) {
				mtDropDown.initialize();				
			}else{
				alert("menu initialize fail!");
			}
}	


	