var fDesc=new Array(); fDesc[0] = "TricTrac FreeWeb is the obvious choice if you want to make only smaller surveys and wishes to find out if TricTrac is the tool for you.

Included in TricTrac FreeWeb is: 20 Questions per survey, unlimited number of surveys, 100 Free Interviews and no time limit. All Surveys are done in TricTrac Layout and free technical e-mail support is provided."; 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 = ''; } }