var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'CCTV',
        bIsWebPath:true,
        sUrl:'cctv.html',"childArray" : [
        {   sTitle:'Connectors',
            bIsWebPath:true,
            sUrl:'connectors.html'
        },
        {   sTitle:'Infra Red Cameras',
            bIsWebPath:true,
            sUrl:'infra red cameras .html'
        },
        {   sTitle:'Dome Cameras',
            bIsWebPath:true,
            sUrl:'domes.html'
        },
        {   sTitle:'Box Cameras',
            bIsWebPath:true,
            sUrl:'boxcameras.html'
        },
        {   sTitle:'Housings & Brackets',
            bIsWebPath:true,
            sUrl:'housingsbrackets.html'
        },
        {   sTitle:'Accessories',
            bIsWebPath:true,
            sUrl:'accessories.html'
        },
        {   sTitle:'Wireless Camera\'s ',
            bIsWebPath:true,
            sUrl:'wireless camera\'s.html'
        },
        {   sTitle:'Accessories 2',
            bIsWebPath:true,
            sUrl:'accessories 2.html'
        },
        {   sTitle:'Dummy Camera\'s',
            bIsWebPath:true,
            sUrl:'dummy camera\'s.html'
        },
        {   sTitle:'Covert Camera\'s',
            bIsWebPath:true,
            sUrl:'covert camera\'s.html'
        },
        {   sTitle:'Lenses',
            bIsWebPath:true,
            sUrl:'lenses.html'
        },
        {   sTitle:'Digital Video Recorders ',
            bIsWebPath:true,
            sUrl:'digital video recorders .html'
        },
        {   sTitle:'Specialised Camera\'s',
            bIsWebPath:true,
            sUrl:'specialised camera\'s.html'
        },
        {   sTitle:'Monitors',
            bIsWebPath:true,
            sUrl:'monitors.html'
        }]
    },
    {   sTitle:'Batteries',
        bIsWebPath:true,
        sUrl:'batteries.html',"childArray" : [
        {   sTitle:'6&12volt',
            bIsWebPath:true,
            sUrl:'6&12volt.html'
        },
        {   sTitle:'General Batteries',
            bIsWebPath:true,
            sUrl:'generalbatteries.html'
        },
        {   sTitle:'Remote & Watch Battery\'s',
            bIsWebPath:true,
            sUrl:'remote & watch battery\'s.html'
        },
        {   sTitle:'Battery chargers ',
            bIsWebPath:true,
            sUrl:'battery chargers.html'
        }]
    },
    {   sTitle:'Remotes&Receivers',
        bIsWebPath:true,
        sUrl:'remotes&receivers.html',"childArray" : [
        {   sTitle:'Remotes',
            bIsWebPath:true,
            sUrl:'remotes.html'
        },
        {   sTitle:' Remotes 2',
            bIsWebPath:true,
            sUrl:'remotes 2.html'
        },
        {   sTitle:'Receivers',
            bIsWebPath:true,
            sUrl:'receivers.html'
        }]
    }]
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html'
},
{   sTitle:'ContactUs',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'New Products',
    bIsWebPath:true,
    sUrl:'newproducts.html'
}]
});
