var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'from fundraising to social enterprise projects Comdel can help you achieve your aspirations.',
    sTitle:'Services',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Funding',
        bIsWebPath:true,
        sUrl:'page7.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Profiles',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Client List',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});