var fDesc=new Array(); fDesc[0] = "Interactive Reporting Business Intelligence Suite, data analysis made easy. Starting from a single page, you can analyse any aspect of your business. You can zoom from a macro level to underlying detail, allowing you to better understand your business dynamics, to increase your efficiency by making timely and correct decisions, based on accurate information."; 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 = ''; } }