var fDesc=new Array(); fDesc[0] = "This download enables colleagues and clients to view your survey results if they do not have Snap desktop survey software installed. It is completely free to download and share with colleagues and clients.

If you have created many tables and charts in Snap there is a quick and easy way to share them with colleagues and clients. You can export them to a Snap e-results Viewer file, and then give other people that file, which they can then look at using the free, downloadable Snap e-viewer."; 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 = ''; } }