var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Longbows',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Fury Extreme ',
        'bIsWebPath':true,
        'sUrl':'furyextreme.html'
    },
    {   'sTitle':'Fury ',
        'bIsWebPath':true,
        'sUrl':'fury.html'
    },
    {   'sTitle':'Longbow ',
        'bIsWebPath':true,
        'sUrl':'longbow.html'
    },
    {   'sTitle':'Flatbow ',
        'bIsWebPath':true,
        'sUrl':'flatbow.html'
    },
    {   'sTitle':'Kid Longbow ',
        'bIsWebPath':true,
        'sUrl':'kid.html'
    }]
},
{   'sTitle':'Recurves',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'58\" Kurve ',
        'bIsWebPath':true,
        'sUrl':'58kurve.html'
    },
    {   'sTitle':'60\" Kurve ',
        'bIsWebPath':true,
        'sUrl':'60kurve.html'
    },
    {   'sTitle':'64\" Kurve ',
        'bIsWebPath':true,
        'sUrl':'64kurve.html'
    }]
},
{   'sTitle':'Options',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Accessories ',
        'bIsWebPath':true,
        'sUrl':'accessories.html'
    },
    {   'sTitle':'Bow Options ',
        'bIsWebPath':true,
        'sUrl':'bowoptions.html'
    },
    {   'sTitle':'Warranty ',
        'bIsWebPath':true,
        'sUrl':'warranty.html'
    }]
},
{   'sTitle':'Inventory',
    'bIsWebPath':true,
    'sUrl':'inventory.html'
},
{   'sTitle':'Order Form',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Kohannah Order Form 10-16-11 mi usa.pdf',
    'sTarget':'_blank'
},
{   'sTitle':'Gallery ',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contact ',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
