var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'O Nas',
    bIsWebPath:true,
    sUrl:'onas.html'
},
{   sTitle:'Oferta',
    bIsWebPath:true,
    sUrl:'oferta.html'
},
{   sTitle:'Cennik',
    bIsWebPath:true,
    sUrl:'page9.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Pricing',
    bIsWebPath:true,
    sUrl:'pricing.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});