<!--

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/A/MY-448143/security-alarm-system_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/R/A/MY-448143/fire-alarm_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/8/8/MY-448143/fire-hydrants-systems_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/A/X/MY-448143/cctv-surveillance-and-monit_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/F/V/MY-448143/metal-detectors_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/7/3/MY-448143/tommy-whisper_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/6/Q/MY-448143/access-controls_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/T/K/MY-448143/revolving-door_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/U/P/MY-448143/currency-detectors_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/C/X/MY-448143/time-lock-system_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/F/A/MY-448143/Firedoors_Indiamart_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
