var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Locations',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'2nd Avenue S. | Onalaska, WI',
        bIsWebPath:true,
        sUrl:'2nd_avenue_south_location.html',
        sTarget:'_self'
    },
    {   sTitle:'Cass Street | La Crosse, WI',
        bIsWebPath:true,
        sUrl:'cass_street_location.html',
        sTarget:'_self'
    },
    {   sTitle:'Jackson Street | La Crosse, WI',
        bIsWebPath:true,
        sUrl:'jackson_street_location.html',
        sTarget:'_self'
    },
    {   sTitle:'S. Walnut Street | La Crescent, MN',
        bIsWebPath:true,
        sUrl:'la_crescent_location.html',
        sTarget:'_self'
    },
    {   sTitle:'Sand Lake Road | Onalaska, WI',
        bIsWebPath:true,
        sUrl:'sand_lake_road_location.html',
        sTarget:'_self'
    },
    {   sTitle:'Main Street | Winona, MN',
        bIsWebPath:true,
        sUrl:'winona_location.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services_available.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
