var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'AboutUs',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Local Businesses',
    bIsWebPath:true,
    sUrl:'localbusiness.html'
},
{   sTitle:'Recommended Software',
    bIsWebPath:true,
    sUrl:'recomendedsoftware.html'
},
{   sTitle:'Site Map',
    bIsWebPath:true,
    sUrl:'sitemap.html'
}]
});
