var fDesc=new Array(); fDesc[0] = "CRM-Express Standard Edition is a low-cost high quality CRM program. CRM-Express can manage your marketing, customers, sales and orders. Features include SMS abilities, Email Client, Calendar, Address Book, My work day, News Feeds, Meeting Planner, Company Library, Form Designer, Journal. CRM-Express Standard Edition is a single-user version. The Professional version is available as a multi-user networked version."; 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 = ''; } }