<!--

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://bhptemp.mypcat.com/shailagroindustries/pcat-gifs/products-small/organic-fruits_10846314.jpg");
index_2 = newImage("http://bhptemp.mypcat.com/shailagroindustries/pcat-gifs/products-small/organic-vegetables_10846315.jpg");
index_3 = newImage("http://bhptemp.mypcat.com/shailagroindustries/pcat-gifs/products-small/honey-bees_10847744.jpg");
index_4 = newImage("http://bhptemp.mypcat.com/shailagroindustries/pcat-gifs/products-small/nursery_10847741.jpg");
index_5 = newImage("http://bhptemp.mypcat.com/shailagroindustries/pcat-gifs/products-small/vegetables_10847745.jpg");
index_6 = newImage("http://bhptemp.mypcat.com/shailagroindustries/pcat-gifs/products-small/flowers_10847740.jpg");
index_7 = newImage("http://bhptemp.mypcat.com/shailagroindustries/pcat-gifs/products-small/vermi-composed_10849126.jpg");
index_8 = newImage("http://bhptemp.mypcat.com/shailagroindustries/pcat-gifs/products-small/dairy-farming_10847742.jpg");
index_9 = newImage("http://bhptemp.mypcat.com/shailagroindustries/pcat-gifs/products-small/horticulture-training_10847743.jpg");
preloadFlag = true;
	}
}

// -->
