var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'facebook',
    'bIsExternal':true,
    'sUrl':'http://www.facebook.com/pages/Mcb-6-Association/213018428778787',
    'sTarget':'_blank'
},
{   'sTitle':'Ships Store',
    'bIsWebPath':true,
    'sUrl':'Store.html'
},
{   'sTitle':'Publications',
    'bIsWebPath':true,
    'sUrl':'publications.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html',"childArray" : [
    {   'sTitle':'Reunions',
        'bIsWebPath':true,
        'sUrl':'reunions.html',"childArray" : [
        {   'sTitle':'2012 Reunion',
            'bIsWebPath':true,
            'sUrl':'2012reunion.html'
        }]
    },
    {   'sTitle':'History',
        'bIsWebPath':true,
        'sUrl':'history.html'
    },
    {   'sTitle':'Contact Us',
        'bIsWebPath':true,
        'sUrl':'contactus.html',"childArray" : [
        {   'sTitle':'Email Us',
            'bIsWebPath':true,
            'sUrl':'email.html'
        }]
    }]
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'Links.html'
}]
});
