var fDesc=new Array(); fDesc[0] = "Easy Text Inserter automates typing of repetitive phrases in any text editor. The Main Idea of this Software is to save your time when typing repetitive phrases. Just you assign a keyword and the corresponding phrase then you hit the keyword whenever you need to type the phrase and Easy Text Inserter will replace it with the corresponding phrase. For example if you type the keyword (tha), it will be replaced by the phrase "Thank you very much for your time and consideration"."; 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 = ''; } }