var fDesc=new Array(); fDesc[0] = "SurveyVisualizer is an application to access, analyze, and communicate the results from large and complex surveys (customer satisfaction, brand image, etc.) All the results, at the different aggregation and grouping levels can be seen, examined and compared concurrently.

This leads to an unparalleled ease-of-use. Answers to specific questions can be found quickly and are embedded in the overall context of the study. Time-to-insight is shortened, the discovery of new facts and trends is encouraged, and the findings can dynamically be communicated to the various stake holders."; 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 = ''; } }