var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Photos and baic information on the ski properties featured in site.',
    sTitle:'Apartments & Chalets',
    bIsWebPath:true,
    sUrl:'apartments.html'
},
{   sTitle:'The 3 Valleys',
    bIsWebPath:true,
    sUrl:'the3valleys.html'
},
{   sTitle:'Travel',
    bIsWebPath:true,
    sUrl:'travel.html',"childArray" : [
    {   sTitle:'Arrival by plane',
        bIsWebPath:true,
        sUrl:'planearrival.html'
    },
    {   sTitle:'Arrival by car',
        bIsWebPath:true,
        sUrl:'cararrival.html'
    },
    {   sTitle:'Arrival by train',
        bIsWebPath:true,
        sUrl:'trainarrival.html'
    }]
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'prices.html'
},
{   sTitle:'Property Management',
    bIsWebPath:true,
    sUrl:'management.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
