p=parent.mem.mpunkt;
x = new Array(-15,45,45,145,353,438,550,200,252,360,360);
y = new Array(-15,55,80,50,50,50,50,77,95,77,95);
schrift = new Array('',  ' font-weight:bold; font-size:10pt; color:#0000A0; ',' font-weight:bold; font-size:10pt; color:#0000A0; ',' font-weight:bold; font-size:10pt; color:#0000A0; ',' font-weight:bold; font-size:10pt; color:#0000A0; ',' font-weight:bold; font-size:10pt; color:#0000A0; ',' font-weight:bold; font-size:10pt; color:#0000A0; ',' font-size:10pt; color:#0000A0; ',' font-size:10pt; color:#0000A0; ','  font-size:10pt; color:#0000A0; ','  font-size:10pt; color:#0000A0; ',' font-size:10pt; color:#0000A0; ');
url = new Array("haupt.htm","ueber.htm","kontakt.htm","wasser.htm","boden.htm","baugrund.htm","altlasten.htm","planung.htm","bauleitung.htm","bodenunters.htm","gutachten.htm");
te = new Array("Jansen & Nysten-Marek   -   IGU Ing.-Gesellschaft für Umweltberatung ","Über uns","Kontakt","Wasser / Wasserversorgung","Boden","Baugrund","Altlasten","Planungsleistungen","Bauleitung","Arbeits- und Gesundheitsschutz","Gutachtenerstellung");
b = new Array(0,112,112,230,112,112,112,180,120,285,180);
text="";
for (t=1;t<=x.length-1;t++)
{
 x1=x[t]+15;
 y1=y[t]-5;
text=text+'<div id="L'+t+'" style="height: 15px; left: '+x1+'px; position:absolute; top: '+y1+'px; width: '+b[t]+'px"><a href="'+url[t]+'" onClick="setze('+t+');" onMouseover="hover1('+t+')" onMouseout="hover2('+t+')" style="'+schrift[t]+' text-decoration: none" alt="'+te[t]+'"><font face="Arial">'+te[t]+'</font></a></div>';
}

function start()
{
 for (p=1;p<=x.length-1;p++)
 {
	Lmove("L"+p,54+x[p],y[p]-5,1);
 }
p=parent.mem.mpunkt;
setze(p);
}

function setze(p)
{
parent.mem.mpunkt = p;
Lmove("punkt",2+x[p],y[p]-4,1);
}

function hover1(p)
{
	Lmove("L"+p,53+x[p],y[p]-4,1);
}

function hover2(p)
{
	Lmove("L"+p,54+x[p],y[p]-5,1);
window.defaultStatus = "Hier finden Sie Informationen über "+te[parent.mem.mpunkt]+"!"; 
}


