<!--

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://imghost1.indiamart.com/data2/VS/NO/MY-5132/t-shirts-250x250.jpg");
		index_2 = newImage("http://imghost1.indiamart.com/data2/OJ/EH/MY-5132/poloshirt-250x250.jpg");
		index_3 = newImage("http://imghost1.indiamart.com/data2/LR/DP/MY-5132/ladies-250x250.jpg");
		index_4 = newImage("http://imghost1.indiamart.com/data2/YH/SO/MY-5132/knitshorts-250x250.jpg");
		index_5 = newImage("http://imghost1.indiamart.com/data2/EJ/AY/MY-5132/dress-shirts-250x250.jpg");
		index_6 = newImage("http://imghost1.indiamart.com/data2/MA/QD/MY-5132/denim-jeans-250x250.jpg");
		index_7 = newImage("http://imghost1.indiamart.com/data2/MW/GT/MY-5132/grey-fabrics-250x250.jpg");
		index_8 = newImage("http://imghost1.indiamart.com/data2/NK/IA/MY-5132/single-jersey-fabrics-250x250.jpg");
		index_9 = newImage("http://imghost1.indiamart.com/data2/GU/JA/MY-5132/pique-fabrics-250x250.jpg");
		index_10 = newImage("http://imghost1.indiamart.com/data2/BL/RW/MY-5132/interlock-fabrics-rib-fabrics-250x250.jpg");
		index_11 = newImage("http://imghost1.indiamart.com/data2/HK/OF/MY-5132/woven-garment-fabrics-250x250.jpg");
		index_12 = newImage("http://imghost1.indiamart.com/data2/II/YF/MY-5132/fabrics-250x250.jpg");
		preloadFlag = true;
	}
}

// -->
