var fDesc=new Array(); fDesc[0] = "Weather Lord: Graduation is a time management game for Windows users. King Victor and Queen Victoria prepare to pass the royal torch to their daughter, Jenny. But before Jenny can rule, she must learn the ropes. That day comes when pirates steal the Great Dragon's golden egg. You must help Jenny and her mentor save the day before the beast unleashes the full fury of her wrath. The Collector's Edition includes the main quest, a bonus chapter and a comprehensive tutorial and walkthrough."; 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 = ''; } }