var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'TECHNICAL',
    'bIsWebPath':true,
    'sUrl':'technical.html'
},
{   'sTitle':'SIDEVIEWS',
    'bIsWebPath':true,
    'sUrl':'sideview.html'
},
{   'sTitle':'INSTRUCTIONAL',
    'bIsWebPath':true,
    'sUrl':'instructional.html'
},
{   'sTitle':'EDITORIAL',
    'bIsWebPath':true,
    'sUrl':'editorial.html'
},
{   'sTitle':'MAPS',
    'bIsWebPath':true,
    'sUrl':'maps.html'
},
{   'sTitle':'CHARTS',
    'bIsWebPath':true,
    'sUrl':'charts.html'
},
{   'sTitle':'ICONS',
    'bIsWebPath':true,
    'sUrl':'icons.html'
},
{   'sTitle':'APPAREL',
    'bIsWebPath':true,
    'sUrl':'apparel.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'ABOUT',
    'bIsWebPath':true,
    'sUrl':'about.html'
}]
});
