bild1="../images/ohne.gif";

bild2="../images/ohne.gif";

bild3="../images/aktuell_f_rot.gif";

bild4="../images/aktuell_f_gruen.gif";

bild5="../images/ueber_uns_f_rot.gif";

bild6="../images/ueber_uns_f_gruen.gif";

bild7="../images/referenzen_f_rot.gif";

bild8="../images/referenzen_f_gruen.gif";

bild9="../images/leistungen_f_rot.gif";

bild10="../images/leistungen_f_gruen.gif";

bild11="../images/kontakt_f_rot.gif";

bild12="../images/kontakt_f_gruen.gif";

bild17="../images/deu_rot.gif";

bild18="../images/deu_gruen.gif";

bild19="../images/eng_rot.gif";

bild20="../images/eng_gruen.gif";

bild21="../images/france_rot.gif";

bild22="../images/france_gruen.gif";


var stopnr="eins";

var stopname=bild1

var hold=1;



function clickan(nr,name)

{

stopnr=nr;

stopname=name;

}

function clickaus(nr)

{

if (nr==stopnr)

hold=0

if (hold==1)

{

this.document.images[stopnr].src=stopname;

}

hold=1

}

function change(nr,name)

{

if (nr==stopnr){}

else

this.document.images[nr].src=name

}