var fDesc=new Array(); fDesc[0] = "Garden Sola RSS Feeder was design to easily find and create rss feeds to add to any website. Free yourself from having to update manually your website content. Easily use search for RSS feeds related to your website. Attracting instantly more visitors to your website with quality content and news which will keep them connected and coming back to your website."; 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 = ''; } }