//Menu
window.onload = function imageLaden(){
    

overImage = new Image();
overImage = 'url(images/elements/aktuell.png)';

outImage = new Image();
outImage = 'url(images/elements/menu_mit_text.png)';
return true;
 }


function hgOver2() {
document.getElementById('menuindex').style.backgroundImage= overImage;
return true;

}

function hgOut2() {
document.getElementById('menuindex').style.backgroundImage= outImage;
return true;
}




function hgOver(link) {
document.getElementById('menuindex').style.backgroundImage=link;
}

function hgOut(id) {
document.getElementById('menuindex').style.backgroundImage='url(images/elements/menu_mit_text.png)';
}






//Verlinkungen


function itvone_marketing() {
window.location.href='marketing/index.html';
}

function home() {
//window.location.href='index.html';
window.location.href='http://www.itvone.com';
}

function aktuell() {
window.location.href='http://www.itvone.com/esmeralda/esm.html';

}

function trailer() {
window.location.href='http://www.itvone.com/esmeralda/trailer.html';

}

function gameplane() {
window.location.href='http://www.itvone.com/esmeralda/game/';

}

function match() {
window.location.href='http://www.itvone.com/match/';

}


function game() {
window.location.href='game.html';

}

function programm() {
//window.location.href='programm.html';
window.location.href='marketing.html';
}

function crossmedial() {
window.location.href='crossmedial.html';
}

function marketing() {
window.location.href='marketing.html';
}

function b2b() {
window.location.href='b2b.html';
}

function kontakt() {
window.location.href='kontakt.html';
}

function impressum() {
window.location.href='impressum.html';
}

function sitemap() {
window.location.href='sitemap.html';
}

function kontakt_cs() {
window.location.href='itvone_cs.html';
}

function kontakt_cbc() {
window.location.href='itvone_cbc.html';
}

function kontakt_marketing() {
window.location.href='marketing/itvone_mark.html';
}

function disclaimer() {
window.location.href='disclaimer.html';
}
 




  function zeigen(ID){
document.getElementById(ID).style.display="inline-block";
}

 function weg(ID) {
 document.getElementById(ID).style.display="none";
 }



function aktiv(ID) {
 document.getElementById(ID).style.backgroundImage='url(images/elements/games_hg.png)';
 //document.getElementById(ID).style.color="#fff";
 }

 function inaktiv(ID) {
 document.getElementById(ID).style.backgroundImage='url(#)';
 //document.getElementById(ID).style.color="#d7d7d7";
 //document.getElementById(ID).style.color="#808080";
 }







var zaehler = 50;

function aufmachen(breite,ID) {
 if (zaehler < breite) {
  document.getElementById(ID).style.display="inline";
  document.getElementById(ID).style.width=zaehler+"px";
  zaehler += 10;
  window.setTimeout("aufmachen("+breite+",'"+ID+"')",5);
 }
// else {
// document.getElementById("beschreibung-"+ID).style.display="block";
//}
}

function zumachen(ID) {
 document.getElementById(ID).style.display="none";
 document.getElementById("beschreibung-"+ID).style.display="none";
 zaehler = 50;
}


 
 
 
 

 

 
 

