<!--

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/D/4/MY-950738/health-care_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/7/V/MY-950738/engineering-and-constructio_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/Q/U/MY-950738/catering-and-hospitality_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/5/B/MY-950738/staffing-contract-employment_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/5/U/MY-950738/senior-management_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/A/H/MY-950738/it-jobs_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/J/7/MY-950738/other-manpower_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/F/N/MY-950738/accountancy_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/U/M/MY-950738/media-entertainment_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/R/U/MY-950738/recruitment-process-outsour_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/B/8/MY-950738/overseas-jobs_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/H/6/MY-950738/work-permint_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
