var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'HOME SERVICES',
    bIsWebPath:true,
    sUrl:'homeservices.html',"childArray" : [
    {   sTitle:'Computer Service & Support',
        bIsWebPath:true,
        sUrl:'home/computer-repair.html'
    },
    {   sTitle:'Virus, Spyware Removal',
        bIsWebPath:true,
        sUrl:'home/virusremoval.html'
    },
    {   sTitle:'Data Recovery & Backup',
        bIsWebPath:true,
        sUrl:'home/databackup.html'
    }]
},
{   sTitle:'COMPUTER SERVICES',
    bIsWebPath:true,
    sUrl:'computerservices.html',"childArray" : [
    {   sTitle:'Business Services',
        bIsWebPath:true,
        sUrl:'businesssvcs.html'
    },
    {   sTitle:'Home Services',
        bIsWebPath:true,
        sUrl:'homesvcs.html'
    }]
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
