//  #### Menue ####

arrow = new Image(); arrow.src = "/out/img/arrow_right.gif";
credits = new Image(); credits.src = "/out/img/de/menu/impressum_on.gif";
contact = new Image(); contact.src = "/out/img/de/menu/kontakt_on.gif";

function right(Bereich){ document.images[Bereich].src="/out/img/arrow_right.gif";}
function left(Bereich){document.images[Bereich].src="/out/img/arrow_left.gif";}
function on(Bereich){document.images[Bereich].src="/out/img/"+ lang +"/menu/"+ Bereich +"_on.gif";}
function off(Bereich){document.images[Bereich].src="/out/img/"+ lang +"/menu/"+ Bereich +"_off.gif";}
function color_on(witch,img){document.images[witch].src="/out/img/colors/"+ witch + "_" + img +".gif";}
function color_off(witch){document.images[witch].src="/out/img/colors/"+ witch + "_none.gif";}

