var fDesc=new Array(); fDesc[0] = "Fav-Links is a free personal bookmark manager which helps you organize bookmarks more efficiently by visualizing and tagging them. It works independently from browsers, has hot keys combination, keeps history of your last visits and the ability to archive links, open bookmarks with different browsers, analytic reports, sync to the web, the ability to search bookmarks by keywords, set an expiration period, the ability to open content in overlapped windows, etc."; 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 = ''; } }