var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Mission',
    'bIsWebPath':true,
    'sUrl':'mission.html'
},
{   'sTitle':'Archive',
    'bIsWebPath':true,
    'sUrl':'archive.html'
},
{   'sTitle':'Prepare for the Future',
    'bIsWebPath':true,
    'sUrl':'future.html'
},
{   'sTitle':'Fringe',
    'bIsWebPath':true,
    'sUrl':'fringe.html',"childArray" : [
    {   'sTitle':'Paracelsus',
        'bIsWebPath':true,
        'sUrl':'paracelsus.html'
    },
    {   'sTitle':'John Dee',
        'bIsWebPath':true,
        'sUrl':'john_dee.html'
    },
    {   'sTitle':'Nostradamus',
        'bIsWebPath':true,
        'sUrl':'nostradamus.html'
    }]
},
{   'sTitle':'Visionaries',
    'bIsWebPath':true,
    'sUrl':'visionaries.html',"childArray" : [
    {   'sTitle':'Arthur C. Clarke',
        'bIsWebPath':true,
        'sUrl':'acc.html'
    },
    {   'sTitle':'Nikola Tesla',
        'bIsWebPath':true,
        'sUrl':'tesla.html'
    },
    {   'sTitle':'Hal Puthoff',
        'bIsWebPath':true,
        'sUrl':'puthoff.html'
    },
    {   'sTitle':'Viktor Petrik',
        'bIsWebPath':true,
        'sUrl':'petrik.html'
    },
    {   'sTitle':'Isaac Asimov',
        'bIsWebPath':true,
        'sUrl':'asimov.html'
    },
    {   'sTitle':'Yuri Artzutanov',
        'bIsWebPath':true,
        'sUrl':'artzutanov.html'
    },
    {   'sTitle':'Alexander Abian',
        'bIsWebPath':true,
        'sUrl':'abian.html'
    },
    {   'sTitle':'Leonardo da Vinci',
        'bIsWebPath':true,
        'sUrl':'davinci.html'
    },
    {   'sTitle':'Alexander Molev',
        'bIsWebPath':true,
        'sUrl':'molev.html'
    }]
},
{   'sTitle':'Energetics',
    'bIsWebPath':true,
    'sUrl':'energetics.html',"childArray" : [
    {   'sTitle':'Climate Change',
        'bIsWebPath':true,
        'sUrl':'climate.html'
    },
    {   'sTitle':'Earthquakes',
        'bIsWebPath':true,
        'sUrl':'earthquakes.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.php'
},
{   'sTitle':'Documents Library',
    'bIsWebPath':true,
    'sUrl':'library/library.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
