var fDesc=new Array(); fDesc[0] = "Whispered Secrets: Into the Wind is a hidden object game. Strange storms have been sweeping through the riverside town of Ridleton; with each storm, a person goes missing. You have been called to investigate this. To find out, you'll need the help of a tough-as-nails Huntress and a well-trained red panda."; 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 = ''; } }