function menue2()
{

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] = "Aktuelles"; 
hmtxt[ 2] = "Termine"; 
hmtxt[ 3] = "&Uuml;bersicht + Archiv"; 
hmtxt[ 4] = "Verein"; 
hmtxt[ 5] = "Mitgliederbereich"; 
hmtxt[ 6] = "Einrichtungen"; 
hmtxt[ 7] = "Arbeitskreise";
hmtxt[ 8] = "Vortr&auml;ge"; 
hmtxt[ 9] = "Publikationen"; 
hmtxt[10] = "Hilfe-Angebote"; 
hmtxt[11] = "Medizin"; 
hmtxt[12] = "Forschung"; 
hmtxt[13] = "Recht";
hmtxt[14] = "Leben"; 
hmtxt[15] = "Ethik"; 
hmtxt[16] = "Ausstellungen"; 
hmtxt[17] = "Suche";
hmtxt[18] = "Kontakt";
hmtxt[19] = "Adressen"; 
hmtxt[20] = "Links"; 
hmtxt[21] = "Impressum"; 

hmurl[ 1] = "../aktuelles/index.html"; 
hmurl[ 2] = "../termine/index.html"; 
hmurl[ 3] = "../archiv/index.html"; 
hmurl[ 4] = "../verein/index.html"; 
hmurl[ 5] = "../mitglieder/index.html"; 
hmurl[ 6] = "../adressen/kontaktadressen-bonn.html"; 
hmurl[ 7] = "../arbeitskreise/index.html"; 
hmurl[ 8] = "../vortraege/index.html"; 
hmurl[ 9] = "../publikationen/publikationen.html"; 
hmurl[10] = "../hilfsangebote/index.html"; 
hmurl[11] = "../medizin/index.html"; 
hmurl[12] = "../medizin/forschungsmeldungen.html"; 
hmurl[13] = "../recht/index.html"; 
hmurl[14] = "../leben/index.html"; 
hmurl[15] = "../ethik/index.html"; 
hmurl[16] = "../ausstellungen/index.html"; 
hmurl[17] = "../suchen/suchen.php"
hmurl[18] = "../verein/seite4.html"; 
hmurl[19] = "../adressen/kontaktadressen-bonn.html"; 
hmurl[20] = "../links/index.html"; 
hmurl[21] = "../impressum/index.html"; 

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

hmpic[1] = "../common/hmenue_p_dot.gif";         // Hauptmenü Grafik Normal
hmpic[2] = "../common/hmenue_p4_dot.gif";      // Hauptmenü Grafik Aktiv 

