<!--

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/7/N/MY-450081/24dbi-2c-2-4-ghz-2c-gird-parabolic-antenna_10648288_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/F/7/MY-450081/24dbi-2c-27dbi-2c-30dbi-5-7-ghz-aluminium-die-cast-grid-antenna_10648289_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/8/R/MY-450081/2-4-ghz-omni-fiber-glass-antenna_10648290_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/G/8/MY-450081/2-4-ghz-helical-terminal-antenna_10648291_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/6/Z/MY-450081/5-7-ghz-fiber-glass-omni-antenna_10648292_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/H/G/MY-450081/antenna-27s_10648297_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/N/3/MY-450081/surge-protector_10648293_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/7/Z/MY-450081/heliax-cables-coaxiable-cables-low-loss-cables_10648294_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/H/9/MY-450081/rf-coaxial-microwave-heliax-reverse-polarity-connectors_10648295_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/H/3/MY-450081/active-26-passive-components_10648296_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/H/W/MY-450081/weather-proofing-kit-cable-clamp_10648298_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/0/X/MY-450081/voice-products_10648299_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
