var fDesc=new Array(); fDesc[0] = "Weather Lord: Royal Holidays is a time-management game for Windows users. You will control the sun, the rain, the wind, and more as you travel across your kingdom helping people in need and restoring daylight. Then, you'll take on the role of the demon, who wants to bring on eternal night. The game features thrilling levels, timed and untimed game modes, bright, colorful graphics, and more."; 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 = ''; } }