<!--

function show(el1) {

 if(document.getElementById)

   document.getElementById(el1).style.backgroundColor = "#9ABE69";

}

function hide(el1) {

 if(document.getElementById)

   document.getElementById(el1).style.backgroundColor = "#7d9a55";

}

function anfahrt() {

 var fenster = window.open('anfahrt.html', 'anfahrt', 'width=550,height=550')

}

-->



