dw1 = '<div class="umenu">';
dw2 = '<p class="um_txt" onclick="this.style.color=\'#FFFFFF\';top.location.href=\'' + unterverzeichnis + '\/';
dw3 = '\'" onmouseover="this.style.color=\'#FF6B10\';this.style.cursor=\'pointer\';" onmouseout="this.style.color=\'#FFFFFF\'">';
dw4 = '<\/p>';
dw5 = '<\/div>';

dw6 = '<div class="textbox2"><p class="txt3_links"><span class="fett">';
dw7 = '<\/span><\/p><p class="txt4_links"><ul class="txt4_links"><li>';
dw8 = '</li></ul><\/p><\/div>';

dw9 = '<div class="textbox2"><p class="txt3_links"><span class="fett">';
dw10 = '<\/span><\/p><p class="txt4_links"><ul class="txt4_links"><li><a href="' + unterverzeichnis + '\/';
dw11 = '" class="a2" target="_top">';
dw12 = '<\/a></li></ul><\/p><\/div>';


function ReplacePic(wechsel) {

 if (seitegeladen == 1) {
  document.getElementById(wechsel).style.display = "block";
 }
}


function RestorePic() {

 if (seitegeladen == 1) {
  document.getElementById("start3").style.display = "none";
  document.getElementById("verband3").style.display = "none";
  document.getElementById("galerie3").style.display = "none";
  document.getElementById("helfer3").style.display = "none";
  document.getElementById("kontakt3").style.display = "none";
 }
}


