function buttonintern(){
	var elem = document.getElementById('id-mitte');
	  elem.innerHTML =
     '<h2 class="h2">Interner Bereich<br>für Mitglieder und Vorstand des</h2>' +
     '<h3 class="h2_klschr">Verein für Heimatforschung Wallerfangen e.V.</h3>' +
/* -------------------------------------------------------------------------- */  
	   '<br>' +
     '<br>' +     
     '<table>' +
     '<colgroup>' + 
     '  <col width="40" />' +
     '  <col width="140" />' +
     '  <col width="100" />' +
     '  <col width="140" />' +   
     '</colgroup>' +  
     '<tr><td style="height:40px;">&nbsp;</td></tr>' +
     '<tr>' +
     '<td>&nbsp;</td>' + 
     '<td> <a href="geheim_mitglieder/intern_geheim_mitglieder.html"  TARGET="_blank"><img src="bilder/logo_viele_leute.jpg" alt="Grafik Mitglieder" height="105" width="155" border="0"></a></td>' +     
     '<td>&nbsp;</td>' +                      
     '<td> <a href="geheim_vorstand/intern_geheim_vorstand.html"      TARGET="_blank"><img src="bilder/logo_wenige_leute.jpg" alt="Grafik Vorstand" height="55" width="155" border="0"></a></td>' +          
     '</tr>' +
     '<tr>' +
     '<td>&nbsp;</td><td>Login Mitglieder</td><td>&nbsp;</td><td>Login Vorstand</td>' +      
     '</tr>' +
     '<tr><td style="height:110px;">&nbsp;</td></tr>' +          
     '</table>' + 
     '<a href="#" class="top_oben nurright">&nbsp;</a>' +
/* -------------------------------------------------------------------------- */   
     '';
     }
/* **********   E N D E   *************************************************** */  
