var fDesc=new Array(); fDesc[0] = "Want to accomplish your life goals? Find out if you’re up to the challenge in Life Quest! Discover your fulfilling career, dream home, and happy family in this fun and quirky Simulation game! But look out, your high school rivals are lining up to beat you to the punch! Can you be the talk of your high school reunion before all your rivals? Use our trusty Strategy Guide and you may just succeed!"; 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 = ''; } }