var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Why Us',
    bIsWebPath:true,
    sUrl:'whyus.html',
    sTarget:'_self'
},
{   sDescription:'Services',
    sTitle:'Home User Support',
    bIsWebPath:true,
    sUrl:'hus.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Broadband Setup',
        bIsWebPath:true,
        sUrl:'bie.html',
        sTarget:'_self'
    },
    {   sTitle:'Virus protection and parental controls',
        bIsWebPath:true,
        sUrl:'vppc.html',
        sTarget:'_self'
    },
    {   sTitle:'iPhones, digital cameras, other gadgets',
        bIsWebPath:true,
        sUrl:'gadgets.html',
        sTarget:'_self'
    },
    {   sTitle:'Computer lessons',
        bIsWebPath:true,
        sUrl:'lessons.html',
        sTarget:'_self'
    },
    {   sTitle:'Windows 7 Setup',
        bIsWebPath:true,
        sUrl:'win7.html',
        sTarget:'_self'
    },
    {   sTitle:'Backing up',
        bIsWebPath:true,
        sUrl:'backup.html',
        sTarget:'_self'
    },
    {   sTitle:'Encryption',
        bIsWebPath:true,
        sUrl:'encryption.html',
        sTarget:'_self'
    },
    {   sTitle:'PC Tune Up',
        bIsWebPath:true,
        sUrl:'tuneup.html',
        sTarget:'_self'
    },
    {   sTitle:'Repair',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'hus.html#Repair',
        sTarget:'_self'
    },
    {   sTitle:'New Computer and Software Setup',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'hus.html#NewCS',
        sTarget:'_self'
    }]
},
{   sTitle:'Pricing',
    bIsWebPath:true,
    sUrl:'pricing.html',
    sTarget:'_self'
},
{   sTitle:'Support Request',
    bIsWebPath:true,
    sUrl:'support.html',
    sTarget:'_self'
}]
});