menuhomeoff = new Image
menuaboutoff = new Image
menufaqoff = new Image
menupartnersoff = new Image
menusponsorsoff = new Image
menucontactoff = new Image
menulinksoff = new Image
menujoinoff = new Image
menudonation = new Image
menufrancaisoff = new Image
maillistoff = new Image
sendfriendoff = new Image

menuhomeoff.src = "../images/menu-home_off.gif"
menuaboutoff.src = "../images/menu-about_off.gif"
menufaqoff.src = "../images/menu-faq_off.gif"
menupartnersoff.src = "../images/menu-partners_off.gif"
menusponsorsoff.src = "../images/menu-sponsors_off.gif"
menucontactoff.src = "../images/menu-contact_off.gif"
menujoinoff.src = "../images/menu-join_off.gif"
menudonation.src = "../images/menu-donation_off.gif"
menulinksoff.src = "../images/menu-links_off.gif"
menufrancaisoff.src = "../images/menu-francais_off.gif"
maillistoff.src = "../images/mail-list_off.gif"
sendfriendoff.src = "../images/send-friend_off.gif"


	function imgOver(thisImg) {
		document[thisImg].src = "../images/" + thisImg + "_off.gif"
		}

	function imgOut(thisImg) {
		document[thisImg].src = "../images/" + thisImg + ".gif"
		}