<!--

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/R/E/MY-334926/photo2_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/J/G/MY-334926/interpretation-services_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/J/R/MY-334926/localization-services_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/J/2/MY-334926/typesetting-services_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/O/P/MY-334926/corporate-language-training_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/Q/J/MY-334926/career-counseling_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/6/9/MY-334926/training_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/N/N/MY-334926/data-entry-and-data-convers_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/H/R/MY-334926/multilingual-surveys_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/T/9/MY-334926/data_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/6/H/MY-334926/sales-marketin_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/Q/T/MY-334926/web-research_250x250.jpg");
preloadFlag = true;
	}
}

// -->
