var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Webstore',
    'bIsWebPath':true,
    'sUrl':'store.html'
},
{   'sTitle':'Paper Miniatures',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Paper Miniature Sets',
        'bIsExternal':true,
        'sUrl':'http://www.arion-games.com/PaperMinis.html'
    },
    {   'sTitle':'Freebies',
        'bIsExternal':true,
        'sUrl':'http://www.arion-games.com/minis/freebies.html'
    },
    {   'sTitle':'Bonus Area',
        'bIsExternal':true,
        'sUrl':'http://www.arion-games.com/bonus.html',
        'sTarget':'_self'
    }]
},
{   'sTitle':'Roleplaying Games',
    'bIsWebPath':true,
    'sUrl':'rpgs.html',"childArray" : [
    {   'sTitle':'Maelstrom RPG',
        'bIsExternal':true,
        'sUrl':'http://maelstrom.arion-games.com'
    },
    {   'sTitle':'Rolemaster Rome',
        'bIsExternal':true,
        'sUrl':'http://www.rpgnow.com/product_info.php?products_id=78509'
    },
    {   'sTitle':'QUERP Greenskins',
        'bIsExternal':true,
        'sUrl':'http://www.greywoodpublishing.com/id36.html'
    },
    {   'sTitle':'AFF 2E',
        'bIsWebPath':true,
        'sUrl':'aff.html',"childArray" : [
        {   'sTitle':'AFF Books',
            'bIsWebPath':true,
            'sUrl':'AFF-books.html',"childArray" : [
            {   'sTitle':'AFF Core Book',
                'bIsWebPath':true,
                'sUrl':'affcore.html'
            },
            {   'sTitle':'Out of the Pit',
                'bIsWebPath':true,
                'sUrl':'ootp.html'
            },
            {   'sTitle':'Titan',
                'bIsWebPath':true,
                'sUrl':'titan.html'
            },
            {   'sTitle':'Future AFF Books',
                'bIsWebPath':true,
                'sUrl':'page13.html'
            }]
        },
        {   'sTitle':'AFF Downloads',
            'bIsWebPath':true,
            'sUrl':'downloads.html'
        },
        {   'sTitle':'AFF Fan Resources',
            'bIsWebPath':true,
            'sUrl':'aff-fan.html'
        },
        {   'sTitle':'AFF Links',
            'bIsWebPath':true,
            'sUrl':'links.html'
        }]
    }]
},
{   'sTitle':'Stuff',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Arion Games Forums',
        'bIsExternal':true,
        'sUrl':'http://www.arion-games.com/bb',
        'sTarget':'_self'
    },
    {   'sTitle':'Arion Games on Twitter',
        'bIsExternal':true,
        'sUrl':'http://twitter.com/ArionGames'
    },
    {   'sTitle':'Email Us',
        'bIsExternal':true,
        'sUrl':'mailto:admin@arion-games.com'
    },
    {   'sTitle':'Character Illustrations',
        'bIsExternal':true,
        'sUrl':'http://www.arion-games.com/images/nav57623595a.gif'
    },
    {   'sTitle':'Links',
        'bIsExternal':true,
        'sUrl':'http://www.arion-games.com/links.html',
        'sTarget':'_self'
    }]
}]
});
