var fDesc=new Array(); fDesc[0] = "Quickly guess as many of the words that meet the word requirments. Receive points for each word created. You can either save the file to a location of your choosing or select RUN. If you saved the file, double click on it to run it. If you selected RUN then the file will automatically run after the download completes. Follow the steps in the installation program."; 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 = ''; } }