<!--

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/F/4/MY-1085871/video-wall_10381549_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/2/5/MY-1085871/dlp-projection-display_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/L/3/MY-1085871/scrolling-display_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/0/N/MY-1085871/dlp-projectors_10381282_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/7/F/MY-1085871/over-head-projectors_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/B/Y/MY-1085871/ohp-accessories_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/W/Z/MY-1085871/ohp-trolley_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
