<!--

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/O/0/MY-1065740/wireless-simon_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/Y/L/MY-1065740/intrusion-wired_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/4/K/MY-1065740/fire-control-equipment_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/8/O/MY-1065740/fire-control-equipment1_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/7/D/MY-1065740/dvr_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/X/7/MY-1065740/cctv_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/6/Q/MY-1065740/dehumidifier_250x250.JPG");
		index_8 = newImage("http://imghost.indiamart.com/data/U/E/MY-1065740/dehumidifier1_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/9/9/MY-1065740/tvs-cctv-products_10932913_250x250.JPG");
		preloadFlag = true;
	}
}

// -->
