bild1="images1/start_on.gif";
bild2="images1/start_off.gif";
bild3="images1/ueber_uns_on.gif";
bild4="images1/ueber_uns_off.gif";
bild5="images1/produkte_on.gif";
bild6="images1/produkte_off.gif";
bild7="images1/referenzen_on.gif";
bild8="images1/referenzen_off.gif";
bild9="images1/aktuell_on.gif";
bild10="images1/aktuell_off.gif";
bild11="images1/contact_on.gif";
bild12="images1/contact_off.gif";
bild13="images1/partner_on.gif";
bild14="images1/partner_off.gif";
bild15="images1/impressum_on.gif";
bild16="images1/impressum_off.gif";


var stopnr="";
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
}


