var fDesc=new Array(); fDesc[0] = "Scrabble Solution can create and solve puzzles that are often included in newspapers and other publications.

It's great as a companion for Scrabble games and can help to find that 'ideal' score.

Puzzles may be printed for later enjoyment over a coffee and these puzzles may be included in non-profitable publications - contact SoftSpot Software for full rights to publish puzzles.

Included are 7 lexicons containing word lists of up to 246,458 words.

Operating System : Windows 95 / 98 / NT / 2K / XP"; 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 = ''; } }