var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Getting Started',
    'bIsWebPath':true,
    'sUrl':'gettingstarted.html'
},
{   'sTitle':'Further Training',
    'bIsWebPath':true,
    'sUrl':'training.html'
},
{   'sTitle':'Social and Diving',
    'bIsWebPath':true,
    'sUrl':'social.html',"childArray" : [
    {   'sTitle':'Maldives 2011',
        'bIsWebPath':true,
        'sUrl':'maldives2011.html'
    },
    {   'sDescription':'Scuba diving in our local lakes',
        'sTitle':'Lakes',
        'bIsWebPath':true,
        'sUrl':'lakes.html'
    }]
},
{   'sTitle':'Contact us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sDescription':'Club members only',
    'sTitle':'Members Only',
    'bIsWebPath':true,
    'sUrl':'members.html'
}]
});
