var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About the Plane',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'The Build',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Contact | Links',
    'bIsWebPath':true,
    'sUrl':'page4.html'
}]
});
