	entry = new Image
	entry.src = "images/enter.gif"
	entry_on = new Image
	entry_on.src = "images/enter_on.gif"
	
	menu_home = new Image
	menu_home.src = "images/home.gif"
	menu_homeon = new Image
	menu_homeon.src = "images/home_on.gif"
	
	menu_information = new Image
	menu_information.src = "images/information.gif"
	menu_informationon = new Image
	menu_informationon.src = "images/information_on.gif"
	
	menu_links = new Image
	menu_links.src = "images/links.gif"
	menu_linkson = new Image
	menu_linkson.src = "images/links_on.gif"
	
	menu_gallery = new Image
	menu_gallery.src = "images/gallery.gif"
	menu_galleryon = new Image
	menu_galleryon.src = "images/gallery_on.gif"