var fDesc=new Array(); fDesc[0] = "Install in minutes and keep track of customers and their support requests. ProActive Customer Support makes it easy to record, update and report on your customer support activities. Give your boss reports that document your efforts. Graphical and text style reports are included and you can copy and modify the provided reports or create your own from scratch using the integrated Report Designer. Export to a variety of formats. Customizable screens let you change field labels, positions, etc. Sort, filter, search data easily with multiple ways to accomplish these tasks. Designed to be easy to learn and use."; 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 = ''; } }