<!--

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/X/3/MY-1222437/drum-clamps_10603168_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/Y/X/MY-1222437/window-frame_10603167_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/Z/4/MY-1222437/door-frame_10603140_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/W/J/MY-1222437/panel-section_10603171_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/D/K/MY-1222437/dividing-bar_10603141_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/X/E/MY-1222437/ceiling-channel_10603169_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/Z/E/MY-1222437/roof-channel_10603170_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/5/1/MY-1222437/hardware-3a-channel_10603172_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/O/F/MY-1222437/terminal-channel_10603175_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/2/7/MY-1222437/window-assembly_10603173_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/2/D/MY-1222437/power-window-assembly_10603174_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/T/6/MY-1222437/purlin_10619584_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
