<!--

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/T/MY-906043/Computing_Products_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/8/D/MY-906043/Networking_Products_250x250.jpg");
index_3 = newImage("http://imghost1.indiamart.com/data2/JX/TR/MY-906043/routers-250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/F/F/MY-906043/Networking_Infrastructure_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/A/L/MY-906043/Storage_Solutions_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/V/V/MY-906043/4Office_Automation_Telecom_250x250.jpg");
index_7 = newImage("http://imghost1.indiamart.com/data2/IA/UL/MY-906043/softwear-solution-250x250.jpg");
index_8 = newImage("http://imghost1.indiamart.com/data2/IV/DN/MY-906043/strategic-outsourcing-250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/L/9/MY-906043/1CISCO_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/F/6/MY-906043/SUN_Upgrades_250x250.jpg");
index_11 = newImage("http://imghost1.indiamart.com/data2/PB/VF/MY-906043/ciscorouters-250x250.jpg");
index_12 = newImage("http://imghost1.indiamart.com/data2/IN/XV/MY-906043/routers-250x250.jpg");
preloadFlag = true;
	}
}

// -->
