var fDesc=new Array(); fDesc[0] = "IBM SPSS Visualization Designer can be used to create compelling templates that can be used in several IBM SPSS software products. This saves time while enabling all users to present results in clear and compelling ways. With this product, you’ll enjoy. IBM SPSS Visualization Designer features a powerful "drag-and-drop" graph creation, requiring no graphical programming skills. Get started right away with dozens of built-in visualization templates. Then use IBM SPSS Visualization Designer to extend the capabilities of those templates, or come up with your own."; 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 = ''; } }