<!--

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/R/Y/MY-578565/motorized-projection-screens_10715609_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/2/K/MY-578565/rollerlock-projection-screens_10715610_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/M/8/MY-578565/mmr-map-manual-rollback-screen_10715612_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/P/C/MY-578565/tarsa-tripod-automatic-rollback-spring-action_10714866_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/7/1/MY-578565/warsa-wall-automatic-roll-back-spring-action_10714867_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/P/G/MY-578565/projector-stand_10715611_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/Q/K/MY-578565/tripod-stand_10715613_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/D/5/MY-578565/projector-brackets_10756827_250x250.jpg");
preloadFlag = true;
	}
}

// -->
