var fDesc=new Array(); fDesc[0] = "RSSBot monitors all your feeds. Once a change is detected the program will ping the services for you.RSS Feed submission is one of the most basic methods of generating continuous traffic to your websites and blogs. Quite frankly, it’s so simple to do that it’s flat out crazy not to do it."; 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 = ''; } }