var fDesc=new Array(); fDesc[0] = "Devil's Tuning Fork is a first-person exploration/puzzle game in which the player must navigate an unknown world using visual sound waves. Inspired by M.C. Escher’s classic optical illusion and the echolocation of dolphins, The Devil’s Tuning Fork allows the player to explore a new mode of perception through sound visualization."; 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 = ''; } }