var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Lawn Care',
    bIsWebPath:true,
    sUrl:'lawn_care.html',"childArray" : [
    {   sTitle:'Warren MI Lawn Care',
        bIsWebPath:true,
        sUrl:'warren_mi_lawn_care.html'
    }]
},
{   sTitle:'Snow Removal',
    bIsWebPath:true,
    sUrl:'snow_removal.html',"childArray" : [
    {   sTitle:'Fraser MI Snow Removal',
        bIsWebPath:true,
        sUrl:'fraser_mi_snow_removal.html'
    },
    {   sTitle:'Madison Heights MI Snow Removal',
        bIsWebPath:true,
        sUrl:'madison_heights_mi_snow_removal.html'
    },
    {   sTitle:'Roseville MI Snow Removal',
        bIsWebPath:true,
        sUrl:'roseville_mi_snow_removal.html'
    },
    {   sTitle:'Sterling Heights MI Snow Removal',
        bIsWebPath:true,
        sUrl:'sterling_heights_mi_snow_removal.html'
    },
    {   sTitle:'Warren MI Snow Removal',
        bIsWebPath:true,
        sUrl:'warren_mi_snow_removal.html'
    }]
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Coupons',
    bIsWebPath:true,
    sUrl:'coupons.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});