var fDesc=new Array(); fDesc[0] = "Scrip Pro is a complete scrip management software for any size scrip fundraiser. Designed specifically for scrip coordinators, this software is very easy to use and is ideal for anyone with minimal computer experience.
Scrip Pro automatically calculates sales, expenses, credits, purchases and inventory, and allows you to instantly view program, family and vendor reports to determine your fundraising progress."; 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 = ''; } }