var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Pressure Washing Services',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'housecleaningsacramento.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'House Washing',
        bIsWebPath:true,
        sUrl:'housecleaningsacramento.html',
        sTarget:'_self'
    },
    {   sTitle:'Window Cleaning',
        bIsWebPath:true,
        sUrl:'windowcleaningsacramento.html',
        sTarget:'_self'
    },
    {   sTitle:'Concrete Cleaning',
        bIsWebPath:true,
        sUrl:'concretecleaningsacramento.html',
        sTarget:'_self'
    },
    {   sTitle:'Deck Cleaning',
        bIsWebPath:true,
        sUrl:'deckcleaningsacramento.html',
        sTarget:'_self'
    },
    {   sTitle:'Roof Cleaning',
        bIsWebPath:true,
        sUrl:'roofcleaningsacramento.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Gutter Services',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'gutterglovepro.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Gutter Cleaning',
        bIsWebPath:true,
        sUrl:'guttercleaningsacramento.html',
        sTarget:'_self'
    },
    {   sTitle:'Gutterglove Pro',
        bIsWebPath:true,
        sUrl:'gutterglovepro.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Commercial Cleaning',
    bIsWebPath:true,
    sUrl:'truckwashsacramento.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contactus.html',
        sTarget:'_self'
    },
    {   sTitle:'Request Estimate Now',
        bIsWebPath:true,
        sUrl:'requestestimatenow.html',
        sTarget:'_self'
    },
    {   sTitle:'Referral Program',
        bIsWebPath:true,
        sUrl:'referralprogram.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
}]
});
