var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Psychology',
    'bIsWebPath':true,
    'sUrl':'psychology.html'
},
{   'sTitle':'Expert Witness',
    'bIsWebPath':true,
    'sUrl':'Expert.html'
},
{   'sTitle':'Employment',
    'bIsWebPath':true,
    'sUrl':'Employment.html'
},
{   'sTitle':'Fun',
    'bIsWebPath':true,
    'sUrl':'Fun.html',"childArray" : [
    {   'sTitle':'Dolphins',
        'bIsWebPath':true,
        'sUrl':'Dolphins.html'
    },
    {   'sTitle':'Dolphins Picture',
        'bIsWebPath':true,
        'sUrl':'Dolphins2.html'
    }]
},
{   'sTitle':'Self Help',
    'bIsWebPath':true,
    'sUrl':'self help.html'
},
{   'sTitle':'Free Stuff',
    'bIsWebPath':true,
    'sUrl':'free stuff.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact us.html'
}]
});
