var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Custom Security Systems',
        bIsWebPath:true,
        sUrl:'customsecuritysystems.html'
    },
    {   sTitle:'Residential Security Systems',
        bIsWebPath:true,
        sUrl:'residentialsecuritysystems.html'
    },
    {   sTitle:'Business Security Systems',
        bIsWebPath:true,
        sUrl:'businesssecuritysystems.html'
    },
    {   sTitle:'DVRs',
        bIsWebPath:true,
        sUrl:'dvrs.html'
    },
    {   sTitle:'Security Cameras',
        bIsWebPath:true,
        sUrl:'securitycameras.html'
    }]
},
{   sTitle:'Specials',
    bIsWebPath:true,
    sUrl:'specials.html',"childArray" : [
    {   sTitle:'Weekly Special',
        bIsWebPath:true,
        sUrl:'weeklyspecial.html'
    }]
},
{   sTitle:'Dealers/Installers',
    bIsWebPath:true,
    sUrl:'dealersinstallers.html'
},
{   sTitle:'Client Login',
    bIsWebPath:true,
    sUrl:'clientlogin.html'
},
{   sTitle:'Company Policy',
    bIsWebPath:true,
    sUrl:'companypolicy.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});