var fDesc=new Array(); fDesc[0] = "Weather Lord: The Successor's Path is a time management puzzle adventure game. As the heir to the throne of Flaywind, you set off on a journey to peacefully assume power. But all does not go as planned. Soon, you find yourself battling a shadowy evil bent on taking what is rightfully yours. To prove yourself a worthy ruler, you must lead a small band of followers across three spectacular environments on a quest to find the source of the scourge."; 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 = ''; } }