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'
},
{   'sTitle':'Video Production',
    'bIsWebPath':true,
    'sUrl':'videoproduction.html',"childArray" : [
    {   'sTitle':'Post Production',
        'bIsWebPath':true,
        'sUrl':'postproduction.html'
    },
    {   'sTitle':'More Examples',
        'bIsWebPath':true,
        'sUrl':'videoexamples.html'
    }]
},
{   'sTitle':'e-Learning',
    'bIsWebPath':true,
    'sUrl':'elearning.html',"childArray" : [
    {   'sTitle':'Medilectures',
        'bIsWebPath':true,
        'sUrl':'medilectures.html'
    },
    {   'sTitle':'Case Example',
        'bIsWebPath':true,
        'sUrl':'packages.html'
    }]
}]
});
