var fDesc=new Array();
fDesc[0] = "With Easy Poll Generator u can easily create a customized and professional-looking voting poll for your website in just a few clicks.
Create an unlimited number of online polls running concurrently.
Easily publish a poll on any page or website of your choice using an embedding code function
Instantly view voting responses which are updated in real-time
Monitor and analyze polling results at the click of a button.
Let your visitors know their opinion counts, better fine tune your business and overall customer satisfaction.";
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 = '';
}
}