var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Security',
        bIsWebPath:true,
        sUrl:'security.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'CCT & Video Recording',
            bIsWebPath:true,
            sUrl:'cct & video recording.html',
            sTarget:'_self',"childArray" : [
            {   sTitle:'Digital Video Recorders',
                bIsWebPath:true,
                sUrl:'Digital Video Recorders.html',
                sTarget:'_self'
            },
            {   sTitle:'Security Cameras',
                bIsWebPath:true,
                sUrl:'Security Cameras.html',
                sTarget:'_self',"childArray" : [
                {   sTitle:'Sony',
                    bIsWebPath:true,
                    sUrl:'Sony.html',
                    sTarget:'_self'
                }]
            }]
        },
        {   sTitle:'Alarm Systems',
            bIsWebPath:true,
            sUrl:'alarm systems.html',
            sTarget:'_self'
        },
        {   sTitle:'Access Control',
            bIsWebPath:true,
            sUrl:'access control.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});
