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>');
A=
"RRPhantom2003|2003 Phantom|2003 Phantom|Engl/|"+
"RRSilverWraith|1955 Silver Cloud|1955 Silver Cloud|Engl/|"+
"RRSilverWraith1952|1952 Silver Wraith|1952 Silver Wraith|Engl/|"+
"RRPhantomIII|1935 Phantom III|1935 Phantom III|Engl/|"+
"RRSilverGhost1922|1922 Silver Ghost|1922 Silver Ghost|Engl/|"+
"RRSilverGhost|1907 Silver Ghost|1907 Silver Ghost|Engl/|"+
"";
C="";E=location.pathname.split("/");
B=A.split("|");
D=l1=1;
if(location.pathname.indexOf("Engl")!=-1)l1=2;
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>";
if(l1==1)B[l]="Hersteller/"+E[2]+"/"+B[l];else{B[l]="Engl/Hersteller/"+E[3]+"/"+B[l];}
if(location.pathname.indexOf("Engl")!=-1)B[l]="../../../"+B[l];else{B[l]="../../"+B[l];}
if((B[l+3]=='Engl/')|(l1==1))C+='<a class=button href="'+B[l]+'.htm"> '+B[l+l1]+'</a>';}
document.writeln('<br>'+C);
