var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.htm'
},
{   sTitle:'Buddy Barrel',
    bIsWebPath:true,
    sUrl:'buddybarrel.htm'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.htm'
},
{   sTitle:'Terms of Use',
    bIsWebPath:true,
    sUrl:'terms.htm'
},
{   sTitle:'Construction',
    bIsWebPath:true,
    sUrl:'construction.htm'
},
{   sTitle:'Set Up',
    bIsWebPath:true,
    sUrl:'setup.htm'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.htm'
}]
});
