var fDesc=new Array(); fDesc[0] = "MobiText brings in the best of both features from Microsoft's WordPad/Notepad and Microsoft Office Word 2010 for no cost at all. Also, MobiText uses the Microsoft Ribbon interface for an easy transition for those who are used to it in Microsoft Office 2007 or 2010. Even if you do not know the Ribbon, MobiText makes navigating it easy. Don’t like the default black theme? No problem! There are many others from Office Blue, Office Silver, Red, Metro, and more to choose from. Struggling to learn the shortcuts of even maneuvering through the application? Help files are available to guide you through anything advanced in the program. Need a full screen document? MobiText has an option to stretch the normal style document into one, much like Notepad. MobiText can save in *.rtf, *.txt, and our file format, *.mtxt. With features like speech, spell check, zoom, subscript and superscript, and customization, what could be better? MobiText lets you do it all, without limits."; 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 = ''; } }