var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Reviews',
    'bIsWebPath':true,
    'sUrl':'reviews.html'
},
{   'sTitle':'Media',
    'bIsWebPath':true,
    'sUrl':'media.html',"childArray" : [
    {   'sTitle':'Video',
        'bIsWebPath':true,
        'sUrl':'video.html'
    }]
},
{   'sTitle':'Meet The Author',
    'bIsWebPath':true,
    'sUrl':'meettheauthor.html'
},
{   'sTitle':'How It All Started',
    'bIsWebPath':true,
    'sUrl':'howitallstarted.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Order',
    'bIsExternal':true,
    'bOverrideNavBarTarget':true,
    'sUrl':'https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=hstaman@aol.com&item_name=Startin\'%20the%20Fire&item_number=STF2010&currency_code=USD&amount=12.99&quantity=1&undefined_quantity=1&shipping=5.00&no_shipping=2&cn=Would%20you%20like%20the%20book%20signed?&no_note=0&lc=US'
},
{   'sTitle':'WATG? BBQ Team',
    'bIsExternal':true,
    'sUrl':'http://www.watgbbq.com',
    'sTarget':'_blank'
}]
});
