var fDesc=new Array(); fDesc[0] = "Make Web Site Voting Polls Quickly and Easily: Preview while you work. WYSIWYG workspace. Lots of customizable features: background colors and images, borders, button, cursor, fonts, size, and more. Unlimited bar graph colors. Show or hide bar graph. Show or hide number of votes. View voting results instantly online. Prevent duplicate votes by checking IP addresses. Put polls in web pages, Iframes, or popups. No CGI bin, No MySQL, No JavaScript experience needed. Make an unlimited number of polls on an unlimited number of web sites. No additional fees or costs."; 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 = ''; } }