var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Your mountain getaway',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Photo gallery',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'About your vacation home',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Asheville area attractions',
    bIsWebPath:true,
    sUrl:'attractions.html',"childArray" : [
    {   sTitle:'Main attractions',
        bIsWebPath:true,
        sUrl:'mainattractions.html'
    },
    {   sTitle:'Events calendar',
        bIsWebPath:true,
        sUrl:'eventscalendar.html'
    },
    {   sTitle:'Asheville visitor centre',
        bIsWebPath:true,
        sUrl:'avc.html'
    },
    {   sTitle:'Swimming',
        bIsWebPath:true,
        sUrl:'swimming.html'
    },
    {   sTitle:'Outdoors',
        bIsWebPath:true,
        sUrl:'outdoors.html'
    },
    {   sTitle:'Kids',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sTitle:'Spas',
        bIsWebPath:true,
        sUrl:'spas.html'
    },
    {   sTitle:'Movies',
        bIsWebPath:true,
        sUrl:'movies.html'
    },
    {   sTitle:'Theater',
        bIsWebPath:true,
        sUrl:'theater.html'
    },
    {   sTitle:'Dance',
        bIsWebPath:true,
        sUrl:'dance.html'
    },
    {   sTitle:'Music',
        bIsWebPath:true,
        sUrl:'music.html'
    },
    {   sTitle:'Museums',
        bIsWebPath:true,
        sUrl:'museums.html'
    },
    {   sTitle:'Restaurants',
        bIsWebPath:true,
        sUrl:'restaurants.html'
    }]
},
{   sTitle:'Amenities for your comfort',
    bIsWebPath:true,
    sUrl:'amenities.html'
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'reviews.html'
},
{   sTitle:'Booking and contact',
    bIsWebPath:true,
    sUrl:'booking.html'
},
{   sTitle:'Rental pricing',
    bIsWebPath:true,
    sUrl:'pricing.html'
}]
});
