var fDesc=new Array(); fDesc[0] = "ESP is an easy-to-use survey creation, administration, and compilation program. Through the simple and versatile management interface, you can create surveys with open-ended responses, multiple choices, multiple responses, branching questions (change depending on users answers), and much more. Surveys can be taken on a network, printed, or distributed on the internet with the results emailed to the administrator. Results are instantly calculated and can be exported to a spreadsheet with a click of a button. Surveys can be locked or password protected or limited to a specified number of responses."; 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 = ''; } }