<!--

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/XX/HY/MY-865929/cotton-t-shirts-250x250.jpg");
		index_2 = newImage("http://imghost1.indiamart.com/data2/RE/IL/MY-865929/polo-t-shirts-250x250.jpg");
		index_3 = newImage("http://imghost1.indiamart.com/data2/EF/UX/MY-865929/sweat-shirts-250x250.jpg");
		index_4 = newImage("http://imghost1.indiamart.com/data2/SW/OH/MY-865929/mens-jacket-250x250.jpg");
		index_5 = newImage("http://imghost1.indiamart.com/data2/ST/CW/MY-865929/corporate-bags-250x250.jpg");
		index_6 = newImage("http://imghost1.indiamart.com/data2/OL/IU/MY-865929/32-250x250.jpg");
		index_7 = newImage("http://imghost1.indiamart.com/data2/WA/LM/MY-865929/7676-250x250.jpg");
		index_8 = newImage("http://imghost1.indiamart.com/data2/TX/BO/MY-865929/3232-250x250.jpg");
		index_9 = newImage("http://imghost1.indiamart.com/data2/JD/YA/MY-865929/66-250x250.jpg");
		index_10 = newImage("http://imghost1.indiamart.com/data2/YN/FT/MY-865929/sports-250x250.jpg");
		index_11 = newImage("http://imghost1.indiamart.com/data2/QP/GD/MY-865929/promotional-wear-250x250.gif");
		index_12 = newImage("http://imghost1.indiamart.com/data2/PT/JA/MY-865929/leather-products-250x250.jpg");
		preloadFlag = true;
	}
}

// -->
