var global_navtree = WpNavBar.readTree({

"childArray" : [

{   sTitle:'Home',

    bIsWebPath:true,

    sUrl:'index.html'

},

{   sTitle:'Calendar',

    bIsWebPath:true,

    sUrl:'calendar.html'

},

{   sTitle:'Pictures',

    bIsWebPath:true,

    sUrl:'pictures.html'

},

{   sTitle:'Mission Info',

    bIsWebPath:true,

    sUrl:'missions.html'

},

{   sTitle:'Other Links',

    bIsWebPath:true,

    sUrl:'external_links.html'

},

{   sTitle:'Support the Unit',

    bIsWebPath:true,

    sUrl:'support.html'

},

{   sTitle:'Interested in Joining?',

    bIsWebPath:true,

    sUrl:'join.html',"childArray" : [

    {   sTitle:'Equipment Lists',

        bIsWebPath:true,

        sUrl:'equipment.html'

    },

    {   sTitle:'Training',

        bIsWebPath:true,

        sUrl:'training.html',"childArray" : [

        {   sTitle:'Operational Flow',

            bIsWebPath:true,

            sUrl:'opflow.html'

        },

        {   sTitle:'Search Techniques',

            bIsWebPath:true,

            sUrl:'searchtechiques.html'

        }]

    }]

},

{   sTitle:'Member Site (Private)',

    bIsWebPath:true,

    sUrl:'private/private.html',"childArray" : [

    {   sTitle:'Meeting Minutes',

        bIsWebPath:true,

        sUrl:'private/minutes.html'

    },

    {   sTitle:'Member Contact Info',

        bIsWebPath:true,

        sUrl:'private/membercontactinfo.html'

    },

    {   sTitle:'Common Forms',

        bIsWebPath:true,

        sUrl:'private/common_forms.html'

    }]

}]

});
