function menue()
{

var hmtxt  = new Array();        // Hauptmenüpunkte
var hmurl  = new Array();    	 // Hauptmenüpunkte URL
var umtxt  = new Array();        // Untermenüpunkte Unternehmen
var umurl  = new Array();        // Untermenüpunkte Unternehmen URL
var tbcol  = new Array();        // Farben Tabellenzellen
var hmpic  = new Array();        // Hauptmenü Grafik
var hmmov  = new Array();        // Hauptmenü Grafik Rollover

hmtxt[ 1] = "ARGE"; 
hmtxt[ 2] = "Vereine";
hmtxt[ 3] = "Chronik"; 
hmtxt[ 4] = "Archiv"; 
hmtxt[ 5] = "Dorfplan"; 
hmtxt[ 6] = "Feierlichkeit";
hmtxt[ 7] = "Veranstaltung";
hmtxt[ 8] = "AKTUELL"; 
hmtxt[ 9] = "Links"; 
hmtxt[10] = "Impressum"; 
hmtxt[11] = "Kontakt"; 
hmtxt[12] = "intern";

hmurl[ 1] = "http://www.liebenswertes-lindenberg.de/ARGE/index.html";
hmurl[ 2] = "http://www.liebenswertes-lindenberg.de/vereine/index.html";
hmurl[ 3] = "http://www.liebenswertes-lindenberg.de/chronik/index.html"; 
hmurl[ 4] = "http://www.liebenswertes-lindenberg.de/aktuelles/index2007.html"; 
hmurl[ 5] = "http://www.liebenswertes-lindenberg.de/ort/index.html"; 
hmurl[ 6] = "http://www.liebenswertes-lindenberg.de/feierlichkeiten/index.html";  
hmurl[ 7] = "http://www.liebenswertes-lindenberg.de/veranstaltungen/index.html"; 
hmurl[ 8] = "http://www.liebenswertes-lindenberg.de/aktuelles/index.html"; 
hmurl[ 9] = "http://www.liebenswertes-lindenberg.de/links/index.html"; 
hmurl[10] = "http://www.liebenswertes-lindenberg.de/aktuelles/impressum.html"; 
hmurl[11] = "http://www.liebenswertes-lindenberg.de/ARGE/index.html";
hmurl[12] = "http://www.liebenswertes-lindenberg.de/intern/index.html"; 

tbcol[1] = "";	// "#EEEEEE"    // Farbe Hauptmenü
tbcol[2] = "";	// "#000000"    // Untermenü

hmpic[1] = "http://www.liebenswertes-lindenberg.de/common/hmenue_p_dot.gif";         // Hauptmenü Grafik Normal
hmpic[2] = "http://www.liebenswertes-lindenberg.de/common/hmenue_p4_dot.gif";        // Hauptmenü Grafik Aktiv 

hmmov[1] = "'http://www.liebenswertes-lindenberg.de/common/hmenue_p_dot.gif'";       // Hauptmenü Grafik Normal
hmmov[2] = "'http://www.liebenswertes-lindenberg.de/common/hmenue_p4_dot.gif'";      // Hauptmenü Grafik Aktiv 


with(document)
{
write('<table width="95%" border="0" cellspacing="1" cellpadding="1">');

// MENÜPUNKT 1
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[1] + '" onMouseOver="document.hm1dot.src=' + hmmov[2] + '" onMouseOut="document.hm1dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm1dot">');
write('<class="hmenue">' + hmtxt[1] + '</a>');
write('</td></tr>');

// MENÜPUNKT 2
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[2] + '" onMouseOver="document.hm2dot.src=' + hmmov[2] + '" onMouseOut="document.hm2dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm2dot">');
write('<class="hmenue">' + hmtxt[2] + '</a>');
write('</td></tr>');

// MENÜPUNKT 3
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[3] + '" onMouseOver="document.hm3dot.src=' + hmmov[2] + '" onMouseOut="document.hm3dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm3dot">');
write('<class="hmenue">' + hmtxt[3] + '</a>');
write('</td></tr>');

// MENÜPUNKT 4
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[4] + '" onMouseOver="document.hm4dot.src=' + hmmov[2] + '" onMouseOut="document.hm4dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm4dot">');
write('<class="hmenue">' + hmtxt[4] + '</a>');
write('</td></tr>');

// MENÜPUNKT 5
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[5] + '" onMouseOver="document.hm5dot.src=' + hmmov[2] + '" onMouseOut="document.hm5dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm5dot">');
write('<class="hmenue">' + hmtxt[5] + '</a>');
write('</td></tr>');

// MENÜPUNKT 6
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[6] + '" onMouseOver="document.hm6dot.src=' + hmmov[2] + '" onMouseOut="document.hm6dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm6dot">');
write('<class="hmenue">' + hmtxt[6] + '</a>');
write('</td></tr>');

