<!--

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/4/6/MY-71198/jean_button11_10663457_250x250.jpg");
index_2 = newImage("pcat-gifs/products-small/rivets_10663458.jpg");
index_3 = newImage("pcat-gifs/products-small/eyelets_10665100.jpg");
index_4 = newImage("pcat-gifs/products-small/d-rings_10665101.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/D/R/MY-71198/plastic_moulded_components11_10665102_250x250.jpg");
index_6 = newImage("pcat-gifs/products-small/zinc-die-casting_10665103.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/8/5/MY-71198/eco_friendly_buttons11_10665104_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/V/F/MY-71198/zips11_10665105_250x250.jpg");
index_9 = newImage("pcat-gifs/products-small/polyster-buttons_10665106.jpg");
index_10 = newImage("pcat-gifs/products-small/belt-buckles_10665107.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/0/Q/MY-71198/buttons11_10665108_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/Y/J/MY-71198/brass_belt_buckles11_10665109_250x250.jpg");
preloadFlag = true;
	}
}

// -->
