var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Local Services',
        bIsWebPath:true,
        sUrl:'local services.html'
    },
    {   sTitle:'Programs Schedules and Activities',
        bIsWebPath:true,
        sUrl:'programschedule.html'
    },
    {   sTitle:'Video Links',
        bIsWebPath:true,
        sUrl:'video link.html'
    },
    {   sTitle:'Information about Islam',
        bIsWebPath:true,
        sUrl:'info about islam.html'
    },
    {   sTitle:'Important links',
        bIsWebPath:true,
        sUrl:'important links.html'
    }]
},
{   sTitle:'ICP Org and Mission',
    bIsWebPath:true,
    sUrl:'icp org mission.html'
},
{   sTitle:'Imam Al Mahdi Center',
    bIsWebPath:true,
    sUrl:'imam al mahdi.html'
},
{   sTitle:'Al Mahdi School of Portland',
    bIsWebPath:true,
    sUrl:'al mahdi school.html'
},
{   sTitle:'Islamic Cemetry of Portland',
    bIsWebPath:true,
    sUrl:'islamic cemetry.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
