var fDesc=new Array(); fDesc[0] = "Cinders is a mature take on a classic fairytale with a heavy emphasis on player choice. With 120 decision points and over 300 options to choose from, Cinders gives you total control over the main character’s personality and how her story unfolds. The game takes a look at four women and what made them who they are."; 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 = ''; } }