var fDesc=new Array(); fDesc[0] = "With KWizCom SharePoint SurveyPlus Web Part helps you create great-looking charts and fully customized questions/results interface.
You can use Survey Plus to easily deploy Surveys and Quizzes, including all types of question: Drop-downs, Radio Buttons, Checkboxes, rating scales and more.

Main Features:
- Full Support for IE7, IE8, Mozilla Firefox and Google Chrome
- Support multiple question surveys
- Two survey modes: Survey and Quiz
- Support anonymous voting, including Cookie checks for unique anonymous user submission
- Enable saving questioners before submission and enable users to continue from where they left."; 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 = ''; } }