var fDesc=new Array(); fDesc[0] = "AnyView IDS is a powerful yet modestly priced business intelligence and reporting application, which is regularly and precipitously underutilized by user customers. During customer audits relative to product use, customers frequently do not use AnyView IDS consistent with its robust features and functionality. Customer perception is often at issue."; 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 = ''; } }