var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Accommodation',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Golf Information',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Contact & Directions',
    'bIsWebPath':true,
    'sUrl':'page2.html'
}]
});
