<!--

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/9/4/MY-712116/security-20guard_10473134_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/Z/Q/MY-712116/armed-20escort-20services_10473135_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/9/K/MY-712116/event-20security-20management_10473232_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/O/8/MY-712116/personal-20body-20gaurds-20vip-20protection_10473233_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/J/U/MY-712116/dog-20squads_10473234_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/I/1/MY-712116/lift-20man_10473235_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
