bulletMain = '
' ;
bulletMainA = '
' ;
bulletSub = '·' ;
bulletSubA = '·' ;
dotMain = '·' ;
dotMainA = '·' ;
aView = 'root'
// bulletMain = dotMain ;
// bulletMainA = dotMainA ;
function write_navi ( ePath , eLevel , eTitle , eRedirect) {
linkHref = ( eRedirect == '' ) ? dbPath + '/' + aView + '/' + ePath : eRedirect ;
isActive = ( (docPath+'_').indexOf(ePath+'_') > -1 ) ? true : false ;
if ( eLevel == 2 ) {
bullet = bulletMain ;
linkClass = 'leftNaviLink2' ;
if ( isActive ) {
bullet = bulletMainA ;
linkClass = 'leftNaviLink2A' ;
}
document.writeln ( '
| ' + bullet + ' | ' + eTitle + ' |
' ) ;
document.writeln ( ' |
' ) ;
}
if ( ( eLevel == 3 ) && ( ePath + '_' ).indexOf ( path_1 + '_' + path_2 + '_' ) > -1 ) {
linkClass = 'leftNaviLink3' ;
if ( isActive ) {
linkClass = 'leftNaviLink3A' ;
}
document.writeln ( ' | | ' + eTitle + ' |
' ) ;
document.writeln ( ' |
' ) ;
}
if ( ( eLevel == 4 ) && ( ePath + '_' ).indexOf ( path_1 + '_' + path_2 + '_' ) > -1 ) {
linkClass = 'leftNaviLink3' ;
bullet = bulletSub ;
if ( isActive ) {
linkClass = 'leftNaviLink3A' ;
bullet = bulletSubA ;
}
document.writeln ( ' | | ' + bullet + ' ' + eTitle + ' |
' ) ;
document.writeln ( ' |
' ) ;
}
// document.writeln(docTitle) ;
}
write_navi('others','1','More','');
write_navi('others_dealersearch','2','Händlersuche','');
write_navi('others_distributors-worldwide-distributors','2','Vertrieb','');
write_navi('others_about-klein-hummel','2','Über
Klein + Hummel','');
write_navi('others_about-klein-hummel_history','3','Historie','');
write_navi('others_about-klein-hummel_history_1945-1959','4','1945-1959','');
write_navi('others_about-klein-hummel_history_1960-1969','4','1960-1969','');
write_navi('others_about-klein-hummel_history_1970-1980','4','1970-1980','');
write_navi('others_about-klein-hummel_now','3','Jetzt','');
write_navi('others_about-klein-hummel_memberships','3','Mitgliedschaften','');
write_navi('others_about-klein-hummel_discontinued-products','3','Klassiker','');
write_navi('others_service','2','Service','');
write_navi('others_service_product-alpha','3','Produkte A-Z','');
write_navi('others_downloads','2','Downloads','');
write_navi('others_downloads_product','3','Produktspezifische Downloads','');
write_navi('others_downloads_general','3','Aktuelle Allgemeine Downloads','');
write_navi('others_downloads_past-downloads','3','Frühere Allgemeine Downloads','');
write_navi('others_downloads_logo-download','3','K + H Logo Download','');
write_navi('others_press','2','Presse','');
write_navi('others_press_press-releases','3','Pressemitteilungen','');
write_navi('others_jobs','2','Stellenangebote','');
write_navi('others_contact','2','Kontakt','');
write_navi('others_imprint','2','Impressum','');