var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sTitle':'Ammo Specials',
    'bIsWebPath':true,
    'sUrl':'ammo_specials.html'
},
{   'sTitle':'Info & Specials',
    'bIsWebPath':true,
    'sUrl':'info.html'
},
{   'sTitle':'Media',
    'bIsWebPath':true,
    'sUrl':'media.html'
},
{   'sTitle':'Our Staff',
    'bIsWebPath':true,
    'sUrl':'staff.html'
}]
});
