var fDesc=new Array(); fDesc[0] = "Wayside Arrow Escape is a challenging adventure game for free. Your goal is to help todd and maurecia reach the top floor while avoiding myron’s (the cupid of the love goddess dana) love. Only by reaching the top floor can you hope to avoid a fate worst than rampaging cows. This game is interesting and challenging, be patient and you must find what you want!"; 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 = ''; } }