var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Knights',
        'bIsWebPath':true,
        'sUrl':'knights.html'
    },
    {   'sTitle':'Officers',
        'bIsWebPath':true,
        'sUrl':'afficers.html'
    },
    {   'sTitle':'Activities',
        'bIsWebPath':true,
        'sUrl':'activities.html'
    },
    {   'sTitle':'Past GK\'S',
        'bIsWebPath':true,
        'sUrl':'pastgk.html'
    },
    {   'sTitle':'Knick Knacks',
        'bIsWebPath':true,
        'sUrl':'KK.html'
    },
    {   'sTitle':'Links',
        'bIsWebPath':true,
        'sUrl':'links.html'
    }]
},
{   'sTitle':'History',
    'bIsWebPath':true,
    'sUrl':'history.html',"childArray" : [
    {   'sTitle':'History 1',
        'bIsWebPath':true,
        'sUrl':'History 1.html'
    },
    {   'sTitle':'History 2',
        'bIsWebPath':true,
        'sUrl':'History 2.html'
    },
    {   'sTitle':'History 3',
        'bIsWebPath':true,
        'sUrl':'Page 3.html'
    },
    {   'sTitle':'History 4',
        'bIsWebPath':true,
        'sUrl':'History 4.html'
    },
    {   'sTitle':'History 5',
        'bIsWebPath':true,
        'sUrl':'History 5.html'
    }]
}]
});
