var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'AnAqSim Software',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Specifications',
        'bIsWebPath':true,
        'sUrl':'specifications.html'
    },
    {   'sTitle':'Screen Shots',
        'bIsWebPath':true,
        'sUrl':'screenshots.html'
    },
    {   'sTitle':'User Guide',
        'bIsWebPath':true,
        'sUrl':'userguide.html'
    },
    {   'sTitle':'Articles on Methods',
        'bIsWebPath':true,
        'sUrl':'articles.html'
    },
    {   'sTitle':'Resease History, Changes',
        'bIsWebPath':true,
        'sUrl':'releases.html'
    },
    {   'sTitle':'Licensing',
        'bIsWebPath':true,
        'sUrl':'licensing.html'
    },
    {   'sTitle':'Purchase',
        'bIsWebPath':true,
        'sUrl':'purchase.html'
    },
    {   'sTitle':'Download',
        'bIsWebPath':true,
        'sUrl':'download.html'
    },
    {   'sTitle':'Support',
        'bIsWebPath':true,
        'sUrl':'support.html'
    },
    {   'sTitle':'Checks of AnAqSim',
        'bIsWebPath':true,
        'sUrl':'checks.html'
    }]
},
{   'sTitle':'Consulting',
    'bIsWebPath':true,
    'sUrl':'consulting.html'
},
{   'sTitle':'Groundwater Science Textbook',
    'bIsWebPath':true,
    'sUrl':'groundwaterscience.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
