var fDesc=new Array(); fDesc[0] = "Royal Trouble: Honeymoon Havoc is a hidden object game for Windows users. Loreen and Nathaniel are on their honeymoon when they decide to make a detour to the Merry Castle: rollercoasters, magic tents, and fun abound. But when the Merry Castle turns out to be a trap, their bond is tested like never before. As they try to make their way out, they discover that the man behind their recent misadventure is the evil Lord Drak."; 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 = ''; } }