<!--

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/5/3/MY-1347766/kids-laces_10644407_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/W/Z/MY-1347766/sport-shoe-laces_10642508_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/O/F/MY-1347766/school-shoe-laces_10642509_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/9/Z/MY-1347766/bomber-laces_10644413_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/1/9/MY-1347766/round-skate-laces_10644412_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/K/U/MY-1347766/track-suit-laces_10644411_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/B/T/MY-1347766/single-colour-pvc-strap_10644409_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/1/G/MY-1347766/double-colour-pvc-strap_10644408_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/Z/J/MY-1347766/v-shaped-pvc-strap_10723086_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/8/P/MY-1347766/leather-look-pvc-strap_10723087_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/K/4/MY-1347766/shoe-binding-roll_10695126_250x250.jpeg");
		index_12 = newImage("http://imghost.indiamart.com/data/E/M/MY-1347766/slipper-accessories-ghundi_10644410_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
