var fDesc=new Array(); fDesc[0] = "vbBKM is the original Bookmark Manager. This program runs on the Microsoft Windows platform and is written in Visual Basic 6.
The Bookmark Manager is one of the feature-richest bookmark management tools around. A short and incomplete list of features:
- Import and export from/to: Internet Explorer, Netscape and Mozilla, Opera, HTML pages
- Check bookmarks for dead links
- Check for duplicates
- Fast even when managing hundreds or thousands of bookmarks
- Manage bookmarks in independent databases
- Open bookmarks files directly from an FTP server
- Available in three languages: English, German and French"; 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 = ''; } }