var fDesc=new Array(); fDesc[0] = "Welcome to the magical world of Totem Tribe, where you must help Aruku guide her Wolf Tribe to peace and prosperity by finding the 6 powerful animal totems and returning them to the Cradle of the North.
Encounter both friend and foe along the way as you journey through an enchanted archipelago. Advance your tribes’ technology to aid in your quest - and your battle against the mysterious and malevolent shade that blights the once peaceful islands."; 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 = ''; } }