//Mauskoordinaten auf Menü-Mittelachse übertragen
function menue (Ereignis) {
if (!Ereignis)
Ereignis = window.event;
if (document.getElementById) {
document.getElementById("menueBox").style.left  = Ereignis.clientX - 90 + "px";
} else if (document.all) {
document.all.menueBox.style.left = Ereignis.clientX - 90;
}
}

document.onmouseover = menue;



//Menü-links: Aufrufen der Flash-Filme/Bilder
function setWetter () {
    var movie = document.getElementById("movie");
    movie.StopPlay();
    movie.LoadMovie(0, "swf/wetter.swf");
    movie.Play();
}

function setMotoren () {
var movie = document.getElementById("movie");
movie.StopPlay();
movie.LoadMovie(0, "swf/dieMotoren.swf");
movie.Play();
}

function setTangente () {
    var movie = document.getElementById("movie");
    movie.StopPlay();
    movie.LoadMovie(0, "swf/tangente.swf");
    movie.Play();
}

function setFrau () {
    var movie = document.getElementById("movie");
    movie.StopPlay();
    movie.LoadMovie(0, "swf/frauWuesteNeu.swf");
    movie.Play();
}

function setMann () {
    var movie = document.getElementById("movie");
    movie.StopPlay();
    movie.LoadMovie(0, "swf/mannWueste.swf");
    movie.Play();
}

function setLove () {
    var movie = document.getElementById("movie");
    movie.StopPlay();
    movie.LoadMovie(0, "swf/love.swf");
    movie.Play();
}

function setJunge () {
    var movie = document.getElementById("movie");
    movie.StopPlay();
    movie.LoadMovie(0, "swf/junge.swf");
    movie.Play();
}

function setTagstrand () {
    var movie = document.getElementById("movie");
    movie.StopPlay();
    movie.LoadMovie(0, "swf/strandTag.swf");
    movie.Play();
}

function setNachtstrand () {
    var movie = document.getElementById("movie");
    movie.StopPlay();
    movie.LoadMovie(0, "swf/strandNacht.swf");
    movie.Play();
}

function setStrand () {
    var movie = document.getElementById("movie");
    movie.StopPlay();
    movie.LoadMovie(0, "swf/strandTagNachtSound.swf");
    movie.Play();
}

function setCaraiva1 () {
    var movie = document.getElementById("movie");
    movie.StopPlay();
    movie.LoadMovie(0, "swf/caraivaPerspektive.swf");
    movie.Play();
}

function setCaraiva2 () {
    var movie = document.getElementById("movie");
    movie.StopPlay();
    movie.LoadMovie(0, "swf/caraivaAnsicht.swf");
    movie.Play();
}

function setCaraiva3 () {
    var movie = document.getElementById("movie");
    movie.StopPlay();
    movie.LoadMovie(0, "swf/caraivaSchnitt.swf");
    movie.Play();
}

function setSalicos1 () {
    var movie = document.getElementById("movie");
    movie.StopPlay();
    movie.LoadMovie(0, "swf/salicosAnsichtNO.swf");
    movie.Play();
}

function setSalicos2 () {
    var movie = document.getElementById("movie");
    movie.StopPlay();
    movie.LoadMovie(0, "swf/salicosAnsichtSW.swf");
    movie.Play();
}

function setSalicos3 () {
    var movie = document.getElementById("movie");
    movie.StopPlay();
    movie.LoadMovie(0, "swf/salicosAnsichtNWi.swf");
    movie.Play();
}

function setSalicos4 () {
    var movie = document.getElementById("movie");
    movie.StopPlay();
    movie.LoadMovie(0, "swf/salicosAnsichtSOi.swf");
    movie.Play();
}