<!--

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/F/L/MY-898726/stained-glass_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/I/N/MY-898726/security-and-safety-glass_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/C/5/MY-898726/stacked-glass_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/J/F/MY-898726/kiln-formed-glass_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/9/0/MY-898726/insulating-glass_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/5/T/MY-898726/toughened-glass_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/6/J/MY-898726/airbrushing_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/N/I/MY-898726/architectural-glass_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/2/S/MY-898726/bend-glass_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/F/X/MY-898726/fancy-mirror-frames_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/C/L/MY-898726/frameless-doors_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/F/0/MY-898726/frameless-shower-cubicles_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
