var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Benefits to Teens',
        bIsWebPath:true,
        sUrl:'BenefitsToTeens.html',
        sTarget:'_self'
    },
    {   sTitle:'F.A.Q.s',
        bIsWebPath:true,
        sUrl:'FAQs.html',
        sTarget:'_self'
    },
    {   sTitle:'Typical Day',
        bIsWebPath:true,
        sUrl:'TypicalDay.html',
        sTarget:'_self'
    },
    {   sTitle:'General Information',
        bIsWebPath:true,
        sUrl:'GeneralInformation.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Trips',
    bIsWebPath:true,
    sUrl:'Trips.html',
    sTarget:'_self'
},
{   sTitle:'Trips Table',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Application',
    bIsExternal:true,
    sUrl:'http://www.teentreks.com/application.pdf',
    sTarget:'_blank'
},
{   sTitle:'Leaders',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Meet Our Leaders',
        bIsWebPath:true,
        sUrl:'Leaders.html',
        sTarget:'_self'
    },
    {   sTitle:'Become a Leader',
        bIsWebPath:true,
        sUrl:'TripLeader.html',
        sTarget:'_self'
    },
    {   sTitle:'Leader Application',
        bIsExternal:true,
        sUrl:'http://www.teentreks.com/leaders.pdf',
        sTarget:'_blank'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'ContactUs.html',
    sTarget:'_self'
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://www.teentreks.blogspot.com',
    sTarget:'_blank'
},
{   sTitle:'Games',
    bIsWebPath:true,
    sUrl:'Games.html',
    sTarget:'_self'
}]
});