var fDesc=new Array(); fDesc[0] = "Feedburner Toolbar is a toolbar developed by Conduit. This tool has a quick search feature, with the search engine from ask.com. It has a Facebook feature, opening in the right screen a quick Facebook login. Feedburner Toolbar also has a weather feature, showing the temperature and sky visibility in all major cities."; 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 = ''; } }