var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Forum',
    bIsExternal:true,
    sUrl:'http://upstatebrewtopians.com/usbforum/',
    sTarget:'_blank'
},
{   sTitle:'BJCP Competitions',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'USBOTY Award',
        bIsWebPath:true,
        sUrl:'page7.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
},
{   sTitle:'Event Calendar',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   sTitle:'Local Venues',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Newsletter',
    bIsExternal:true,
    sUrl:'http://www.upstatebrewtopians.com/usb_newsletter/USB%20Template.html',
    sTarget:'_blank'
},
{   sTitle:'LiveChat',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Old Forums',
    bIsExternal:true,
    sUrl:'http://www.upstatebrewtopians.com/modules.php?name=Forums',
    sTarget:'_blank'
}]
});
