var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'services offered',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'mechanical visualisation',
        bIsWebPath:true,
        sUrl:'mechanical_visualisation.html'
    },
    {   sTitle:'video production',
        bIsWebPath:true,
        sUrl:'video_production.html'
    },
    {   sTitle:'video compositing',
        bIsWebPath:true,
        sUrl:'video_compositing.html'
    },
    {   sTitle:'3D animation and live video',
        bIsWebPath:true,
        sUrl:'3danimation_video.html'
    }]
},
{   sTitle:'renewable energy',
    bIsWebPath:true,
    sUrl:'renwable energy.html'
},
{   sTitle:'about',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'costing',
    bIsWebPath:true,
    sUrl:'costing.html'
},
{   sTitle:'testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
