<!--

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/J/S/MY-1514914/Paper_Bags_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/Y/D/MY-1514914/pro5_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/2/T/MY-1514914/Paper_Boxes_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/8/S/MY-1514914/pro3_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/L/4/MY-1514914/pro4_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/R/F/MY-1514914/pro6_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/K/O/MY-1514914/paper_fram_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/C/V/MY-1514914/pro12_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/2/Y/MY-1514914/Gift_Articles_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/X/B/MY-1514914/pro9_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/Q/Y/MY-1514914/pen_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/4/S/MY-1514914/pro11_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
