var fDesc=new Array(); fDesc[0] = "Cruel Collections: The Any Wish Hotel is a hidden object game where you help the hotel manager to find a missing guest. The guests seem to be afraid of you, and a strange man with unusual powers is following you around the building. You have to uncover the mystery to save the guest. There are many minigames within the game which makes it interesting."; 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 = ''; } }