var fDesc=new Array(); fDesc[0] = "The first thing you should know about Crossword Express is that it is a FREEWARE program. No payment is required to be able to use it, but a small donation would be appreciated, so that development of the program can continue. In addition to crosswords, it will also make WordSearch, Sudoku, Kakuro, Acrostic and Slitherlink puzzles as well as a number of others. Watch our Slideshow to find out more, or download your free copy of either the Windows or the Macintosh version NOW!"; 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 = ''; } }