function writeMenu()
{
var MenuArray = new Array(
// --- Menu Kopf ---
  '<table id="tableMenu" border="0" width="138" cellpadding="0" cellspacing="0" ' +
  			'style="font-size: 8pt; font-weight: bold;">' +
    '<tr><td align="center"><img border="0" style="margin-top: 10px" src="images/fahne130.gif" width="130" height="105"></td></tr>' +
    '<tr><td align="center"><h3>Frankfurter<br>Ruder-Club<br>1884 e.V.</h3></td></tr>',
// --- Homepage ---
    '<tr><td id="home" title="FRC84 Homepage" ' + 
    	'onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '">' +
    	'<a href="index.htm" style="margin-left: 14px" class="menu">Home</a></td></tr>',
// --- Verein ---
    '<tr><td id="verein" title="Click to expand" ' + 
        'onclick="LmDown(document.getElementById(' + "'verein_sub'), document.getElementById('verein_img'" + '), this)"' +
    	'onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '">' +
        '<img id="verein_img" src="images/expand.gif" width="14" height="9"><b>Verein</b></td></tr>' +
    '<tr><td><table id="verein_sub" class="submenu" cellspacing="0" style="display: none">' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Vorstand"><a href="vorstand.html" class="menu">Vorstand</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Mitgliedschaft"><a href="mitgliedschaft.html" class="menu">Mitgliedschaft</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Aufnahmeantrag als PDF"><a href="aufnahmeantrag.pdf" target="_blank" class="menu">Aufnahmeantrag</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Clubhaus"><a href="clubhaus.html" class="menu">Clubhaus</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Der Weg zum FRC"><a href="lageplan.html" class="menu">Der Weg zum FRC</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Ruderstatistik"><a href="ruderstatistik.html" class="menu">Ruderstatistik</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Ruderkurs"><a href="ruderkurs.html" class="menu">Ruderkurs</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Ruderordnung"><a href="ruderordnung.html" class="menu">Ruderordnung</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Sch&uuml;lerrudern"><a href="schule2010.html" class="menu">Sch&uuml;lerrudern</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Trainingsplan"><a href="trainingsplan.html" class="menu">Trainingsplan</a></td></tr>' +
		'</table></tr></td>',
// --- Aktuelles ---
    '<tr><td id="news" title="Click to expand" ' +
        'onclick="LmDown(document.getElementById(' + "'news_sub'), document.getElementById('news_img'" + '), this)"' +
    	'onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '">' +
        '<img id="news_img" src="images/expand.gif" width="14" height="9"><b>Aktuelles</b></td></tr>' +
    '<tr><td><table id="news_sub" class="submenu" cellspacing="0" style="display: none">' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Schulrudern 2011"><a href="schulrudern2011.html" class="menu">2011 Schulrudern</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Eiswasserfahrt 2011"><a href="eiswasser2011.html" class="menu">10.12. Eiswasser</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Nikolausvierer 2011"><a href="nikolaus2011.html" class="menu">03.12.. Nikolausvierer</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Jugend auf dem Weihnachtsmarkt"><a href="jwm2011.html" class="menu">28.11. Jugend auf WM.</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Gans 2011"><a href="gans2011.html" class="menu">06.11. G&auml;nsewandern</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="W-Wurst8er 2011"><a href="wwurst2011.html" class="menu">30.10. W-Wurst8er</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="FraMarathon 2011"><a href="framarathon2011.html" class="menu">30.10. FraMarathon</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="W&uuml;rzburg 2011"><a href="wue2011.html" class="menu">15.10. W&uuml;rzburg</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Grossauheim 2011"><a href="gauheim2011.html" class="menu">17.09. Grossauheim</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Schierstein 2011"><a href="schierstein2011.html" class="menu">10.09. Reg.Schierstein</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Sommerfest"><a href="sommerfest2011.html" class="menu">27.08. Sommerfest</a></td></tr>' +
          '</table></tr></td>',
// --- Termine ---
    '<tr><td id="termine" title="Termin&uuml;bersicht"' +
    	'onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '">' +
        '<a href="termine.html" style="margin-left: 14px" class="menu">Termine</a></td></tr>',
// --- Report und Jahrbücher ---
    '<tr><td id="report" title="Click to expand" ' +
        'onclick="LmDown(document.getElementById(' + "'report_sub'), document.getElementById('report_img'" + '), this)"' +
    	'onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '">' +
        '<img id="report_img" src="images/expand.gif" width="14" height="9"><b>Report/Jahrb&uuml;cher</b></td></tr>' +
    '<tr><td><table id="report_sub" class="submenu" cellspacing="0" style="display: none">' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Ausgabe 8 - Dezember 2004"><a href="clubreport08.pdf" target="_blank" class="menu">Ausgabe 8 - Dez. 2004</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Ausgabe 9 - Juli 2005"><a href="clubreport09.pdf" target="_blank" class="menu">Ausgabe 9 - Juli 2005</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Ausgabe 10 - Januar 2006"><a href="clubreport10.pdf" target="_blank" class="menu">Ausgabe 10 - Jan. 2006</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Ausgabe 11 - August 2006"><a href="clubreport11.pdf" target="_blank" class="menu">Ausgabe 11 - Aug.2006</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Ausgabe 12 - Januar 2007"><a href="clubreport12.pdf" target="_blank" class="menu">Ausgabe 12 - Jan. 2007</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Jahrbuch 2007"><a href="jahr2007.pdf" target="_blank" class="menu">Jahrbuch 2007</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Jahrbuch 2008"><a href="jahr2008.pdf" target="_blank" class="menu">Jahrbuch 2008</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Jahrbuch 2009"><a href="jahr2009.pdf" target="_blank" class="menu">Jahrbuch 2009</a></td></tr>' +
               '<tr><td onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '"' +
                    'title="Jahrbuch 2010"><a href="jahr2010.pdf" target="_blank" class="menu">Jahrbuch 2010</a></td></tr>' +
            '</table></td></tr>',
// --- Personalien ---
    '<tr><td id="personalien" title="Bemerkenswerte Clubmitglieder"' +
    	'onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '">' +
        '<a href="personalien.html" style="margin-left: 14px" class="menu">Personalien</a></td></tr>',
// --- Links ---
    '<tr><td id="links" title="Ruder-Links"' +
    	'onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '">' +
        '<a href="links.html" style="margin-left: 14px" class="menu">Links</a></td></tr>',
// --- Impressum ---
    '<tr><td id="impressum" title="Impressum" ' +
    	'onMouseOver="style.backgroundColor=' + "'#3399FF'" + '" onMouseOut="style.backgroundColor=' + "''" + '">' +
        '<a href="impressum.html" style="margin-left: 14px" class="menu">Impressum</a></td></tr>',
// --- 125 Jahre ---
	'<tr><td style="font-family:Arial; color:#0000FF; text-align:center; font-style:italic; font-variant:small-caps; text-decoration:underline; font-weight:bold">' +
		'<p style="margin-top:30px">' +
		'<span style="font-size:16pt; color:#FF0000">1884 - 2009</span><span style="font-size:10pt"><br />' +
		'&uuml;ber </span><span style="font-size:18pt">125</span><span style="font-size:10pt"> Jahre<br />' +
		'im Sport aktiv</span></p></td></tr>' +
  '</table>'

)
for (i=0;i<=MenuArray.length-1;i++) { document.write( MenuArray[i] ) }
return true;
}

function LmDown(elem1, elem2, elem3) {
if (elem1.style.display == "none")
  {
  elem1.style.display = "";
  elem2.src = "images/shrink.gif";
  elem3.title = "Click to Shrink";
  }
else
  {
  elem1.style.display = "none";
  elem2.src = "images/expand.gif";
  elem3.title = "Click to Expand;"
  }
return true;
}


