Species or Datagroup:
Data type:
Reference:
   
/* 3. ebene */ if(sub=="submenue3" || sub3value){ if(sub3value) { var auswahl = sub3value; } else { var auswahl = document.form1.submenue3.value; } switch (auswahl) { case "0a": /* select - home */ document.form1[sub3].options[0].text = "test1"; document.form1[sub3].options[0].value = "overview_home.html"; document.form1[sub3].options[1].text = ""; document.form1[sub3].options[1].value = "overview_home.html"; document.form1[sub3].options[2].text = ""; document.form1[sub3].options[2].value = "overview_home.html"; document.form1[sub3].options[3].text = ""; document.form1[sub3].options[3].value = "overview_home.html"; document.form1[sub3].options[4].text = ""; document.form1[sub3].options[4].value = "overview_home.html"; document.form1[sub3].options[5].text = ""; document.form1[sub3].options[5].value = "overview_home.html"; break; case "1b": /* honeybee - overview */ document.form1[sub3].options[0].text = "test2"; document.form1[sub3].options[0].value = "overview_honeybee.html"; document.form1[sub3].options[1].text = ""; document.form1[sub3].options[1].value = "overview_honeybee.html"; document.form1[sub3].options[2].text = ""; document.form1[sub3].options[2].value = "overview_honeybee.html"; document.form1[sub3].options[3].text = ""; document.form1[sub3].options[3].value = "overview_honeybee.html"; document.form1[sub3].options[4].text = ""; document.form1[sub3].options[4].value = "overview_honeybee.html"; document.form1[sub3].options[5].text = ""; document.form1[sub3].options[5].value = "overview_honeybee.html"; break; } }