var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Reports',
    bIsWebPath:true,
    sUrl:'reports.html'
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://blog.sportsmithfishing.com/',
    sTarget:'_blank'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'photo gallery.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'sponsors.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'link.html'
}]
});
