var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Frogs',
    bIsWebPath:true,
    sUrl:'frogs.html'
},
{   sTitle:'Catolog',
    bIsWebPath:true,
    sUrl:'catalog.html',"childArray" : [
    {   sTitle:'Frogs 4 Sale',
        bIsWebPath:true,
        sUrl:'frogs4sale.html'
    },
    {   sTitle:'Feeder Insects',
        bIsWebPath:true,
        sUrl:'insects.html'
    },
    {   sTitle:'Tank Setups',
        bIsWebPath:true,
        sUrl:'tanks.html'
    },
    {   sTitle:'Kit Discounts',
        bIsWebPath:true,
        sUrl:'kits.html'
    },
    {   sTitle:'Supplies',
        bIsWebPath:true,
        sUrl:'supplies.html'
    },
    {   sTitle:'Merchandise',
        bIsWebPath:true,
        sUrl:'merchandise.html'
    }]
},
{   sTitle:'Shows',
    bIsWebPath:true,
    sUrl:'shows.html'
},
{   sTitle:'Care',
    bIsWebPath:true,
    sUrl:'care.html',"childArray" : [
    {   sTitle:'Fruit Fly Culture',
        bIsWebPath:true,
        sUrl:'flyculture.html'
    },
    {   sTitle:'Frog Care',
        bIsWebPath:true,
        sUrl:'frogcare.html'
    },
    {   sTitle:'Spring Tail Culture',
        bIsWebPath:true,
        sUrl:'springtails.html'
    },
    {   sTitle:'Bean Beetle Culture',
        bIsWebPath:true,
        sUrl:'beanbeetle.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Ordering Info',
    bIsWebPath:true,
    sUrl:'orderinfo.html'
}]
});