var fDesc=new Array(); fDesc[0] = "Allows you to manage all your bookmarks/favorites efficiently on one user-friendly interface. At last, you can organizebookmark portfolios from IE, Netscape and Opera at once. BMM allows you to easily detect and delete dead bookmarks from your record, as well as move bookmarks among portfolios with a single click. BMM also allows you to auto-probe multiple web sites for new updates. With our new 'Bookmark Everywhere' feature, now you can access your bookmarks anywhere on the Internet and receive messages from webmasters of your favorite sites."; 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 = ''; } }