var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Living in Greenways',
    bIsWebPath:true,
    sUrl:'living in greenways.html'
},
{   sTitle:'Facilities',
    bIsWebPath:true,
    sUrl:'facilities.html',"childArray" : [
    {   sTitle:'Golf Course General',
        bIsWebPath:true,
        sUrl:'golf course general.html',"childArray" : [
        {   sTitle:'Tournaments',
            bIsWebPath:true,
            sUrl:'tournaments.html'
        }]
    },
    {   sTitle:'Golf Course Holes',
        bIsWebPath:true,
        sUrl:'golf course holes.html'
    },
    {   sTitle:'Restaurant',
        bIsWebPath:true,
        sUrl:'restaurant.html'
    }]
},
{   sTitle:'News & Information',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Estate',
        bIsWebPath:true,
        sUrl:'estate gallery.html'
    },
    {   sTitle:'Facilities',
        bIsWebPath:true,
        sUrl:'facilities gallery.html'
    },
    {   sTitle:'General',
        bIsWebPath:true,
        sUrl:'general gallery.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});
