	if (document.images) {
		FoodONE = new Image
		FoodTWO = new Image
		FoodTHREE = new Image
		FoodFOUR = new Image
		FoodFIVE = new Image
		FoodSIX = new Image
		FoodSEVEN = new Image
		FoodEIGHT = new Image
		FoodNINE = new Image
		FoodTEN = new Image
		FoodELEVEN = new Image
		FoodTWELVE = new Image
		FoodTHIRTEEN = new Image
		FoodFOURTEEN = new Image
		FoodFIFTEEN = new Image
		FoodSIXTEEN = new Image
		FoodSEVENTEEN = new Image
		FoodEIGHTEEN = new Image
		FoodNINETEEN = new Image
		FoodTWENTY = new Image
		
		FoodONE.src = "images/food/Food_01.jpg"
		FoodTWO.src = "images/food/Food_02.jpg"
		FoodTHREE.src = "images/food/Food_03.jpg"
		FoodFOUR.src = "images/food/Food_04.jpg"
		FoodFIVE.src = "images/food/Food_05.jpg"
		FoodSIX.src = "images/food/Food_06.jpg"
		FoodSEVEN.src = "images/food/Food_07.jpg"
		FoodEIGHT.src = "images/food/Food_08.jpg"
		FoodNINE.src = "images/food/Food_09.jpg"
		FoodTEN.src = "images/food/Food_10.jpg"
		FoodELEVEN.src = "images/food/Food_11.jpg"
		FoodTWELVE.src = "images/food/Food_12.jpg"
		FoodTHIRTEEN.src = "images/food/Food_13.jpg"
		FoodFOURTEEN.src = "images/food/Food_14.jpg"
		FoodFIFTEEN.src = "images/food/Food_15.jpg"
		FoodSIXTEEN.src = "images/food/Food_16.jpg"
		FoodSEVENTEEN.src = "images/food/Food_17.jpg"
		FoodEIGHTEEN.src = "images/food/Food_18.jpg"
		FoodNINETEEN.src = "images/food/Food_19.jpg"
		FoodTWENTY.src = "images/food/Food_20.jpg"
	}
	else {
		FoodONE = ""
		FoodTWO = ""
		FoodTHREE = ""
		FoodFOUR = ""
		FoodFIVE = ""
		FoodSIX = ""
		FoodSEVEN = ""
		FoodEIGHT = ""
		FoodNINE = ""
		FoodTEN = ""
		FoodELEVEN = ""
		FoodTWELVE = ""
		FoodTHIRTEEN = ""
		FoodFOURTEEN = ""
		FoodFIFTEEN = ""
		FoodSIXTEEN = ""
		FoodSEVENTEEN = ""
		FoodEIGHTEEN = ""
		FoodNINETEEN = ""
		FoodTWENTY = ""
		document.arrow = ""
	}

//-- Large Image Pre-loader

	if (document.images) {
		foodone = new Image
		foodtwo = new Image
		foodthree = new Image
		foodfour = new Image
		foodfive = new Image
		foodsix = new Image
		foodseven = new Image
		foodeight = new Image
		foodnine = new Image
		foodten = new Image
		foodeleven = new Image
		foodtwelve = new Image
		foodthirteen = new Image
		foodfourteen = new Image
		foodfifteen = new Image
		foodsixteen = new Image
		foodseventeen = new Image
		foodeighteen = new Image
		foodnineteen = new Image
		foodtwenty = new Image
		
		foodone.src = "images/foodlarge/Food_01.jpg"
		foodtwo.src = "images/foodlarge/Food__02.jpg"
		foodthree.src = "images/foodlarge/Food__03.jpg"
		foodfour.src = "images/foodlarge/Food__04.jpg"
		foodfive.src = "images/foodlarge/Food__05.jpg"
		foodsix.src = "images/foodlarge/Food__06.jpg"
		foodseven.src = "images/foodlarge/Food__07.jpg"
		foodeight.src = "images/foodlarge/Food__08.jpg"
		foodnine.src = "images/foodlarge/Food__09.jpg"
		foodten.src = "images/foodlarge/Food__10.jpg"
		foodeleven.src = "images/foodlarge/Food__11.jpg"
		foodtwelve.src = "images/foodlarge/Food__12.jpg"
		foodthirteen.src = "images/foodlarge/Food__13.jpg"
		foodfourteen.src = "images/foodlarge/Food__14.jpg"
		foodfifteen.src = "images/foodlarge/Food__15.jpg"
		foodsixteen.src = "images/foodlarge/Food__16.jpg"
		foodseventeen.src = "images/foodlarge/Food__17.jpg"
		foodeighteen.src = "images/foodlarge/Food__18.jpg"
		foodnineteen.src = "images/foodlarge/Food__19.jpg"
		foodtwenty.src = "images/foodlarge/Food__20.jpg"
	}
	else {
		foodone = ""
		foodtwo = ""
		foodthree = ""
		foodfour = ""
		foodfive = ""
		foodsix = ""
		foodseven = ""
		foodeight = ""
		foodnine = ""
		foodten = ""
		foodeleven = ""
		foodtwelve = ""
		foodthirteen = ""
		foodfourteen = ""
		foodfifteen = ""
		foodsixteen = ""
		foodseventeen = ""
		foodeighteen = ""
		foodnineteen = ""
		foodtwenty = ""
		document.arrow = ""
	}
	
//-- End Large image pre-loader