// Infospalte rechts

var adresse = "<B>Vermessungsbüro <BR>Fienke & Horst</B> (&Ouml;bVI)<BR>Adolf-Dechert-Straße 4 <BR>16515 Oranienburg<BR>GERMANY<BR><BR>Telefon: +49 3301 5971-0<BR>Telefax: +49 3301 5971-21 <BR><BR>E-Mail: info@fienke-horst.de";

var zeiten = "<B>Montag, Mittwoch und Freitag:</B><BR>07:00 - 16:00 Uhr<BR><B>Dienstag und Donnerstag:</B><BR>07:00 - 18:00 Uhr"; 


//FAQ

function toggle(targetId) {
target = document.all(targetId);
if (target.style.display == "none"){
target.style.display="";
} else {
target.style.display="none";
}
}

var Jahr="2009";
