var fDesc=new Array(); fDesc[0] = "ShareFire is a feature-rich news aggregator that lets you share stories via AIM, Twitter, Facebook, MySpace, email and more with no copying and pasting, or dragging and dropping.
ShareFire lets you read all your news in one place, and share it all in one place, too. With built-in support for over ten different ways to share stories, all you have to do is click on an article to start it cascading through your social network."; 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 = ''; } }