if(location.pathname.indexOf("Engl")==-1)
document.writeln('<br><center><table border=1 bordercolor=#FF0000><tr><td align=middle><a href="daparto.htm"><font size=4><font color=#000088><b>Autoteile</b></font></font><br><font size=2><font color=#0000AA>Bitte hier klicken!</font></font></a></td></tr></table></center><br>');

document.writeln('<center>');

E="?E";D="?D";
if ((document.location.search=="?E") | ((location.pathname.indexOf("Engl")!=-1) & (document.location.search.indexOf("?")==-1)))
{l1=2;document.writeln('<a href="javascript:location.href=location.pathname+D"></a></center><br>');}
else
{l1=1;document.writeln('<a href="javascript:location.href=location.pathname+E"></a></center><br>');}

document.write ("<br><br>");
A=
"FordTL|Ford Modell T|Ford T-Model|Engl/|"+
"AutoUnionCFront|Auto Union Typ C 1|Auto Union C-type 1|Engl/|"+
"AutoUnionCSeite|Auto Union Typ C 2|Auto Union C-type 2|Engl/|"+
"MercedesSSK|Mercedes SSK|Mercedes SSK|Engl/|"+
"Mercedes540K|Mercedes 540 K Cabrio|Merc. 540 K (convert.)|Engl/|"+
"MRZuendapp1|Klassiker Z&uuml;ndapp|Classic Z&uuml;ndapp|Engl/|"+
"MRBMW1|Klassiker BMW 1|Classic BMW 1|Engl/|"+
"MRBMW2|Klassiker BMW 2|Classic BMW 2|Engl/|"+
"MRKawa1|Klassiker Kawasaki|Classic Kawasaki|Engl/|"+
"MRMVAgusta1|MV Agusta|Classic MV Agusta|Engl/|"+
"CitroenTA|Gangsterlimousine|Citroen Traction Avant|Engl/|"+
"FordKoeln|Ford K&ouml;ln|Ford K&ouml;ln|Engl/|"+
"Jeep1|Jeep|Jeep (military model)|Engl/|"+
"Trabi1|Trabant|Trabant (DDR)|Engl/|"+
"VWKaefer|VW K&auml;fer|VW Beetle|Engl/|"+
"VWKarmann1|VW Karmann Ghia|Karmann Ghia Convert.|Engl/|"+
"BMWIsetta|BMW Isetta|BMW Isetta|Engl/|"+
"BorgwardLloyd|Borgward Lloyd|Borgward Lloyd|Engl/|"+
"BorgwardI|Borgward Isabella|Borgward Isabella|Engl/|"+
"SL300|Mercedes 300 SL|300 SL (folding doors)|Engl/|"+
"Mini1|Austin Mini|Austin Mini|Engl/|"+
"ACCobra|AC Cobra|AC Cobra|Engl/|"+
"JaguarE|Jaguar E-Type|Jaguar E-type|Engl/|"+
"BMW02|BMW 02-Reihe|BMW 02-series|Engl/|"+
"VWPorsche|VW-Porsche 914|VW-Porsche 914|Engl/|"+
"Matra|Matra Simca Bagheera|Matra Simca Bagheera|Engl/|"+
"AudiQuattro|Audi Quattro (1980)|Audi Quattro (1980)|Engl/|"+
"";
B=A.split("|");
for (var l=0;l<B.length-4;l=l+4){
T=location.href.split("/");
if(T[T.length-1].substring(0,T[T.length-1].indexOf("."))==B[l])B[l+l1]="<font color=RED>"+B[l+l1]+"</font>";
else;if((B[l+3]=="Engl/")&(l1==2))B[l+2]="<font color=#0000F0>"+B[l+2]+"</font>";
if (location.pathname.indexOf("Engl")!=-1)B[l]="../"+B[l];
if(l1==1)B[l+3]="";
document.writeln('<a class=button href="'+B[l+3]+B[l]+'.htm"> '+B[l+l1]+'</a>');}
