var fDesc=new Array(); fDesc[0] = "Simplify typing, documentation, and research: Any text, whether one letter or many pages in length, can be copied and stored in one of many textboxes so that it can be quickly located, viewed, and pasted into documents.


Collect and organize information for projects: textBEAST can be used as an essentially endless notepad. Just select the desired text and click to copy it into textBEAST. Keep all of your information organized in one place for easy access and viewing, rather than in multiple files!

Simplify document preparation: textBEAST can quickly access and paste text clips that you may re-use in your documents/communications (document automation). Click to paste stored text into any window that accepts text, including text editors, web pages and spreadsheets."; 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 = ''; } }