var fDesc=new Array(); fDesc[0] = ""Easy Poll Maker" is a Windows™ desktop application for Webmasters and Website Owners who want to create unique web voting polls in minutes without writing a single line of code. Unlike others, there is No Login. No Ads. No online admin panel. No subscription fees. It's that Easy.

Design and preview of your poll while you work on it. Customize dozens of features including: size, color, border, font, button, and much more. Use your own images for the background of the header and page if you wish."; 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 = ''; } }