bild1="table/home.gif";
bild2="table/home1.gif";
bild3="table/ladies.gif";
bild4="table/ladies1.gif";
bild5="table/duo.gif";
bild6="table/duo1.gif";
bild7="table/desirebizarre.gif";
bild8="table/desirebizarre1.gif";
bild9="table/men.gif";
bild10="table/men1.gif";
bild11="table/contact.gif";
bild12="table/contact1.gif";
bild13="table/casting.gif";
bild14="table/casting1.gif";
bild15="table/infoe.gif";
bild16="table/infoe1.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
}
