<!--

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/F/O/MY-1233398/cow-finish-horns_10611569_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/U/O/MY-1233398/horn-beads_10611567_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/Z/4/MY-1233398/horn-bowls_10608729_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/U/9/MY-1233398/horn-photo-frames_10611565_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/2/S/MY-1233398/horn-button-blanks_10611566_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/K/V/MY-1233398/finished-buttons_10611570_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/M/G/MY-1233398/bone-jewelry-boxes_10611572_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/U/Z/MY-1233398/bone-bangles_10611573_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/T/Z/MY-1233398/serving-spoons_10611574_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/Z/2/MY-1233398/horn-bangles_10611568_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/Z/U/MY-1233398/brass-bone-bangles_10611571_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/M/D/MY-1233398/resin-necklaces_10608728_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
