// JavaScript Documentfunction rollOver1() {	document.getElementById("L1").style.color = "#000000";	document.getElementById("L1pict").src = "../../data/js/base/pict/axiomB.gif";	document.getElementById("L1pict").title = "Axiom";}function rollOut1() {	document.getElementById("L1").style.color = "#006699";	document.getElementById("L1pict").src = "../../data/js/base/pict/axiomA.gif";}function rollOver2() {	document.getElementById("L2").style.color = "#000000";	document.getElementById("L2pict").src = "../../data/js/base/pict/bastaB.gif";	document.getElementById("L2pict").title = "Basta";}function rollOut2() {	document.getElementById("L2").style.color = "#006699";	document.getElementById("L2pict").src = "../../data/js/base/pict/bastaA.gif";}function rollOver3() {	document.getElementById("L3").style.color = "#000000";	document.getElementById("L3pict").src = "../../data/js/base/pict/brasilB.gif";	document.getElementById("L3pict").title = "Brasil";	}function rollOut3() {	document.getElementById("L3").style.color = "#006699";	document.getElementById("L3pict").src = "../../data/js/base/pict/brasilA.gif";}function rollOver4() {	document.getElementById("L4").style.color = "#000000";	document.getElementById("L4pict").src = "../../data/js/base/pict/carreeB.gif";	document.getElementById("L4pict").title = "Carree";	}function rollOut4() {	document.getElementById("L4").style.color = "#006699";	document.getElementById("L4pict").src = "../../data/js/base/pict/carreeA.gif";}function rollOver5() {	document.getElementById("L5").style.color = "#000000";	document.getElementById("L5pict").src = "../../data/js/base/pict/dalliB.gif";	document.getElementById("L5pict").title = "Dalli";	}function rollOut5() {	document.getElementById("L5").style.color = "#006699";	document.getElementById("L5pict").src = "../../data/js/base/pict/dalliA.gif";}function rollOver6() {	document.getElementById("L6").style.color = "#000000";	document.getElementById("L6pict").src = "../../data/js/base/pict/gordonB.gif";	document.getElementById("L6pict").title = "Gordon";	}function rollOut6() {	document.getElementById("L6").style.color = "#006699";	document.getElementById("L6pict").src = "../../data/js/base/pict/gordonA.gif";}function rollOver7() {	document.getElementById("L7").style.color = "#000000";	document.getElementById("L7pict").src = "../../data/js/base/pict/planetB.gif";	document.getElementById("L7pict").title = "Planet";	}function rollOut7() {	document.getElementById("L7").style.color = "#006699";	document.getElementById("L7pict").src = "../../data/js/base/pict/planetA.gif";}function rollOver8() {	document.getElementById("L8").style.color = "#000000";	document.getElementById("L8pict").src = "../../data/js/base/pict/poloB.gif";	document.getElementById("L8pict").title = "Polo";	}function rollOut8() {	document.getElementById("L8").style.color = "#006699";	document.getElementById("L8pict").src = "../../data/js/base/pict/poloA.gif";}function rollOver9() {	document.getElementById("L9").style.color = "#000000";	document.getElementById("L9pict").src = "../../data/js/base/pict/rollsB.gif";	document.getElementById("L9pict").title = "Rolls";	}function rollOut9() {	document.getElementById("L9").style.color = "#006699";	document.getElementById("L9pict").src = "../../data/js/base/pict/rollsA.gif";}function rollOver10() {	document.getElementById("L10").style.color = "#000000";	document.getElementById("L10pict").src = "../../data/js/base/pict/tapB.gif";	document.getElementById("L10pict").title = "Tap";	}function rollOut10() {	document.getElementById("L10").style.color = "#006699";	document.getElementById("L10pict").src = "../../data/js/base/pict/tapA.gif";}function rollOver11() {	document.getElementById("L11").style.color = "#000000";	document.getElementById("L11pict").src = "../../data/js/base/pict/turboB.gif";	document.getElementById("L11pict").title = "Turbo";	}function rollOut11() {	document.getElementById("L11").style.color = "#006699";	document.getElementById("L11pict").src = "../../data/js/base/pict/turboA.gif";}function rollOver12() {	document.getElementById("L12").style.color = "#000000";	document.getElementById("L12pict").src = "../../data/js/base/pict/votumB.gif";	document.getElementById("L12pict").title = "Votum";	}function rollOut12() {	document.getElementById("L12").style.color = "#006699";	document.getElementById("L12pict").src = "../../data/js/base/pict/votumA.gif";}function rollOver13() {	document.getElementById("L13").style.color = "#000000";	document.getElementById("L13pict").src = "../../data/js/base/pict/zitatB.gif";	document.getElementById("L13pict").title = "Zitat";	}function rollOut13() {	document.getElementById("L13").style.color = "#006699";	document.getElementById("L13pict").src = "../../data/js/base/pict/zitatA.gif";}function rollOver14() {	document.getElementById("L14").style.color = "#000000";	document.getElementById("L14pict").src = "../../data/js/base/pict/essenzB.gif";	document.getElementById("L14pict").title = "Essenz";	}function rollOut14() {	document.getElementById("L14").style.color = "#006699";	document.getElementById("L14pict").src = "../../data/js/base/pict/essenzA.gif";}function rollOver15() {	document.getElementById("L15").style.color = "#000000";	document.getElementById("L15pict").src = "../../data/js/base/pict/videonB.gif";	document.getElementById("L15pict").title = "Videon";	}function rollOut15() {	document.getElementById("L15").style.color = "#006699";	document.getElementById("L15pict").src = "../../data/js/base/pict/videonA.gif";}
