var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Custom Built Computers',
        'bIsWebPath':true,
        'sUrl':'custombuiltcomputers.html'
    },
    {   'sTitle':'Custom Databases',
        'bIsWebPath':true,
        'sUrl':'customdatabases.html'
    },
    {   'sTitle':'Data Backup, Storage and Recovery',
        'bIsWebPath':true,
        'sUrl':'databackuprecovery.html'
    },
    {   'sTitle':'Hardware Installation and Upgrades',
        'bIsWebPath':true,
        'sUrl':'hardwareinstallation.html'
    },
    {   'sTitle':'Remote Support',
        'bIsWebPath':true,
        'sUrl':'remotesupport.html'
    },
    {   'sTitle':'Software Installations',
        'bIsWebPath':true,
        'sUrl':'softwareinstallations.html'
    },
    {   'sTitle':'Virus Spyware and Malware Removal',
        'bIsWebPath':true,
        'sUrl':'virusspywareremoval.html'
    },
    {   'sTitle':'Web Hosting and Web Design',
        'bIsWebPath':true,
        'sUrl':'webhostingdesign.html'
    },
    {   'sTitle':'Wired and Wireless Networking',
        'bIsWebPath':true,
        'sUrl':'wiredwirelessnetworking.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Blog',
    'bIsExternal':true,
    'sUrl':'http://accuratecomp.wordpress.com/',
    'sTarget':'_blank'
}]
});
