deutschOut=new Image (100,33)
deutschOut.src="images/deutsch.gif"
deutschHov=new Image (100,33)
deutschHov.src="images/deutsch_hover.gif"

homeOut=new Image (100,33)
homeOut.src="images/home.gif"
homeHov=new Image (100,33)
homeHov.src="images/home_hover.gif"

eventsOut=new Image (100,33)
eventsOut.src="images/events.gif"
eventsHov=new Image (100,33)
eventsHov.src="images/events_hover.gif"

joinOut=new Image (100,33)
joinOut.src="images/join.gif"
joinHov=new Image (100,33)
joinHov.src="images/join_hover.gif"

contactOut=new Image (100,33)
contactOut.src="images/contact.gif"
contactHov=new Image (100,33)
contactHov.src="images/contact_hover.gif"

historyOut=new Image (100,33)
historyOut.src="images/history.gif"
historyHov=new Image (100,33)
historyHov.src="images/history_hover.gif"

function hover (thisImg) {
	document[thisImg].src=eval (thisImg + "Hov.src")
}

function out (thisImg) {
	document[thisImg].src=eval (thisImg + "Out.src")
}
