var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Young Eagles',
    bIsWebPath:true,
    sUrl:'page2.htm',
    sTarget:'_self'
},
{   sTitle:'AirVenture - Oshkosh',
    bIsWebPath:true,
    sUrl:'page3.htm',
    sTarget:'_self'
},
{   sTitle:'Shower Trailer',
    bIsWebPath:true,
    sUrl:'page4.htm',
    sTarget:'_self'
},
{   sTitle:'Local Fly-Outs',
    bIsWebPath:true,
    sUrl:'page5.htm',
    sTarget:'_self'
},
{   sTitle:'Homebuilt Links',
    bIsWebPath:true,
    sUrl:'page6.htm',
    sTarget:'_self'
},
{   sTitle:'For Sale',
    bIsWebPath:true,
    sUrl:'page7.htm',
    sTarget:'_self'
}]
});