var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Maps',
    sUrl:'maps.html',
    sTarget:'_self'
},
{   sTitle:'GPS Range',
    sUrl:'gps_range.html',
    sTarget:'_self'
},
{   sTitle:'Software',
    sUrl:'gis_software.html',
    sTarget:'_self'
},
{   sTitle:'Services',
    sUrl:'services.html',
    sTarget:'_self'
},
{   sTitle:'Shop',
    sUrl:'shop.html',
    sTarget:'_self'
},
{   sTitle:'Snippets',
    sUrl:'snippets.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    sUrl:'about_us.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    sUrl:'links.html',
    sTarget:'_self'
}]
});

