var fDesc=new Array(); fDesc[0] = "Diagnil is a software application designed specifically for solvers of diagramless crossword puzzles. It supports the process of solving puzzles distributed in print form as well as those distributed electronically using the Across Lite, XPF and ipuz file formats.
If you're already a diagramless fan, Diagnil can liberate you from graph paper. Using your keyboard and mouse, you build a puzzle solution by entering words, placing them on a grid, and moving them around the screen until the final shape is achieved."; 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 = ''; } }