// -----------------File:100.js

// -----------------Rollover bei Menue

nhm1 = new Image()
nhm1.src = "../pic/hauptmenue/hauptmenue_r1_c1.jpg"
hlhm1 = new Image()
hlhm1.src = "../pic/hauptmenue/hauptmenue_ro_r1_c1.jpg"

nhm2 = new Image()
nhm2.src = "../pic/hauptmenue/hauptmenue_r1_c2.jpg"
hlhm2 = new Image()
hlhm2.src = "../pic/hauptmenue/hauptmenue_ro_r1_c2.jpg"

nhm3 = new Image()
nhm3.src = "../pic/hauptmenue/hauptmenue_r1_c3.jpg"
hlhm3 = new Image()
hlhm3.src = "../pic/hauptmenue/hauptmenue_ro_r1_c3.jpg"

nhm4 = new Image()
nhm4.src = "../pic/hauptmenue/hauptmenue_r1_c4.jpg"
hlhm4 = new Image()
hlhm4.src = "../pic/hauptmenue/hauptmenue_ro_r1_c4.jpg"

nhm5 = new Image()
nhm5.src = "../pic/hauptmenue/hauptmenue_r1_c5.jpg"
hlhm5 = new Image()
hlhm5.src = "../pic/hauptmenue/hauptmenue_ro_r1_c5.jpg"


function highlighthm1(Bild)
{
document.menue1.src = Bild.src
}
function highlighthm2(Bild)
{
document.menue2.src = Bild.src
}
function highlighthm3(Bild)
{
document.menue3.src = Bild.src
}
function highlighthm4(Bild)
{
document.menue4.src = Bild.src
}
function highlighthm5(Bild)
{
document.menue5.src = Bild.src
}

ns=false;
ie=false;
if(document.layers){
  ns=true;
}
if(document.all){
  ie=true;
}
function hilite(lnk){
  if(ie){
    document.all[lnk].style.background='#ffffff';
  }
}
function hilite1(lnk){
  if(ie){
    document.all[lnk].style.background='#ff9900';
  }
}
function nolite(lnk){
  if(ie){
    document.all[lnk].style.background='#003366';
  }
}
function nolite1(lnk){
  if(ie){
    document.all[lnk].style.background='#003366';
  }
}



// ------------------rollover Drucker

Normal = new Image()
Normal.src = "../pic/constr/printer_19x18.jpg"

Highlight1 = new Image()
Highlight1.src = "../pic/constr/printer_19x18_ro.jpg"

function highlight(Bild)
{
document.picPrinter.src = Bild.src
}



// ------------------Jumper

function goURL(){
	dohin = document.jump.auswahl.selectedIndex;
	location.href = document.jump.auswahl.options[dohin].value;
	}