var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Upgrades',
        bIsWebPath:true,
        sUrl:'upgrades.html'
    },
    {   sTitle:'Virus & Spyware Removal',
        bIsWebPath:true,
        sUrl:'virusandspyware.html'
    },
    {   sTitle:'Data Recovery',
        bIsWebPath:true,
        sUrl:'datarecovery.html'
    },
    {   sTitle:'Repairs',
        bIsWebPath:true,
        sUrl:'repairs.html'
    },
    {   sTitle:'Power Jack repairs',
        bIsWebPath:true,
        sUrl:'pwerjackrepairs.html'
    },
    {   sTitle:'Laptop repairs',
        bIsWebPath:true,
        sUrl:'laptoprepairs.html'
    },
    {   sTitle:'Computer Backup Services',
        bIsWebPath:true,
        sUrl:'backup.html'
    }]
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'prices.html'
},
{   sTitle:'Free Software',
    bIsWebPath:true,
    sUrl:'freesoftware.html'
},
{   sTitle:'Web Design',
    bIsWebPath:true,
    sUrl:'webdesign.html'
},
{   sTitle:'Remote Support',
    bIsWebPath:true,
    sUrl:'remotesupport.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
