zaehl=0;c=new Array();c[0]=1;zz="";
Bilder="";
foto1= new Image();
foto1.src= "mautbilder/mlkw.jpg";
bild1= new Image();
bild1.src= "../allgem/bild1.jpg";
bild2= new Image();
bild2.src= "../allgem/bild2.jpg";
bild3= new Image();
bild3.src= "../allgem/bild3.jpg";
bild4= new Image();
bild4.src= "../allgem/bild4.jpg";
bild5= new Image();
bild5.src= "../allgem/bild5.jpg";
bild6= new Image();
bild6.src= "../allgem/bild6.jpg";
bild7= new Image();
bild7.src= "../allgem/bild7.jpg";
bild8= new Image();
bild8.src= "../allgem/bild8.jpg";
bild9= new Image();
bild9.src= "../allgem/bild9.jpg";


function pruef(a)
{
if(a==2){a=1;zz="../";}
if(a==0)
{
if(!opener)window.location=zz+"index.html";
}
if(a==1)
{
if(top.frames.length==0)window.location=zz+"index.html";
}
}

function imp()
{
Imp=window.open('../impressum.htm','daten','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=600,height=350');
Imp.moveTo(50,50);
}

function oeffne(a)
{
a=a+".htm";
Angebot=window.open(a,'fenster','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width=950,height=800');
Angebot.moveTo(50,10);
}

function wechsel()
{
window.setTimeout("neu()",2000);
}

function neu()
{
zaehl++;if(zaehl==10)zaehl=1;
wechselbild="bild"+String(zaehl)+".src";
eval("document.images.banner.src="+wechselbild);
eval("document.images.banner.value="+wechselbild);
wechsel();
}

function weiter()
{
if(zaehl>0)
{
b=document.images.banner.value;
c=b.split("bild");c[1]=c=c[1].split(".");
}
if(c[0]==1)window.location.href="http://www.profilm.de";
if(c[0]==2)window.location.href="../index.html";
if(c[0]==3)window.location.href="../auto/zauto.html";
if(c[0]==4)window.location.href="../mauto/mauto.html";
if(c[0]==5)window.location.href="../traktor/traktor.html";
if(c[0]==6)window.location.href="../krad/motorrad.html";
if(c[0]==7)window.location.href="../fahrrad/fahrrad.html";
if(c[0]==8)window.location.href="../flugzeug/flugz.html";
if(c[0]==9)window.location.href="../luftschiff/luftschiff.html";

}

function show(b) 
{ 
if(b==0)
{
if(document.getElementById) document.getElementById("Fenster").style.visibility = "hidden"; 
if(document.getElementById) document.getElementById("Titel").style.visibility = "visible"; 
if(document.getElementById) {document.getElementById("Inhalt").style.visibility = "visible"; document.getElementById("bild").style.visibility = "visible"; }
c=0;
}

if(b==1)
{
if(document.getElementById) document.getElementById("Fenster").style.visibility = "visible";
if(document.getElementById) {document.getElementById("Inhalt").style.visibility = "hidden"; 
if(document.getElementById) document.getElementById("Titel").style.visibility = "hidden"; 
document.getElementById("bild").style.visibility = "hidden"; }
 
}
}

function zeig(c)
{
w=400;h=400;ws=350;hs=280;
hochkant=c.split(".");
if(hochkant[1] == "jpgh"){c=hochkant[0]+".jpg";w=380;h=450;ws=320;hs=220;}
if(hochkant[1] == "gifh"){c=hochkant[0]+".gif";w=380;h=450;ws=320;hs=220;}
Bilder=window.open("../leer.htm",'fotos','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=yes,copyhistory=yes,left='+ws+',top='+hs+',width=1,height=1');
if(w==400)Bilder.moveTo(210,200);
else Bilder.moveTo(210,80);
Bilder.resizeTo(w,h);
Bilder.document.writeln("<html><head>\n<style type=\"text/css\">\n<!--");
Bilder.document.writeln("body\{margin-top:0px;margin-left:0px;text-align:center;vertical-align:middle;\}\n//-->\n</style>\n");

Bilder.document.writeln("<script language=\"javaScript\"><!--\n");

Bilder.document.writeln("function schliessen()\n{window.close();}");
Bilder.document.writeln("--></script></head><body  onBlur=\"schliessen();\">");
Bilder.document.write("<center><img src=traktorbilder/"+c+"></center>");
Bilder.document.write("</body></html>");
Bilder.focus();
}


function schliesse()
{
if(Bilder)Bilder.close();
}