<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}



var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		index_1 = newImage("http://imghost.indiamart.com/data/Q/6/MY-689604/rotary_roaster1_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/P/Q/MY-689604/Display_Counter_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/9/Z/MY-689604/commercial_gas_metallic_tan_250x250.jpg");
		index_4 = newImage("http://imghost1.indiamart.com/data2/RX/OV/MY-689604/machine-250x250.jpg");
		index_5 = newImage("http://imghost1.indiamart.com/data2/TA/DM/MY-689604/kulfi1-250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/H/8/MY-689604/Shawarma_Donnell_Kebab_Maker_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/A/Y/MY-689604/Catering_Equipments_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/N/W/MY-689604/rotary_reek_oven_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/J/X/MY-689604/Academic_Kitchen_Equipments_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/X/9/MY-689604/visi_cooler_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/C/X/MY-689604/product12_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/F/F/MY-689604/bakeryequipment_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
