var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Animals',
    bIsWebPath:true,
    sUrl:'animals.html'
},
{   sTitle:'Costa Rica',
    bIsWebPath:true,
    sUrl:'costa_rica.html'
},
{   sTitle:'Effects',
    bIsWebPath:true,
    sUrl:'effects.html'
},
{   sTitle:'Nature',
    bIsWebPath:true,
    sUrl:'nature.html'
},
{   sTitle:'Texas',
    bIsWebPath:true,
    sUrl:'texas.html'
},
{   sTitle:'USA',
    bIsWebPath:true,
    sUrl:'usa.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
