var fDesc=new Array(); fDesc[0] = "Smart Blogger allows centralized management of your all diaries and blogs regardless its location in the Internet. The software has a single universal interface for reading and sending messages to all blogs; it allows text formatting. With this application, you can monitor your friends' diaries checking their blogs for new postings. You can also look through commentaries to your and others' postings, place comments in blogs and leave answers to commentaries."; 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 = ''; } }