var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Repairs',
    bIsWebPath:true,
    sUrl:'repairs.html'
},
{   sTitle:'Upgrades',
    bIsWebPath:true,
    sUrl:'upgrades.html'
},
{   sTitle:'Installs',
    bIsWebPath:true,
    sUrl:'installs.html'
},
{   sTitle:'Custom Builds',
    bIsWebPath:true,
    sUrl:'custom-builds.html'
},
{   sTitle:'Software',
    bIsWebPath:true,
    sUrl:'software.html'
},
{   sTitle:'Web Design',
    bIsWebPath:true,
    sUrl:'web-design.html'
},
{   sTitle:'Hosting',
    bIsWebPath:true,
    sUrl:'hosting.html'
},
{   sTitle:'Security',
    bIsWebPath:true,
    sUrl:'security.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact-us.html'
}]
});
