var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Fleet Pet sitting services',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Article 01',
        bIsWebPath:true,
        sUrl:'article 01.html'
    },
    {   sTitle:'Article 02',
        bIsWebPath:true,
        sUrl:'article 02.html'
    }]
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'prices.html'
},
{   sTitle:'FAQ\'s',
    bIsWebPath:true,
    sUrl:'faq.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links_services.html'
}]
});
