function BilderLaden() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=BilderLaden.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function fenster(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

verlag = new Image();
verlag.src = "img/verlag.gif";
verlagon = new Image();
verlagon.src = "img/verlag_ov.gif";

service = new Image();
service.src = "img/service.gif";
serviceon = new Image();
serviceon.src = "img/service_ov.gif";

firma = new Image();
firma.src = "img/firma.gif";
firmaon = new Image();
firmaon.src = "img/firma_ov.gif";

editionen = new Image();
editionen.src = "img/editionen.gif";
editionenon = new Image();
editionenon.src = "img/editionen_ov.gif";

biografie = new Image();
biografie.src = "img/biografie.gif";
biografieon = new Image();
biografieon.src = "img/biografie_ov.gif";

freizeit = new Image();
freizeit.src = "img/freizeit.gif";
freizeiton = new Image();
freizeiton.src = "img/freizeit_ov.gif";

lyrik = new Image();
lyrik.src = "img/lyrik.gif";
lyrikon = new Image();
lyrikon.src = "img/lyrik_ov.gif";

kunst = new Image();
kunst.src = "img/kunst.gif";
kunston = new Image();
kunston.src = "img/kunst_ov.gif";

medizin = new Image();
medizin.src = "img/medizin.gif";
medizinon = new Image();
medizinon.src = "img/medizin_ov.gif";

ratgeber = new Image();
ratgeber.src = "img/ratgeber.gif";
ratgeberon = new Image();
ratgeberon.src = "img/ratgeber_ov.gif";

technik = new Image();
technik.src = "img/technik.gif";
technikon = new Image();
technikon.src = "img/technik_ov.gif";

unterhaltung = new Image();
unterhaltung.src = "img/unterhaltung.gif";
unterhaltungon = new Image();
unterhaltungon.src = "img/unterhaltung_ov.gif";

wirtschaft = new Image();
wirtschaft.src = "img/wirtschaft.gif";
wirtschafton = new Image();
wirtschafton.src = "img/wirtschaft_ov.gif";

wissenschaft = new Image();
wissenschaft.src = "img/wissenschaft.gif";
wissenschafton = new Image();
wissenschafton.src = "img/wissenschaft_ov.gif";

autor = new Image();
autor.src = "img/autoren.gif";
autoron = new Image();
autoron.src = "img/autoren_ov.gif";

impressum = new Image();
impressum.src = "img/impressum.gif";
impressumon = new Image();
impressumon.src = "img/impressum_ov.gif";

hfirma = new Image();
hfirma.src = "img/hfirma.gif";
hfirmaon = new Image();
hfirmaon.src = "img/hfirma_ov.gif";

himpressum = new Image();
himpressum.src = "img/himpressum.gif";
himpressumon = new Image();
himpressumon.src = "img/himpressum_ov.gif";

heditionen = new Image();
heditionen.src = "img/heditionen.gif";
heditionenon = new Image();
heditionenon.src = "img/heditionen_ov.gif";

hautor = new Image();
hautor.src = "img/hautoren.gif";
hautoron = new Image();
hautoron.src = "img/hautoren_ov.gif";

redaktion = new Image();
redaktion.src = "img/redaktion.gif";
redaktionon = new Image();
redaktionon.src = "img/redaktion_ov.gif";

uebersetzung = new Image();
uebersetzung.src = "img/uebersetzung.gif";
uebersetzungon = new Image();
uebersetzungon.src = "img/uebersetzung_ov.gif";

gestaltung = new Image();
gestaltung.src = "img/gestaltung.gif";
gestaltungon = new Image();
gestaltungon.src = "img/gestaltung_ov.gif";

herstellung = new Image();
herstellung.src = "img/herstellung.gif";
herstellungon = new Image();
herstellungon.src = "img/herstellung_ov.gif";

logistik = new Image();
logistik.src = "img/logistik.gif";
logistikon = new Image();
logistikon.src = "img/logistik_ov.gif";

multimediale = new Image();
multimediale.src = "img/multimediale.gif";
multimedialeon = new Image();
multimedialeon.src = "img/multimediale_ov.gif";

projekt = new Image();
projekt.src = "img/projektbetreuung.gif";
projekton = new Image();
projekton.src = "img/projektbetreuung_ov.gif";

beratung = new Image();
beratung.src = "img/beratung.gif";
beratungon = new Image();
beratungon.src = "img/beratung_ov.gif";

refinanz = new Image();
refinanz.src = "img/refinanzierung.gif";
refinanzon = new Image();
refinanzon.src = "img/refinanzierung_ov.gif";


function imageon(name) {
   document[name].src = eval(name + "on.src");
   }
function imageoff(name) {
   document[name].src = eval(name + ".src");
   }
function on(name) {
   imageon(name);
   }
function off(name) {
  imageoff(name);
  }
