<!--

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/K/MY-1431320/c7_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/5/C/MY-1431320/Stone_Sticker_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/3/7/MY-1431320/Designer_Neck_Stickers_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/0/8/MY-1431320/Sequin_Stone_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/H/N/MY-1431320/Ladies_Top_Octagon_Stud_Sti_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/3/4/MY-1431320/multicolored-garments-sticker-motif_10842225_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/0/S/MY-1431320/nail-head-motif_10842226_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/R/W/MY-1431320/ladies-suit-stone-stickers-motif_10842227_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/P/H/MY-1431320/octagon-stud-stickers-motif_10842229_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/8/6/MY-1431320/Designer_Heat_Transfer_Moti_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/7/6/MY-1431320/nailhead-violin-motif_10842231_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
