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=
"Vergaser|Vergaser|Carburetor|Engl/|"+
"Einfachvergaser|Einfachvergaser|One-barrel carburetor|Engl/|"+
"EcotronicVergaser|Ecotronic-V.|Ecotronic Carburetor|Engl/|"+
"Gleichdruckvergaser|Gleichdruckvergaser|Const. Depr. Carbur.|Engl/|"+
"KraftradVergaser|Kraftrad-Vergaser 1|Motorc. Carburetor 1|Engl/|"+
"KraftradVergaserB|Kraftrad-Vergaser 2|Motorc. Carburetor 2|Engl/|"+
"Mehrfachvergaser|Registervergaser|2-barrel Carburetor|Engl/|"+
"Membranpumpe|Membranpumpe|Diaphragm Pump|Engl/|"+
"SaugrRegVerg|Saugrohr|Intake Pipe|Engl/|"+
"Startaut|Startautomatik|Automatic Choke|Engl/|"+
"VBeschleunigung|Beschleunigung|Acceleration|Engl/|"+
"VKaltleerlauf|Kaltleerlauf|Cold Idle Speed|Engl/|"+
"VKaltstart|Kaltstart|Cold Start|Engl/|"+
"VTeillast|Teillast|Part Load|Engl/|"+
"VUebergang|&Uuml;bergang|Transition|Engl/|"+
"VVolllast|Volllast|Full Load|Engl/|"+
"VWarmleerlauf|Warmleerlauf|Warm Idle Speed|Engl/|"+
"Test/Vergaser01|<font color=GREEN>14 Aufg. Vergaser</font>|<font color=GREEN>14 Tasks Carburetor</font>|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>');}
