var rootPath        ='.'
var ImgExtension    = '.gif';
var ImgPath         = rootPath + '/images/gif/navigation/';
var wechsel_erlaubt = false;

// ------------ Bilder der Navigation links

function loadImages(root) {

  rootPath= root 	
  ImgPath = rootPath + '/images/gif/navigation/';
   	
  Warenwirtsch_over  = new Image();
  Warenwirtsch_over.src = ImgPath + "warenwirtsch_over" + ImgExtension;
  Warenwirtsch_out  = new Image();
  Warenwirtsch_out.src = ImgPath + "warenwirtsch_std" + ImgExtension;
  
  Kalkulation_over  = new Image();
  Kalkulation_over.src = ImgPath + "kalkulation_over" + ImgExtension;
  Kalkulation_out  = new Image();
  Kalkulation_out.src = ImgPath + "kalkulation_std" + ImgExtension;
  
  Beratung_over  = new Image();
  Beratung_over.src = ImgPath + "beratung_over" + ImgExtension;
  Beratung_out  = new Image();
  Beratung_out.src = ImgPath + "beratung_std" + ImgExtension;
  
  Betreuung_over  = new Image();
  Betreuung_over.src = ImgPath + "betreuung_over" + ImgExtension;
  Betreuung_out  = new Image();
  Betreuung_out.src = ImgPath + "betreuung_std" + ImgExtension;
  
  Info_over  = new Image();
  Info_over.src = ImgPath + "info_over" + ImgExtension;
  Info_out  = new Image();
  Info_out.src = ImgPath + "info_std" + ImgExtension;
  
  Referenzen_over  = new Image();
  Referenzen_over.src = ImgPath + "referenzen_over" + ImgExtension;
  Referenzen_out  = new Image();
  Referenzen_out.src = ImgPath + "referenzen_std" + ImgExtension;
  
  Kontakt_over  = new Image();
  Kontakt_over.src = ImgPath + "kontakt_over" + ImgExtension;
  Kontakt_out  = new Image();
  Kontakt_out.src = ImgPath + "kontakt_std" + ImgExtension;
 
  Kunden_over  = new Image();
  Kunden_over.src = ImgPath + "kunden_over" + ImgExtension;
  Kunden_out  = new Image();
  Kunden_out.src = ImgPath + "kunden_std" + ImgExtension;
    
  Home_over  = new Image();
  Home_over.src = ImgPath + "home_over" + ImgExtension;
  Home_out  = new Image();
  Home_out.src = ImgPath + "home_std" + ImgExtension;

 
  Vor_over  = new Image();
  Vor_over.src = ImgPath + "vor_over" + ImgExtension;
  Vor_out  = new Image();
  Vor_out.src = ImgPath + "vor_std" + ImgExtension;

  Zurueck_over  = new Image();
  Zurueck_over.src = ImgPath + "zurueck_over" + ImgExtension;
  Zurueck_out  = new Image();
  Zurueck_out.src = ImgPath + "zurueck_std" + ImgExtension;

  Oben_over  = new Image();
  Oben_over.src = ImgPath + "oben_over" + ImgExtension;
  Oben_out  = new Image();
  Oben_out.src = ImgPath + "oben_std" + ImgExtension;
  
}
