var fDesc=new Array(); fDesc[0] = "Looking for an affordable answer to your incident reporting problems? Report Exec IR provides you with all the essentials for accurate and dependable incident reporting. Competitive Edge Software recognizes that not all companies have a need for all of their modules and features, so they offer a more basic version of the program specifically geared for incident reporting. You get the same great functionality and sophistication of Report Exec Professional, but for less because you pick and choose the modules you need."; 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 = ''; } }