function ShowFlyOut() { document.getElementById("FlyOut").style.display = "block"; }
function ShowOffFlyOut() { document.getElementById("FlyOut").style.display = "none"; }

function ShowProdukteBild1() { document.getElementById("ProdukteBild1").style.zIndex = "25"; }
function ShowOffProdukteBild1() { document.getElementById("ProdukteBild1").style.zIndex = "5"; }
function ShowProdukteBild2() { document.getElementById("ProdukteBild2").style.zIndex = "25"; }
function ShowOffProdukteBild2() { document.getElementById("ProdukteBild2").style.zIndex = "10"; }
