var fDesc=new Array(); fDesc[0] = "QuickSpell detects misspelled words and suggests correct spelling alternatives. The program can be started from almost any application on your Palm PDA or SmartPhone. Just select the correct alternative for the misspelled word from the offered list and proceed with your work. User-friendly intuitive interface and customizable performance are other of the useful features of QuickSpell.
QuickSpell supports variety of spelling dictionaries and languages installed at a time. The distribution packet for each language version includes three rich dictionaries, which are suitable from beginner language learners to professionals, working with most sophisticated lexical structures."; 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 = ''; } }