<!--

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/7/6/MY-1156308/Oxo_Bio_Degradable_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/T/E/MY-1156308/Bio_Medical_Waste_Bags_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/E/V/MY-1156308/Drawstring_Trash_Bags_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/M/D/MY-1156308/Transparent_Garbage_Bags_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/5/T/MY-1156308/Heavy_Duty_Refuse_Bags_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/6/3/MY-1156308/Bin_Liners_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/H/O/MY-1156308/Food_Grade_Bags_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/7/Z/MY-1156308/Packaging_sheets_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/N/G/MY-1156308/Packaging_Liners_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/I/9/MY-1156308/Pallet_Covers_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/P/G/MY-1156308/Furniture_Bags_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/G/T/MY-1156308/Suit_Covers_250x250.jpg");
preloadFlag = true;
	}
}

// -->
