var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page9.html'
},
{   sTitle:'Locations',
    bIsWebPath:true,
    sUrl:'locations.html',"childArray" : [
    {   sTitle:'Harrisonburg- Main Street',
        bIsWebPath:true,
        sUrl:'hburgmain.html'
    },
    {   sTitle:'Harrisonburg - Wolfe Street',
        bIsWebPath:true,
        sUrl:'hburgwolfe.html'
    },
    {   sTitle:'Staunton',
        bIsWebPath:true,
        sUrl:'staunton.html'
    },
    {   sTitle:'Waynesboro',
        bIsWebPath:true,
        sUrl:'waynesboro.html'
    },
    {   sTitle:'Hog Wild BBQ',
        bIsWebPath:true,
        sUrl:'hogwildbbq.html'
    }]
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Klines in the News',
    bIsWebPath:true,
    sUrl:'news.html'
}]
});