hmmov[1] = "'../common/hmenue_p_dot.gif'";       // Hauptmenü Grafik Normal
hmmov[2] = "'../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('<b class="hmenue">' + hmtxt[1] + '</b></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('<b class="hmenue">' + hmtxt[2] + '</b></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('<b class="hmenue">' + hmtxt[3] + '</b></a>');
write('<BR>&nbsp;</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('<b class="hmenue">' + hmtxt[4] + '</b></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('<b class="hmenue">' + hmtxt[5] + '</b></a>');
write('<BR>&nbsp;</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('<b class="hmenue">' + hmtxt[6] + '</b></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('<b class="hmenue">' + hmtxt[7] + '</b></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('<b class="hmenue">' + hmtxt[8] + '</b></a>');
write('<BR>&nbsp;</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('<b class="hmenue">' + hmtxt[9] + '</b></a>');
write('<BR>&nbsp;</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('<b class="hmenue">' + hmtxt[10] + '</b></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('<b class="hmenue">' + hmtxt[11] + '</b></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('<b class="hmenue">' + hmtxt[12] + '</b></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('<b class="hmenue">' + hmtxt[13] + '</b></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 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('<b class="hmenue">' + hmtxt[21] + '</b></a>');
write('</td></tr>');

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





function menue1()
{

var hm1txt  = new Array();        // Hauptmenüpunkte
var hm1url  = new Array();        // Hauptmenüpunkte URL
var um1txt  = new Array();        // Untermenüpunkte Unternehmen
var um1url  = new Array();        // Untermenüpunkte Unternehmen URL
var tb1col  = new Array();        // Farben Tabellenzellen
var hm1pic  = new Array();        // Hauptmenü Grafik
var hm1mov  = new Array();        // Hauptmenü Grafik Rollover

hm1txt[ 1] = "";
hm1txt[ 2] = ""; 
hm1txt[ 3] = "Newsletter";
hm1txt[ 4] = "Februar 2007";
hm1txt[ 5] = "";  
hm1txt[ 6] = ""; 

hm1url[ 1] = ""; 
hm1url[ 2] = ""; 
hm1url[ 3] = "../newsletter/newsletter_200702.html";
hm1url[ 4] = "../newsletter/newsletter_200702.html";
hm1url[ 5] = "";
hm1url[ 6] = "";


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

hm1pic[1] = "../common/hmenue_p_dot.gif";         // Hauptmenü Grafik Normal
hm1pic[2] = "../common/hmenue_p4_dot.gif";      // Hauptmenü Grafik Aktiv 

hm1mov[1] = "'../common/hmenue_p_dot.gif'";       // Hauptmenü Grafik Normal
hm1mov[2] = "'../common/hmenue_p4_dot.gif'";    // Hauptmenü Grafik Aktiv 


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

// MENÜPUNKT 1
write('<tr bgcolor="' + tb1col[1] + '"><td colspan="2">');
write('<a href="' + hm1url[1] + '" onMouseOver="document.hm111dot.src=' + hm1mov[2] + '" onMouseOut="document.hm111dot.src=' + hm1mov[1] + '"><img src="' + hm1pic[1] + '" width="10" height="10" hspace="2" border="0" name="hm111dot">');
write('<b class="hmenue">' + hm1txt[1] + '</b></a>');
write('</td></tr>');

// MENÜPUNKT 2
write('<tr bgcolor="' + tb1col[1] + '"><td colspan="2">');
write('<a href="' + hm1url[2] + '" onMouseOver="document.hm112dot.src=' + hm1mov[2] + '" onMouseOut="document.hm112dot.src=' + hm1mov[1] + '"><img src="' + hm1pic[1] + '" width="10" height="10" hspace="2" border="0" name="hm112dot">');
write('<b class="hmenue">' + hm1txt[2] + '</b></a>');
write('</td></tr>');

// MENÜPUNKT 3
write('<tr bgcolor="' + tb1col[1] + '"><td colspan="2"><BR>&nbsp;<BR><font face="verdana" size="-2">&nbsp;&nbsp;&nbsp;&nbsp;Neuigkeiten</font><BR>&nbsp;<BR>');
write('<a href="' + hm1url[3] + '" onMouseOver="document.hm113dot.src=' + hm1mov[2] + '" onMouseOut="document.hm113dot.src=' + hm1mov[1] + '"><img src="' + hm1pic[1] + '" width="10" height="10" hspace="2" border="0" name="hm113dot">');
write('<b class="hmenue">' + hm1txt[3] + '</b></a>');
write('</td></tr>');

// MENÜPUNKT 4
write('<tr bgcolor="' + tb1col[1] + '"><td colspan="2">');
write('<a href="' + hm1url[4] + '" onMouseOver="document.hm114dot.src=' + hm1mov[2] + '" onMouseOut="document.hm114dot.src=' + hm1mov[1] + '"><img src="' + hm1pic[1] + '" width="10" height="10" hspace="2" border="0" name="hm114dot">');
write('<b class="hmenue">' + hm1txt[4] + '</b></a>');
write('</td></tr>');

// MENÜPUNKT 5
write('<tr bgcolor="' + tb1col[1] + '"><td colspan="2">');
write('<a href="' + hm1url[5] + '" onMouseOver="document.hm115dot.src=' + hm1mov[2] + '" onMouseOut="document.hm115dot.src=' + hm1mov[1] + '"><img src="' + hm1pic[1] + '" width="10" height="10" hspace="2" border="0" name="hm115dot">');
write('<b class="hmenue">' + hm1txt[5] + '</b></a>');
write('</td></tr>');

// MENÜPUNKT 5
write('<tr bgcolor="' + tb1col[1] + '"><td colspan="2">');
write('<a href="' + hm1url[6] + '" onMouseOver="document.hm116dot.src=' + hm1mov[2] + '" onMouseOut="document.hm116dot.src=' + hm1mov[1] + '"><img src="' + hm1pic[1] + '" width="10" height="10" hspace="2" border="0" name="hm116dot">');
write('<b class="hmenue">' + hm1txt[6] + '</b></a>');
write('</td></tr>');


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







