var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Golf Articles',
    bIsWebPath:true,
    sUrl:'golf articles.html',"childArray" : [
    {   sTitle:'Mind Programming',
        bIsWebPath:true,
        sUrl:'mind programming.html'
    }]
},
{   sTitle:'Linkspage',
    bIsWebPath:true,
    sUrl:'linkspage.html'
}]
});
