var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'-[PH]-',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Store',
    'bIsWebPath':true,
    'sUrl':'store.html',"childArray" : [
    {   'sTitle':'T-shirts',
        'bIsWebPath':true,
        'sUrl':'tshirts.html'
    },
    {   'sTitle':'Hoodies',
        'bIsWebPath':true,
        'sUrl':'hoodies.html'
    },
    {   'sTitle':'Caps',
        'bIsWebPath':true,
        'sUrl':'caps.html'
    },
    {   'sTitle':'Shoppers',
        'bIsWebPath':true,
        'sUrl':'shoppers.html'
    },
    {   'sTitle':'Coasters',
        'bIsWebPath':true,
        'sUrl':'coasters.html'
    }]
},
{   'sTitle':'Facebook',
    'bIsExternal':true,
    'sUrl':'http://www.facebook.com/pages/Pulp-Horror-Clothing/112473822119800',
    'sTarget':'_blank'
},
{   'sTitle':'eBay',
    'bIsExternal':true,
    'sUrl':'http://stores.ebay.co.uk/Pulp-Horror-Clothing',
    'sTarget':'_blank'
},
{   'sTitle':'Info',
    'bIsWebPath':true,
    'sUrl':'page6.html',"childArray" : [
    {   'sTitle':'T&C',
        'bIsWebPath':true,
        'sUrl':'page7.html'
    },
    {   'sTitle':'Sizing Info',
        'bIsWebPath':true,
        'sUrl':'page9.html'
    }]
},
{   'sTitle':'View Basket',
    'bIsExternal':true,
    'bOverrideNavBarTarget':true,
    'sUrl':'https://www.paypal.com/cgi-bin/webscr?cmd=_cart&display=1&business=jen@pulphorror.com'
}]
});
