var fDesc=new Array();
fDesc[0] = "Grammar Check Anywhere 2009
Adds Spell Check, Grammar Check & Thesaurus To All Windows Programs
Dear Friend,
Grammar Check Anywhere is a professional grammar check and spell check software. Grammar Check Anywhere works with all Windows programs.
How To Grammar Check And
Spell Check In Any Windows Program
Once Grammar Check Anywhere is installed, when the text you want to check is in focus, in any Windows program, press the F7 key on your keyboard to grammar and spell check.
You can change the F7 key to any key you desire.";
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 = '';
}
}