var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Email Responder',
        bIsWebPath:true,
        sUrl:'emailresponder.html'
    },
    {   sTitle:'crm',
        bIsWebPath:true,
        sUrl:'crm.html'
    }]
},
{   sTitle:'Partners',
    bIsWebPath:true,
    sUrl:'partners.html',"childArray" : [
    {   sTitle:'Mobmat',
        bIsWebPath:true,
        sUrl:'mobmat.html'
    },
    {   sTitle:'World Cruising Club',
        bIsWebPath:true,
        sUrl:'wcc.html'
    },
    {   sTitle:'Yellowbrick',
        bIsWebPath:true,
        sUrl:'yellowbrick.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
