<!--
if (!document.layers){
//This table stops oddness in NS6!!! 
if (document.getElementById&&!document.all){
document.write("<div style='position:relative'>"
+"<table border='0' cellpadding='0' cellspacing='0'>"
+"<tr><td valign='top'>");
}

/* The visible Buttons here!
Add as many as you want. Make sure 
you follow the same format as below
*/

Link('index.htm',                                                               '_self',      'Home');
Link('dafuer.htm',                                                              '_self',      'Dafür stehe ich');
Link('herz.htm',                                                                '_self',      'Herzenssache');
Link('person.htm',                                                              '_self',      'Persönliches');
Link('ortsverband.htm',                                                         '_self',      'CDU-Ortsverband');
Link('http://www.cdulsa.de',                                                    '_blank',     'CDU-Links');
Link('http://www.onlineplace.de/cgi-bin/gaestebuch-weigelt/main.cgi',           '_self',      'Gästebuch');
Link('mailto:info@weigelt-bernburg.de',                                         '_self',      'Kontakt');
Link('http://www.weigelt-bernburg.de/impressum.htm',                            '_self',      'Impressum');

if (document.getElementById&&!document.all){
document.write("</td></tr></table></div>");
}
}
//-->
