var fDesc=new Array(); fDesc[0] = "FastFox is a text expander software used to insert your most commonly used text quickly and easily. Expand phrases, paragraphs, documents, images, and more.

- Store frequently used text
- Avoid typing things over and over
- Improves typing speed and productivity

Text expander software is ideal for anyone who types the same text repeatedly, improving typing speed and productivity by providing easy access to regularly used text using abbreviations or other shortcuts."; 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 = ''; } }