var fDesc=new Array(); fDesc[0] = "FrontStream CRM 2015 is a program that allows you to form personal relationships with your donors – turning one-time givers into cause advocates. You can manage and analyze your fundraising campaigns to know what’s working, and what needs improvement. You can also track donations in the format that helps you learn the most: graphs, lists, reports, summaries."; 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 = ''; } }