// JavaScript Document
		//this file sets the image loading  punit
		
		
		var preloaded = [];
		function init() {
					if (mtDropDown.isSupported()) {
					//changed by punit
				mtDropDown.initialize();
			}
		}

