function popupmenu_init() {
	if (mtDropDown.isSupported()) {
		mtDropDown.renderAll();
		mtDropDown.initialize();				
		mtDropDown.setImgSrc();
	}
}
