var fDesc=new Array(); fDesc[0] = "Weather Lord In Pursuit of the Shaman is a time management game in which an earthquake has devastated a once peaceful land and shattered the lives of its natives. You'll have to unleash the awesome power of nature as you lead a band of brave warriors across a ruined landscape to defeat the evil shaman and help the natives by gathering resources and repairing their villages."; 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 = ''; } }