var customNavTree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Startseite',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Zurück',
    sUrl:'javascript:history.back()',
    sTarget:'_self'
},
{   sTitle:'Impressum',
    bIsWebPath:true,
    sUrl:'impressum.html',
    sTarget:'_self'
},
{   sTitle:'Kontakt',
    sUrl:'mailto:info@fr-foto.com',
    sTarget:'_self'
}]
});
