var fDesc=new Array(); fDesc[0] = "Programs 101 is a custom software development company specializing in custom software programs for individuals, businesses and other FileMaker developer professionals. It includes cross platform PC & Mac software programs for home office, business, networks and remote internet access.
Features:
• Invoices, Payments, Finances and Document Management
• Office Software for Health Care and Business Professionals
• Appointments Scheduling, Daily, Weekly, Monthly Planners
• Custom Software Solutions for Office, Business & Networks
• Database Consulting and Tools for FileMaker Professionals"; 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 = ''; } }