var fDesc=new Array(); fDesc[0] = "Nevertales: The Beauty Within Collector's Edition is a game in which just when you were finally done with work for the day, a stranger comes knocking loudly at your door. You will follow the stranger, hoping to find some answers, but you are drawn into a mystery that beckons you into a castle-like mansion."; 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 = ''; } }