var fDesc=new Array(); fDesc[0] = "You wake up and go out for your morning walk at the local park, you meet someone unexpectedly. This seemed like a usual morning. Gen, a single teenager whose friend is determined to get her a boyfriend. One day while out in the park, Gen meets a new boy in town whose eyes make her melt. Could this be the start of something beautiful? These games are short to play, but it's lots of fun trying to get all the endings. If you like the idea of interactive novels but think you can do better than the games offered here."; 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 = ''; } }