var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Mission',
    bIsWebPath:true,
    sUrl:'ourmission.html'
},
{   sTitle:'Schedule',
    bIsWebPath:true,
    sUrl:'schedule.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'CCD Registration English',
    bIsWebPath:true,
    sUrl:'ccd_registration.html'
},
{   sTitle:'CCD Registro Español',
    bIsWebPath:true,
    sUrl:'ccd_spanish.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.html'
},
{   sTitle:'Memories',
    bIsWebPath:true,
    sUrl:'memories.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});