var fDesc=new Array(); fDesc[0] = "In this game you will find a lot of fun and entertainment. Once a happy tribe and adventurous people went to explore the limitless blue ocean. During their trip a storm strikes them and drops them in a desert island. You must help them to rebuilt their tribe in this new island. This game will challenge you with different activities and tasks.
The game My Tribe is a great fun where you must explore your island, cut wood, build your houses, go fishing for eating and feeding your people, play with kids and search for mysterious objects. In this game you can form families; once you have built the first house you can select an adult couple to have a baby and raise him. To keep in the tribe happy, you must play with kids and do certain activities as a community. Each member of the tribe has some knowledge and preferences, make them work around their interests and your results will be better.
Playing this game is very easy, you need your mouse and key board. To explore the island use your arrow keys and to select a person. Move your mouse over your objective and click the left mouse button to select your choice.
This game allows you to start a game, to choose an island, to set options like music, sound or full screen, and to exit the game."; 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 = ''; } }