var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'What We Do',
    bIsWebPath:true,
    sUrl:'whatwedo.html',
    sTarget:'_self'
},
{   sTitle:'Video Production',
    bIsWebPath:true,
    sUrl:'videoproduction.html',"childArray" : [
    {   sTitle:'Post Production',
        bIsWebPath:true,
        sUrl:'postproduction.html'
    }]
},
{   sTitle:'e-Learning',
    bIsWebPath:true,
    sUrl:'elearning.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});