var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Store',
    'bIsWebPath':true,
    'sUrl':'tropical-fish-store.html',"childArray" : [
    {   'sTitle':'Fish Tanks',
        'bIsWebPath':true,
        'sUrl':'cheap-fish-tanks.html'
    },
    {   'sTitle':'Pumps and Filters',
        'bIsWebPath':true,
        'sUrl':'aquarium-pumps.html'
    },
    {   'sTitle':'Fish Food',
        'bIsWebPath':true,
        'sUrl':'aquarium-fish-food.html'
    },
    {   'sTitle':'Aquarium Plants',
        'bIsWebPath':true,
        'sUrl':'aquarium-plants.html'
    },
    {   'sTitle':'Fish Books',
        'bIsWebPath':true,
        'sUrl':'fish-books.html'
    },
    {   'sTitle':'Heating and Lighting',
        'bIsWebPath':true,
        'sUrl':'aquarium-lights.html'
    },
    {   'sTitle':'Fish Feeders',
        'bIsWebPath':true,
        'sUrl':'automatic-fish-feeders.html'
    }]
},
{   'sTitle':'Saltwater Fish',
    'bIsWebPath':true,
    'sUrl':'saltwater-aquarium-fish.html',"childArray" : [
    {   'sTitle':'Butterfly Fish',
        'bIsWebPath':true,
        'sUrl':'butterfly-fish.html'
    },
    {   'sTitle':'Clown Fish',
        'bIsWebPath':true,
        'sUrl':'clown-fish.html'
    }]
},
{   'sTitle':'Freshwater Fish',
    'bIsWebPath':true,
    'sUrl':'freshwater-aquarium-fish.html',"childArray" : [
    {   'sTitle':'Archer Fish',
        'bIsWebPath':true,
        'sUrl':'archer-fish.html'
    },
    {   'sTitle':'Black  Molly',
        'bIsWebPath':true,
        'sUrl':'black-molly.html'
    },
    {   'sTitle':'Harlequin Rasbora',
        'bIsWebPath':true,
        'sUrl':'harlequin-rasbora.html'
    },
    {   'sTitle':'Galaxy Rasboras',
        'bIsWebPath':true,
        'sUrl':'galaxy-rasboras.html'
    },
    {   'sTitle':'Demasoni Cichlids',
        'bIsWebPath':true,
        'sUrl':'demasoni-cichlids.html'
    },
    {   'sTitle':'Cape lopez lyretail',
        'bIsWebPath':true,
        'sUrl':'cape-lopez-lyretail.html'
    },
    {   'sTitle':'White Spotted Cichlid',
        'bIsWebPath':true,
        'sUrl':'white-spotted-cichlid.html'
    },
    {   'sTitle':'Bristlenose Catfish - Ancistrus',
        'bIsWebPath':true,
        'sUrl':'bristlenose-catfish.html'
    },
    {   'sTitle':'Glass Catfish',
        'bIsWebPath':true,
        'sUrl':'glass-catfish.html'
    },
    {   'sTitle':'Giant Danio',
        'bIsWebPath':true,
        'sUrl':'giant-danio.html'
    },
    {   'sTitle':'Rachows Killifish',
        'bIsWebPath':true,
        'sUrl':'rachows-killifish.html'
    },
    {   'sTitle':'Golden Barb',
        'bIsWebPath':true,
        'sUrl':'golden-barb.html'
    },
    {   'sTitle':'Red-striped Killie',
        'bIsWebPath':true,
        'sUrl':'red-striped-killie.html'
    },
    {   'sTitle':'Snowy Hypancistrus Catfish',
        'bIsWebPath':true,
        'sUrl':'hypancistrus-catfish.html'
    },
    {   'sTitle':'Twig Catfish',
        'bIsWebPath':true,
        'sUrl':'twig-catfish.html'
    },
    {   'sTitle':'Siamese Fighting Fish',
        'bIsWebPath':true,
        'sUrl':'siamese-fighting-fish.html'
    },
    {   'sTitle':'Upside Down Catfish',
        'bIsWebPath':true,
        'sUrl':'upside-down-catfish.html'
    }]
},
{   'sTitle':'Tips and Advice',
    'bIsWebPath':true,
    'sUrl':'tips-and-advice.html',"childArray" : [
    {   'sTitle':'Types of Fish Food',
        'bIsWebPath':true,
        'sUrl':'types-of-fish-food.html'
    },
    {   'sTitle':'How to set up a fish tank',
        'bIsWebPath':true,
        'sUrl':'how-to-set-up-a-fish-tank.html'
    },
    {   'sTitle':'Fish Diseases',
        'bIsWebPath':true,
        'sUrl':'fish-diseases.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page5.html'
}]
});
