var fDesc=new Array(); fDesc[0] = "With the ProClarity Desktop Professional users feel less like they are working with a complex analysis tool and more like they’re connected directly to their business information. Its browser-inspired interface augmented with multiple wizards, reduces training time and gives users intuitive control over the data analysis process. ProClarity goes beyond standard business graphics to
harness the real power of Microsoft Analysis Services – enabling business users to see their data and gain understanding."; 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 = ''; } }