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><br><br>');

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><br><br>');}
else
{l1=1;document.writeln('<a href="javascript:location.href=location.pathname+E"></a><br><br>');}

document.write ("<br><br>");
A=
"Zweitaktmotor|Zweitaktmotor|2-stroke Engine|Engl/|"+
"Zweizylinder-ReihenmotorZ|Zweizyl.-Reihenmotor|In-line 2-cyl. Engine|Engl/|"+
"ZweitaktmotorFK|Fl&uuml;ssigkeitsk&uuml;hlung|Liquid Cooling|Engl/|"+
"ZweitaktmotorLK|Luftk&uuml;hlung|2-stroke Engine|Engl/|"+
"Gaswechsel|Gaswechsel|Exchange of Gases|Engl/|"+
"Spuelung|Sp&uuml;lung|Scavenging|Engl/|"+
"Umkehrspuelung|Umkehrsp&uuml;lung 1|Loop Scavenging 1|Engl/|"+
"ZylUmkehrSpB|Umkehrsp&uuml;lung 2|Loop Scavenging 2|Engl/|"+
"Gleichstromspuelung|Gleichstromsp&uuml;lung|Uniflow Scav.|Engl/|"+
"Querstromspuelung|Querstromsp&uuml;lung|Cross-flow Scav.|Engl/|"+
"ZweitaktMAntr|Zweitaktantrieb|2-stroke Drive|Engl/|"+
"ZweitaktDTurbo|Turbo-Diesel|Diesel Turbocharger|Engl/|"+
"ZweitaktmotorA|Ladermotor|Superch. 2-stroke|Engl/|"+
"Hersteller/Sachsenring/Trabi1|Trabant 1|Trabant (DDR) 1|Engl/|"+
"Hersteller/Sachsenring/Trabi2|Trabant 2|Trabant (DDR) 2|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>');}
