var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Hotel Ymir',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Explore the Beautiful West Kootenays',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Natural Paradise',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Winter Adventures',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sDescription:'A retrospective on the career of Allan W. Edwards.',
    sTitle:'Art Gallery',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'Allan W. Edwards Gallery',
        bIsWebPath:true,
        sUrl:'page7.html'
    }]
},
{   sTitle:'Accommodations',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});
