var LINK=new Array;
/* Reihenfolge im Array:
SeitenID - im Aufruf Menu() einzusetzen
URL - Dateiname und target
Linktext - Bezeichnung des Links
-- wichtig: die Numerierung der LINKs muss durchgaengig sein --
*/
LINK[1]=new Array("1","index.html target=_self","&nbsp;Startseite");    /* 0,1,2 */
//LINK[2]=new Array("2","q_regeln.html target=_self","&nbsp;Regeln und Hinweise");
//LINK[4]=new Array("3","q_geschichte.html target=_self","&nbsp;Quizgeschichte");
//LINK[5]=new Array("4","q_erfolg.html target=_self","&nbsp;Quizerfolg");
//LINK[6]=new Array("17","quiz_status.html target=_self","&nbsp;Quizstatus");
//LINK[8]=new Array("6","oek_download.html target=_self","&nbsp;Download");
LINK[2]=new Array("30","oek_statistik.html target=_self","&nbsp;Aufrufstatistik");
LINK[3]=new Array("10","oek_newsletter.html target=_self","&nbsp;Newsletter");
//LINK[10]=new Array("11","q_erweitern.html target=_self","&nbsp;Quizfragen schicken");
LINK[4]=new Array("12","oek_empfehlen.html target=_self","&nbsp;Quiz weiterempfehlen");
LINK[5]=new Array("13","oek_feedback.html target=_self","&nbsp;Kontakt aufnehmen");
//LINK[13]=new Array("19","http://www.hillschmidt.de/quiz_chat.php3 target=_blank","&nbsp;Chatten<br><font style=font-size:6pt>(neues Fenster)</font>");
//LINK[14]=new Array("14","q_unterstuetzen.html target=_self","&nbsp;Unterst&uuml;tzen");
LINK[6]=new Array("2","http://www.hillschmidt.de/cgi-bin/highscore_list_oekumene.pl?hs=1 target=_self","&nbsp;Highscoreliste");
LINK[7]=new Array("20","http://www.bibel-quiz.de/ target=_blank","&nbsp;Noch mehr Bibelspiele ...<br><font style=font-size:6pt>(neues Fenster)</font>");
//LINK[8]=new Array("21","http://www.hillschmidt.de/bibelwand/index.html target=_blank","&nbsp;DER GROSSE BIBEL PREIS<br><font style=font-size:6pt>(neues Fenster)</font>");
//LINK[9]=new Array("22","http://www.hillschmidt.de/bibelrad/ target=_blank","&nbsp;Das Bibel Gl&uuml;cksrad<br><font style=font-size:6pt>(neues Fenster)</font>");
//LINK[10]=new Array("37","http://www.hillschmidt.de/bibeltext/ target=_blank","&nbsp;Bibel auf Lücke<br><font style=font-size:6pt>(neues Fenster)</font>");
//LINK[11]=new Array("23","http://www.hillschmidt.de/bibel-quiz/ target=_blank","&nbsp;www.bibel-quiz.de<br><font style=font-size:6pt>(neues Fenster)</font>");
LINK[8]=new Array("9","http://www.hillschmidt.de/forum_smf/index.php target=_blank","&nbsp;Forum<br><font style=font-size:6pt>(neues Fenster)</font>");
//LINK[7]=new Array("23","http://www.hillschmidt.de/cgi-bin/weblog.php.cgi?weblog=1 target=_blank","&nbsp;Weblogs<br><font style=font-size:6pt>(neues Fenster)</font>");
LINK[9]=new Array("99","oek_impressum.html target=_self","&nbsp;Impressum");

var AnzLinks=LINK.length - 1;
var j;

function Menu(zahl)
{
 document.write('<table width=100% border=1 cellspacing=1 cellpadding=1 bgcolor=#311545>');
 for (i=1;i<=AnzLinks;i++)
 {
  if (LINK[i][0] == zahl) document.write('<tr><td class=aktiv height=30px><img src=p0.gif border=0 width=20 height=20 align=right>' + LINK[i][2] + '</td></tr>')
  else
  {
   /* ACHTUNG: j=i klappt nur dann, wenn ansonsten keine Bilder vorhanden sind! Daher hier +3!!! */
   j=i+3;
   document.write('<tr><td class=auswahl height=30px><a class=auswahl onMouseover="document.images[' + j + '].src=\'p1.gif\'" onMouseout=document.images[' + j + '].src=\"p2.gif\" href=' + LINK[i][1] + '><img src=p2.gif border=0 width=20 height=20 align=left>' + LINK[i][2] + '</a></td></tr>');
  }
  if (i==1)
  {
   document.write('<tr><th><br><select size="1" name="jumpit" onchange="document.location.href=this.value" class="auswahl">');
   document.write('<option selected="selected" value="" class="auswahl">Zuordnungsspiele:</option>');
   document.write('<option value="00a_at_feuer01.html" class="auswahl">AT: Feuerbilder</option>');
   document.write('<option value="00s_symbole01.html" class="auswahl">Christliche Symbole</option>');
   document.write('<option value="00e_4elemente.html" class="auswahl">Die vier Elemente</option>');
   document.write('<option value="00f_farben01.html" class="auswahl">Farbsymbolik 1</option>');
   document.write('<option value="00f_farben02.html" class="auswahl">Farbsymbolik 2</option>');
   document.write('<option value="00f_feiertage01.html" class="auswahl">Feiertage 1</option>');
   document.write('<option value="00f_frauen01.html" class="auswahl">Frauen in der Bibel 1</option>');
   document.write('<option value="00g_gebete01.html" class="auswahl">Gebete 1</option>');
   document.write('<option value="00k_kirchenlieder01.html" class="auswahl">Kirchenlieder 1</option>');
   document.write('<option value="00k_kirchenlieder02.html" class="auswahl">Kirchenlieder 2</option>');
   document.write('<option value="00k_kreuzesformen01.html" class="auswahl">Kreuzesformen 1</option>');
   document.write('<option value="00k_kreuzesformen02.html" class="auswahl">Kreuzesformen 2</option>');
   document.write('<option value="00k_kreuzesformen03.html" class="auswahl">Kreuzesformen 3</option>');
   document.write('<option value="00k_kreuzesformen04.html" class="auswahl">Kreuzesformen 4</option>');
   document.write('<option value="00m_messfeier01.html" class="auswahl">Die Heilige Messe</option>');
   document.write('<option value="00r_reformatoren01.html" class="auswahl">Reformatoren 1</option>');
   document.write('<option value="00r_rosenkranz01.html" class="auswahl">Rosenkranz 1</option>');
   document.write('<option value="00r_rosenkranz02.html" class="auswahl">Rosenkranz 2</option>');
   document.write('<option value="00l_laster.html" class="auswahl">Symbole der Laster</option>');
   document.write('<option value="00t_tugenden.html" class="auswahl">Symbole der Tugenden</option>');
   document.write('</select><br><br></th></tr>');
  }
 }
document.write('</table>');
}
