<!--

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/E/Y/MY-410400/mm444_250x250.jpg");
		index_2 = newImage("http://bhptemp.mypcat.com/puneetindustries/pcat-gifs/products-small/acryliser.jpg");
		index_3 = newImage("http://bhptemp.mypcat.com/puneetindustries/pcat-gifs/products-small/auto-20clave_10371891.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/7/A/MY-410400/cast_duplicator1_250x250.jpg");
		index_5 = newImage("http://bhptemp.mypcat.com/puneetindustries/pcat-gifs/products-small/electro-20polisher_10371892.jpg");
		index_6 = newImage("http://bhptemp.mypcat.com/puneetindustries/pcat-gifs/products-small/programmable-20vacuum-20mixer-20_10371894.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/K/G/MY-410400/hydraulic_press_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/S/9/MY-410400/plaster-20dispensers_10372452_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/P/Y/MY-410400/electric_carver_250x250.jpg");
		index_10 = newImage("http://bhptemp.mypcat.com/puneetindustries/pcat-gifs/products-small/sand-blaster-recycle_10670376.jpg");
		index_11 = newImage("http://bhptemp.mypcat.com/puneetindustries/pcat-gifs/products-small/ultrasonic-cleaner_10670403.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/F/V/MY-410400/pressure_pot_heat_cure_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
