arm1_on = new Image(); arm1_on.src="images/main/arm1hell.gif";
arm2_on = new Image(); arm2_on.src="images/main/arm2hell.gif";
arm3_on = new Image(); arm3_on.src="images/main/arm3hell.gif";
arm4_on = new Image(); arm4_on.src="images/main/arm4hell.gif";
arm5_on = new Image(); arm5_on.src="images/main/arm5hell.gif";
arm6_on = new Image(); arm6_on.src="images/main/arm6hell.gif";
mitte_on = new Image(); mitte_on.src="images/main/mittehell.gif";
buch_on = new Image(); buch_on.src="images/main/buchhell.gif";
image_off = new Image(); image_off.src="images/main/leer.gif";

fahne_on = new Image(); fahne_on.src="images/fahne.jpg";
fahne_off = new Image(); fahne_off.src="images/fahne_h.jpg";

gruppe_on = new Image(); gruppe_on.src="images/gruppe.jpg";
gruppe_off = new Image(); gruppe_off.src="images/gruppe_h.jpg";

kompass_on = new Image(); kompass_on.src="images/kompass.jpg";
kompass_off = new Image(); kompass_off.src="images/kompass_h.jpg";

israelsym_on = new Image(); israelsym_on.src="images/israelsym.jpg";
israelsym_off = new Image(); israelsym_off.src="images/israelsym_h.jpg";


function active(imgName) {
   img_on = eval(imgName + "on.src");
   ns = (window.document.layers)? true:false;
   if (ns) {
	  document [imgName].document.images [imgName].src = img_on;
   } else { 
      window.document.images[imgName].src = img_on;
   }
}

function menue(Name) {
   kopf(Name);
   if (Name == "schule_"){
      parent.frames["info"].document.forms[0].elements["hauptpunkt"].value = Name;
	  parent.frames["info"].document.forms[0].elements["neuladen"].value = "ja";
	  parent.frames["info"].document.forms[0].elements["r"].value = "ausbildung_";
   }
   if (Name == "termine_"){ 
      parent.frames["info"].document.forms[0].elements["hauptpunkt"].value = Name;
	  parent.frames["info"].document.forms[0].elements["neuladen"].value = "ja";
	  parent.frames["info"].document.forms[0].elements["r"].value = "allgemtermine_";
   }
   if (Name == "angebote_"){  
      parent.frames["info"].document.forms[0].elements["hauptpunkt"].value = Name;
	  parent.frames["info"].document.forms[0].elements["neuladen"].value = "ja";
	  parent.frames["info"].document.forms[0].elements["r"].value = "zeitschriftaktuell_";
   }
   if (Name == "israel_"){ 
      parent.frames["info"].document.forms[0].elements["hauptpunkt"].value = Name;
	  parent.frames["info"].document.forms[0].elements["neuladen"].value = "ja";
	  parent.frames["info"].document.forms[0].elements["r"].value = "projekte_";
   }
   if (Name == "news_"){ 
	  parent.frames["info"].document.forms[0].elements["r"].value = "news_";
   }
   if (Name == "predigt_"){ 
	  parent.frames["info"].document.forms[0].elements["r"].value = "predigt_";
   }
   if (Name == "bestellungen_"){  
	  parent.frames["info"].document.forms[0].elements["r"].value = "bestellungen_";
   }
   if (Name == "kontakt_"){ 
      parent.frames["info"].document.forms[0].elements["hauptpunkt"].value = Name;
	  parent.frames["info"].document.forms[0].elements["neuladen"].value = "ja";
	  parent.frames["info"].document.forms[0].elements["r"].value = "adresse_";
   }
   if (Name == "missionswerk_"){
      parent.frames["info"].document.forms[0].elements["hauptpunkt"].value = Name;
	  parent.frames["info"].document.forms[0].elements["neuladen"].value = "ja";
	  parent.frames["info"].document.forms[0].elements["r"].value = "geschichte_";
   }
   parent.frames["menue"].location.href = "menue/menue.html";
}

function inactive(imgName){
   ns = (window.document.layers)? true:false;
   if (ns) {
	  document [imgName].document.images [imgName].src = image_off.src;
   } else {
      window.document.images[imgName].src = image_off.src;
   }
}

function kopf(ok) {
   kopfbild = parent.frames["info"].document.forms[0].elements["kopfbild"].value;
   f = eval(kopfbild + "off.src");
   parent.frames["kopf"].document.images[kopfbild].src = f;
  if (ok == "home_") {
     kopfbild = "fahne_"
  }
  if (ok == "missionswerk_" || ok == "kontakt_" || ok == "specials_" || ok == "termine_") {
     parent.frames["kopf"].document.images["fahne_"].src = fahne_on.src;
     kopfbild = "fahne_"
  }
  if (ok == "schule_" || ok == "news_" || ok == "angebote_") {
     parent.frames["kopf"].document.images["gruppe_"].src = gruppe_on.src;
     kopfbild = "gruppe_"
  }
  if (ok == "predigt_" || ok == "links_" || ok == "bestellungen_" || ok == "downloads_") {
     parent.frames["kopf"].document.images["kompass_"].src = kompass_on.src;
     kopfbild = "kompass_"
  }
  if (ok == "israel_") {
     parent.frames["kopf"].document.images["israelsym_"].src = israelsym_on.src;
     kopfbild = "israelsym_"
  }
  parent.frames["info"].document.forms[0].elements["kopfbild"].value = kopfbild;
}