var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Home Alarm Systems',
    sUrl:'http://www.edesystems.com/homesecurity.html',
    sTarget:'_self'
},
{   sTitle:'Commercial Alarm Systems',
    bIsWebPath:true,
    sUrl:'commercial-alarms.html',
    sTarget:'_self'
},
{   sTitle:'Card Access Control',
    bIsWebPath:true,
    sUrl:'SKACP.html',
    sTarget:'_self'
},
{   sTitle:'Closed Circuit TV',
    bIsWebPath:true,
    sUrl:'cctv.html',
    sTarget:'_self'
},
{   sTitle:'Fire Alarm Systems',
    bIsWebPath:true,
    sUrl:'firealarm.html',
    sTarget:'_self'
}]
});