<!--

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/8/G/MY-113200/teachers_250x250.JPG");
index_2 = newImage("http://imghost.indiamart.com/data/U/1/MY-113200/7_rod_multi_250x250.JPG");
index_3 = newImage("http://imghost.indiamart.com/data/M/B/MY-113200/13_rod_250x250.JPG");
index_4 = newImage("http://imghost.indiamart.com/data/2/U/MY-113200/15_rods_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/Z/J/MY-113200/17_rods_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/Q/1/MY-113200/water_tap_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/3/V/MY-113200/Angle_Valve_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/N/W/MY-113200/Connection_Hoses_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/T/2/MY-113200/can_tap_web1_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/D/H/MY-113200/forge_comp_250x250.jpg");
preloadFlag = true;
	}
}

// -->
