		//this file sets the image loading  punit
		
		
		var preloaded = [];


		for (var i = 1; i <= 4; i++) {
			//changed by punit
			preloaded[i] = [loadImage("b" + i + ".gif"), loadImage("b" + i + ".gif")];
		}

		function init() {
					if (mtDropDown.isSupported()) {
					//changed by punit
				mtDropDown.initialize();
   		       			
			}
		}


