var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'E-books',
    bIsWebPath:true,
    sUrl:'ebooks.html',"childArray" : [
    {   sTitle:'Practical E-marketing for Real Results',
        bIsWebPath:true,
        sUrl:'practical_e-marketing_for_real_results.html'
    },
    {   sTitle:'ACT! Training',
        bIsWebPath:true,
        sUrl:'act_training.html'
    }]
},
{   sTitle:'E-marketing',
    bIsWebPath:true,
    sUrl:'swiftpage.html',"childArray" : [
    {   sTitle:'E-marketing DIY',
        bIsWebPath:true,
        sUrl:'emarketingdiy.html'
    },
    {   sTitle:'E-marketing Service',
        bIsWebPath:true,
        sUrl:'emarketingservice.html'
    }]
},
{   sTitle:'CRM',
    bIsWebPath:true,
    sUrl:'act.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
