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':'Production Guidelines',
        'bIsWebPath':true,
        'sUrl':'guidelines.html'
    }]
},
{   'sTitle':'e-Learning',
    'bIsWebPath':true,
    'sUrl':'elearning.html'
},
{   'sTitle':'Medilectures UKC',
    'bIsWebPath':true,
    'sUrl':'medilecturesukc.html'
},
{   'sTitle':'Purchase',
    'bIsWebPath':true,
    'sUrl':'purchase.html'
}]
});
