var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Request Information',
    bIsWebPath:true,
    sUrl:'requestinfo.html',
    sTarget:'_self'
},
{   sTitle:'Equipment',
    bIsWebPath:true,
    sUrl:'equipment.html',
    sTarget:'_self'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Maintenance',
        bIsWebPath:true,
        sUrl:'maintenance.html',
        sTarget:'_self'
    },
    {   sTitle:'Waste Pickup',
        bIsWebPath:true,
        sUrl:'waste.html',
        sTarget:'_self'
    },
    {   sTitle:'One Time Cleanup',
        bIsWebPath:true,
        sUrl:'otc.html',
        sTarget:'_self'
    },
    {   sTitle:'Rain Gutters',
        bIsWebPath:true,
        sUrl:'gutters.html',
        sTarget:'_self'
    },
    {   sTitle:'Re-Seeding',
        bIsWebPath:true,
        sUrl:'page17.html',
        sTarget:'_self'
    },
    {   sTitle:'Lawn Aeration',
        bIsWebPath:true,
        sUrl:'aeration.html'
    },
    {   sTitle:'De-Thatching',
        bIsWebPath:true,
        sUrl:'thatching.html',
        sTarget:'_self'
    },
    {   sTitle:'Pressure Washing',
        bIsWebPath:true,
        sUrl:'page4.html',"childArray" : [
        {   sTitle:'Pressure Wash - Deck',
            bIsWebPath:true,
            sUrl:'pwdeck.html'
        },
        {   sTitle:'Pressure Wash - Siding',
            bIsWebPath:true,
            sUrl:'pwsiding.html'
        },
        {   sTitle:'Pressure Wash - Porch',
            bIsWebPath:true,
            sUrl:'pwporch.html'
        }]
    }]
},
{   sTitle:'Special Offers',
    bIsWebPath:true,
    sUrl:'page3.html'
}]
});