<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "center"	// MENU SIDE | left, right or center
var menuspace	= "1"		// MENU END SPACING



document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON

document.write('</td><td>');
document.write('<a href="index.html"><img src="dd.gif" width="24" border="0"></a>');

document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');


document.write('</td><td>');
document.write('<a href="index.html" class="menu">Home</a>');

document.write('</td><td>');
document.write('<a href="stimmung.htm" class="menu">Stimmungsbilder</a>');


document.write('</td><td>');
document.write('<a href="gestern.htm" class="menu">Gestern Heute Morgen</a>');

document.write('</td><td>');
document.write('<a href="mitglieder.htm" class="menu">Mitgliederausstellung</a>');


document.write('</td><td>');
document.write('<a href="bestellung.htm" class="menu">Bestellung DVD</a>');





document.write('</td><td>');
document.write('<a href="index.html"><img src="ff.gif" width="24" border="0"></a>');

document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');


document.write('</td><td>');
document.write('<a href="index.html" class="menu">acceuil</a>');

document.write('</td><td>');
document.write('<a href="stimmung.htm" class="menu">impressions</a>');



document.write('</td><td>');
document.write('<a href="hier.htm" class="menu">hier aujourdhui demain</a>');

document.write('</td><td>');
document.write('<a href="desmembres.htm" class="menu">exposition des membres</a>');


document.write('</td><td>');
document.write('<a href="bestellung.htm" class="menu">commande DVD</a>');



// END LINKS



document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');


//  End -->