function preLoad() {
	if (document.images) {
		img1 = new Image()
		img1.src = "images/menu/home_page-on.gif"
		img2 = new Image()
		img2.src = "images/menu/mothers_day-on.gif"
		img3 = new Image()
		img3.src = "images/menu/st_patricks_day-on.gif"
		img4 = new Image()
		img4.src = "images/menu/free_name_a_rose_gift-on.gif"
		img5 = new Image()
		img5.src = "images/menu/free_chocolates-on.gif"
		img6 = new Image()
		img6.src = "images/menu/free_rose_petals-on.gif"
		img7 = new Image()
		img7.src = "images/menu/add_extra_balloons-on.gif"
		img8 = new Image()
		img8.src = "images/menu/add_a_single_rose-on.gif"
		img9 = new Image()
		img9.src = "images/menu/add_a_teddy_bear-on.gif"
		img10 = new Image()
		img10.src = "images/menu/add_a_real_diamond-on.gif"
		img11 = new Image()
		img11.src = "images/menu/add_a_bottle_of_babycham-on.gif"
		img12 = new Image()
		img12.src = "images/menu/order_today-on.gif"
		img13 = new Image()
		img13.src = "images/menu/track_order-on.gif"
		img14 = new Image()
		img14.src = "images/menu/instant_party_packs-on.gif"
		img15 = new Image()
		img15.src = "images/menu/just_999_balloons-on.gif"
		img16 = new Image()
		img16.src = "images/menu/general_birthdays-on.gif"
		img17 = new Image()
		img17.src = "images/menu/aged_1-100_birthdays-on.gif"
		img18 = new Image()
		img18.src = "images/menu/kids_birthdays-on.gif"
		img19 = new Image()
		img19.src = "images/menu/smilies-on.gif"
		img20 = new Image()
		img20.src = "images/menu/supershapes-on.gif"
		img21 = new Image()
		img21.src = "images/menu/singalongalloons-on.gif"
		img22 = new Image()
		img22.src = "images/menu/floatalongalloons-on.gif"
		img23 = new Image()
		img23.src = "images/menu/onyaheadalloons-on.gif"
		img24 = new Image()
		img24.src = "images/menu/googlelloons-on.gif"
		img25 = new Image()
		img25.src = "images/menu/smoocherlloons-on.gif"
		img26 = new Image()
		img26.src = "images/menu/numberlloons-on.gif"
		img27 = new Image()
		img27.src = "images/menu/megalloons-on.gif"
		img28 = new Image()
		img28.src = "images/menu/iloveulloons-on.gif"
		img29 = new Image()
		img29.src = "images/menu/love_and_romance-on.gif"
		img30 = new Image()
		img30.src = "images/menu/disney-on.gif"
		img31 = new Image()
		img31.src = "images/menu/kids-on.gif"
		img32 = new Image()
		img32.src = "images/menu/anniversaries-on.gif"
		img33 = new Image()
		img33.src = "images/menu/congratulations-on.gif"
		img34 = new Image()
		img34.src = "images/menu/casino-on.gif"
		img35 = new Image()
		img35.src = "images/menu/thanks-on.gif"
		img36 = new Image()
		img36.src = "images/menu/get_well_soons-on.gif"
		img37 = new Image()
		img37.src = "images/menu/good_luck-on.gif"
		img38 = new Image()
		img38.src = "images/menu/new_babies-on.gif"
		img39 = new Image()
		img39.src = "images/menu/religious-on.gif"
		img40 = new Image()
		img40.src = "images/menu/retirement-on.gif"
		img41 = new Image()
		img41.src = "images/menu/sorry-on.gif"
		img42 = new Image()
		img42.src = "images/menu/sports-on.gif"
		img43 = new Image()
		img43.src = "images/menu/food_and_beverages-on.gif"
		img44 = new Image()
		img44.src = "images/menu/wedding_day-on.gif"
		img45 = new Image()
		img45.src = "images/menu/miscellaneous-on.gif"
		img46 = new Image()
		img46.src = "images/menu/easterballoons-on.gif"
		img47 = new Image()
		img47.src = "images/menu/fathers_day-on.gif"
		img48 = new Image()
		img48.src = "images/menu/halloween-on.gif"
		img49 = new Image()
		img49.src = "images/menu/christmas_day-on.gif"
		img50 = new Image()
		img50.src = "images/menu/new_year-on.gif"
		img51 = new Image()
		img51.src = "images/menu/valentines_day-on.gif"
		img52 = new Image()
		img52.src = "images/menu/our_helium_balloons-on.gif"
		img53 = new Image()
		img53.src = "images/menu/our_balloons_in_a_box-on.gif"
		img54 = new Image()
		img54.src = "images/menu/a_thing_called_love-on.gif"
		img55 = new Image()
		img55.src = "images/menu/what_is_helium-on.gif"
		img56 = new Image()
		img56.src = "images/menu/why_balloons-on.gif"
	}
}

function imageOn(name) {
	if (document.images) {
		document.images[name].src = "images/menu/" + name + "-on.gif";
	}
}

function imageOff(name) {
	if (document.images) {
		document.images[name].src = "images/menu/" + name + ".gif";
	}
}

preLoad()

