<!--

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/Q/0/MY-864784/road_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/3/J/MY-864784/safety_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/X/K/MY-864784/safetysign_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/9/7/MY-864784/mall-signages_10536870_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/8/T/MY-864784/fire-signages_10536791_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/G/P/MY-864784/welcome_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/Q/K/MY-864784/White_Boards_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/H/6/MY-864784/Parking_Signages_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/C/C/MY-864784/dustbin_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/C/N/MY-864784/baricade_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/G/3/MY-864784/matting_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/1/6/MY-864784/company-logo_10536792_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