// MENÜPUNKT 7
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[7] + '" onMouseOver="document.hm7dot.src=' + hmmov[2] + '" onMouseOut="document.hm7dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm7dot">');
write('<class="hmenue">' + hmtxt[7] + '</a>');
write('</td></tr>');

// MENÜPUNKT 8
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[8] + '" onMouseOver="document.hm8dot.src=' + hmmov[2] + '" onMouseOut="document.hm8dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm8dot">');
write('<class="hmenue">' + hmtxt[8] + '</a>');
write('</td></tr>');

// MENÜPUNKT 9
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[9] + '" onMouseOver="document.hm9dot.src=' + hmmov[2] + '" onMouseOut="document.hm9dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm9dot">');
write('<class="hmenue">' + hmtxt[9] + '</a>');
write('</td></tr>');

// MENÜPUNKT 10
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[10] + '" onMouseOver="document.hm10dot.src=' + hmmov[2] + '" onMouseOut="document.hm10dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm10dot">');
write('<class="hmenue">' + hmtxt[10] + '</a>');
write('</td></tr>');

// MENÜPUNKT 11
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[11] + '" onMouseOver="document.hm11dot.src=' + hmmov[2] + '" onMouseOut="document.hm11dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm11dot">');
write('<class="hmenue">' + hmtxt[11] + '</a>');
write('</td></tr>');

// MENÜPUNKT 12
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[12] + '" onMouseOver="document.hm12dot.src=' + hmmov[2] + '" onMouseOut="document.hm12dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm12dot">');
write('<class="hmenue">' + hmtxt[12] + '</a>');
write('</td></tr>');

/*
// MENÜPUNKT 13
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[13] + '" onMouseOver="document.hm13dot.src=' + hmmov[2] + '" onMouseOut="document.hm13dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm13dot">');
write('<class="hmenue">' + hmtxt[13] + '</a>');
write('<BR>&nbsp;</td></tr>');

// MENÜPUNKT 14
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[14] + '" onMouseOver="document.hm14dot.src=' + hmmov[2] + '" onMouseOut="document.hm14dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm14dot">');
write('<b class="hmenue">' + hmtxt[14] + '</b></a>');
write('</td></tr>');

// MENÜPUNKT 15
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[15] + '" onMouseOver="document.hm15dot.src=' + hmmov[2] + '" onMouseOut="document.hm15dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm15dot">');
write('<b class="hmenue">' + hmtxt[15] + '</b></a>');
write('<BR>&nbsp;</td></tr>');

// MENÜPUNKT 16
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[16] + '" onMouseOver="document.hm16dot.src=' + hmmov[2] + '" onMouseOut="document.hm16dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm16dot">');
write('<b class="hmenue">' + hmtxt[16] + '</b></a>');
write('</td></tr>');

// MENÜPUNKT 17
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[17] + '" onMouseOver="document.hm17dot.src=' + hmmov[2] + '" onMouseOut="document.hm17dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm17dot">');
write('<b class="hmenue">' + hmtxt[17] + '</b></a>');
write('</td></tr>');

// MENÜPUNKT 18
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[18] + '" onMouseOver="document.hm18dot.src=' + hmmov[2] + '" onMouseOut="document.hm18dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm18dot">');
write('<b class="hmenue">' + hmtxt[18] + '</b></a>');
write('</td></tr>');

// MENÜPUNKT 19
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[19] + '" onMouseOver="document.hm19dot.src=' + hmmov[2] + '" onMouseOut="document.hm19dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm19dot">');
write('<b class="hmenue">' + hmtxt[19] + '</b></a>');
write('</td></tr>');

// MENÜPUNKT 20
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[20] + '" onMouseOver="document.hm20dot.src=' + hmmov[2] + '" onMouseOut="document.hm20dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm20dot">');
write('<b class="hmenue">' + hmtxt[20] + '</b></a>');
write('</td></tr>');

// MENÜPUNKT 20
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[20] + '" onMouseOver="document.hm20dot.src=' + hmmov[2] + '" onMouseOut="document.hm20dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm20dot">');
write('<b class="hmenue">' + hmtxt[20] + '</b></a>');
write('</td></tr>');

// MENÜPUNKT 21
write('<tr bgcolor="' + tbcol[1] + '"><td colspan="2">');
write('<a href="' + hmurl[21] + '" onMouseOver="document.hm21dot.src=' + hmmov[2] + '" onMouseOut="document.hm21dot.src=' + hmmov[1] + '"><img src="' + hmpic[1] + '" width="10" height="10" hspace="2" border="0" name="hm21dot">');
write('<class="hmenue">' + hmtxt[21] + '</a>');
write('</td></tr>');
*/

//
write('</table>');
	}
}






