<!--

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/J/2/MY-37538/building-projects-suvastu-project_10599333_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/2/J/MY-37538/building-projects-shree-ganesh_10599334_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/Z/U/MY-37538/architectural-projects_10599481_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/M/N/MY-37538/residential-contracts_10599473_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/Q/6/MY-37538/structural-designing_10599478_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/A/W/MY-37538/construction-services_10630336_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/7/D/MY-37538/electrical-services_10630337_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/F/C/MY-37538/economy-of-repairing-capacitor_10630338_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/Y/5/MY-37538/repairs-of-ht-lt-capacitors_10630340_250x250.JPG");
		index_10 = newImage("http://imghost.indiamart.com/data/P/T/MY-37538/installation-of-ht-line-capacitor-2c-substations-2c-transformer-work_10630339_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/R/I/MY-37538/high-tension-capacitors_10599479_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/W/W/MY-37538/low-20tension-20capacitors_10599480_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
