var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Terms & Conditions',
        bIsWebPath:true,
        sUrl:'terms.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Comments Form',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'contact.html#CommentsForm'
    }]
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'download.html'
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'faqs.html',
    sTarget:'_self'
},
{   sTitle:'Articles',
    bIsWebPath:true,
    sUrl:'articles.html',"childArray" : [
    {   sTitle:'Slow PC',
        bIsWebPath:true,
        sUrl:'slowpc.html',
        sTarget:'_self'
    },
    {   sTitle:'Wireless',
        bIsWebPath:true,
        sUrl:'wireless.html',
        sTarget:'_self'
    },
    {   sTitle:'Spyware',
        bIsWebPath:true,
        sUrl:'spyware.html',
        sTarget:'_self'
    },
    {   sTitle:'Buying',
        bIsWebPath:true,
        sUrl:'buying.html',
        sTarget:'_self'
    },
    {   sTitle:'Remote',
        bIsWebPath:true,
        sUrl:'remote2.html',
        sTarget:'_self'
    },
    {   sTitle:'Viruses',
        bIsWebPath:true,
        sUrl:'viruses.html',
        sTarget:'_self'
    },
    {   sTitle:'Backups',
        bIsWebPath:true,
        sUrl:'backups.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Contracts',
        bIsWebPath:true,
        sUrl:'contracts.html',
        sTarget:'_self'
    },
    {   sTitle:'Callout',
        bIsWebPath:true,
        sUrl:'callout.html',
        sTarget:'_self'
    },
    {   sTitle:'Remote',
        bIsWebPath:true,
        sUrl:'remote.html',
        sTarget:'_self'
    },
    {   sTitle:'Telephone',
        bIsWebPath:true,
        sUrl:'telephone.html',
        sTarget:'_self'
    }]
}]
});