var fDesc=new Array(); fDesc[0] = "Save time, avoid embarrassment, and reduce those time-consuming clarification threads. As easy to use and as fast as a spell checker, WordRake tightens your emails, removing unnecessary words and improving unclear phrasing. It’s like having a live editor checking your outbox. Write more effective emails and get more done. Get your point across the first time, impress colleagues, and save yourself from time-wasting reply threads. Write clear and effective emails that don’t get skimmed and dumped into the “read later” pile."; 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 = ''; } }