var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Interior',
    bIsWebPath:true,
    sUrl:'interior.html'
},
{   sTitle:'Cottage Layout',
    bIsWebPath:true,
    sUrl:'layout.html'
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'directions.html',"childArray" : [
    {   sTitle:'Google Map',
        bIsWebPath:true,
        sUrl:'googlemap.html'
    }]
},
{   sTitle:'Additional Information',
    bIsWebPath:true,
    sUrl:'additional.html'
},
{   sTitle:'Availability',
    bIsWebPath:true,
    sUrl:'availability.html'
},
{   sTitle:'Tarrif',
    bIsWebPath:true,
    sUrl:'tarrif.html'
}]
});