<!--

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/V/E/MY-750441/osim-uspace_10192098_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/B/9/MY-750441/osim-massage-chairs_10192097_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/9/J/MY-750441/pro010_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/G/C/MY-750441/osim-imedic-pro_10192225_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/I/K/MY-750441/pro5_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/5/Z/MY-750441/noro-melody_10192227_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/Z/D/MY-750441/osim-usqueez_10192229_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/V/C/MY-750441/pro01_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/A/T/MY-750441/pro12_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/M/0/MY-750441/osim-ucrown_10192223_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/R/0/MY-750441/pro11_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/L/E/MY-750441/ilife_250x250.jpg");
preloadFlag = true;
	}
}

// -->
