var fDesc=new Array(); fDesc[0] = "PolyAnalyst derives actionable knowledge from large volumes of text and structured data, delivers this knowledge to decision makers in easy to comprehend custom reports and incorporates it in business processes in the form of predictive models. Covering the complete data analysis cycle from data loading and integration to modeling and reporting, PolyAnalyst offers a comprehensive selection of algorithms for automated analysis of text and structured data. Numerous data analysis problems in various application fields are readily solved by PolyAnalyst."; 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 = ''; } }