A=
"Doerfler0|Zur Person|Personal datas|Engl/|"+
"Signalatlas|SIGNALATLAS|Signals description|Engl/|"+
"Doerfler1|Störsignale|Dist. signals|Engl/|"+
"Doerfler2|Bauteile|Electr. Parts|Engl/|"+
"Doerfler3|CAN-Bus|CAN-Bus|Engl/|"+
"";
C='';E=location.pathname.split("/");
B=A.split("|");
D="Seiten Dörfler";l1=1;if(location.pathname.indexOf("Engl")!=-1){D="pages Dörfler";l1=2;}document.writeln(" &nbsp; "+(B.length-1)/4+" "+D);
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]="Werbung/"+B[l];else{B[l]="Engl/Hersteller/"+E[2]+"/"+B[l];}
if(location.pathname.indexOf("Engl")!=-1)B[l]="../../../"+B[l];else{B[l]="../../"+B[l];}
C+='<a class=button href="'+B[l]+'.htm"> '+B[l+l1]+'</a>';}document.writeln(C);
