<!--

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/Q/F/MY-594627/notebooks_10626423_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/I/2/MY-594627/composition-notebooks_10626424_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/W/1/MY-594627/refill-pads_10627920_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/G/S/MY-594627/legal-pads_10627921_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/A/O/MY-594627/scribble-26-spiral-pads_10627922_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/0/1/MY-594627/calendars_10627923_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/7/V/MY-594627/diaries-and-planners-28organisers-29_10627924_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/J/A/MY-594627/office-stationary-and-institutional-stationary_10627925_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/G/P/MY-594627/a4-copier-2c-woodfree-paper-26-other-papers_10627926_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/H/1/MY-594627/paper-bags-26-boxes_10627928_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/Z/C/MY-594627/paper-sheets-and-rolls_10627929_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/0/7/MY-594627/miscelleanous-paper-products_10627927_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
