var fDesc=new Array(); fDesc[0] = "Emberwing: Lost Legacy is a hidden object game in which a real dragon attacks your house in the dead of night and takes Tevin, your son, believing he has a special power that will help their kind. Your mission is to save your son from the dragon's clutches before it's too late."; 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 = ''; } }