var fDesc=new Array(); fDesc[0] = "Write humorous stories by answering the questions the program prompts for, then once you hear 4 stories and decide which ones were funny, save them to a text file to read them later using the builtin word-processor on your device. Smartphones don't support the save option. Please Note: In the Windows version, it is self-voicing, however it isn't necessary to turn off your screen reader. You can change various settings by pressing ESCAPE at anytime and choosing whether you want to use a different voice for this game, or adjust the voice rate. You can save your settings so anytime you start this program, your settings are remembered."; 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 = ''; } }