var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About GCGM',
    bIsWebPath:true,
    sUrl:'About GCGM.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Beliefs',
        bIsWebPath:true,
        sUrl:'Beliefs.html',
        sTarget:'_self'
    },
    {   sTitle:'Purposes',
        bIsWebPath:true,
        sUrl:'Purposes.html',
        sTarget:'_self'
    },
    {   sTitle:'FAQ',
        bIsWebPath:true,
        sUrl:'FAQ.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Good News Vacations',
    bIsWebPath:true,
    sUrl:'Good News Vacations.html',
    sTarget:'_self'
},
{   sTitle:'Donate',
    bIsWebPath:true,
    sUrl:'Donate.html',
    sTarget:'_self'
}]
});