var fDesc=new Array(); fDesc[0] = "Welcome to Wild Tribe and the teeny tiny village of Tribesville, where a tribe of little creatures called Wobblies have lived peacefully for thousands of years. The Wobblies have had a great life, hanging out by the beach and basking in the tropical sun. But a dark cloud has formed over their happy tribe. The food and water supplies are diminishing and Hyenas are stealing resources. Can you help evolve these simple creatures into a wild tribe of foragers, doctors, builders and guards before it's too late? Defend your tribe against marauding adversaries in Wild Tribe!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }