var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'procom-video-conference-production-berkshire.html'
},
{   sTitle:'Video',
    bIsWebPath:true,
    sUrl:'videoproduction.html',"childArray" : [
    {   sTitle:'Aerial Filming',
        bIsWebPath:true,
        sUrl:'aerialfilming.html'
    },
    {   sTitle:'Film Transfer',
        bIsWebPath:true,
        sUrl:'filmtransfer.html'
    },
    {   sTitle:'Green Screen',
        bIsWebPath:true,
        sUrl:'greenscreen.html'
    },
    {   sTitle:'Industrial',
        bIsWebPath:true,
        sUrl:'industrialfilming.html'
    },
    {   sTitle:'Live Events',
        bIsWebPath:true,
        sUrl:'liveevents.html'
    },
    {   sTitle:'Multi Image',
        bIsWebPath:true,
        sUrl:'multiimage.html'
    },
    {   sTitle:'Products',
        bIsWebPath:true,
        sUrl:'productfilming.html'
    },
    {   sTitle:'Slides to Video',
        bIsWebPath:true,
        sUrl:'slidestovideo.html'
    },
    {   sTitle:'Talking Heads',
        bIsWebPath:true,
        sUrl:'talkingheads.html'
    },
    {   sTitle:'Training',
        bIsWebPath:true,
        sUrl:'training.html'
    }]
},
{   sTitle:'Emercials',
    bIsWebPath:true,
    sUrl:'emercials.html'
},
{   sTitle:'Conferences',
    bIsWebPath:true,
    sUrl:'conferenceproduction.html',"childArray" : [
    {   sTitle:'Roadshows',
        bIsWebPath:true,
        sUrl:'roadshows.html'
    },
    {   sTitle:'PowerPoint',
        bIsWebPath:true,
        sUrl:'powerpoint.html'
    }]
},
{   sTitle:'Wideangle Photography',
    bIsWebPath:true,
    sUrl:'wideanglephotography.html'
},
{   sTitle:'Training Workshops',
    bIsWebPath:true,
    sUrl:'trainingworkshops.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Contact ',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});