var fDesc=new Array(); fDesc[0] = "Weather Lord: Legendary Hero! is a point and click adventure game.You play as the Weather Lord of the island.You and your wife Olivia come back to your island from vacation, only to find that it was in ruins. Without warning, Olivia gets sucked through a portal into an unknown land. Now you must call upon the gods of Olympus to help you rescue your beloved."; 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 = ''; } }