var fDesc=new Array(); fDesc[0] = "The Shoemaker Village Vote Bot is a simple solution for holding polls in public places throughout the Activeworlds Universe. After installation, simply enter your privilege password, the question for voting, and the location of the vote, and the bot takes care of the rest for you. The application checks for duplicate votes and can support any number of questions and answers."; 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 = ''; } }