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=
"Radstellungen|Radstellungen|Wheel Positions|Engl/|"+
"Radstand|Radstand|Wheel Base|Engl/|"+
"Lenkrollhalbmesser|Lenkrollhalbmesser|Steering Offset|Engl/|"+
"Nachlauf|Nachlauf|Castor|Engl/|"+
"Spreizung|Spreizung|Steering axis incl.|Engl/|"+
"Spur|Spur|Wheel Alignment|Engl/|"+
"Spurdifferenzwinkel|Spurdifferenzwinkel|Relative Steering Angle|Engl/|"+
"Spurweite|Spurweite|Track|Engl/|"+
"Sturz|Sturz|Camber|Engl/|"+
"Schraeglaufwinkel|Schräglaufwinkel|Oblique angle|Engl/|"+
"Schraeglaufwinkel|Schwimmwinkel|Side slip angle|Engl/|"+
"Achsvermessung|Achsvermessung 1|Axle Alignment 1|Engl/|"+
"Kompensation|Achsvermessung 2|Axle Alignment 2|Engl/|"+
"Achsvermessung3|Achsvermessung 3|Axle Alignment 3|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>');}