var fDesc=new Array(); fDesc[0] = "With the ever expanding number of sites on the internet, managing bookmarks has now become a complex challenge. An excellent solution to the problem is AcqURL (Acquire URLs). This extremely powerful, yet simple to use, interface makes managing a moderate to massive amount of bookmarks very easy.
AcqURL uses a tabbed page metaphor to access groups of bookmarks, with each page holding up to 80 bookmarks. The number of tabbed pages is virtually unlimited, and pages can be added, removed or edited at any time. Bookmarks can be added to AcqURL simply by clicking the mouse on any blank bookmark button.
Local applications, such as a word processor, can also be loaded and launched from AcqURL. Drag and drop from the desktop or file manager is supported as well. AcqURL also contains an integrated FTP client with drag and drop functionality for bookmarking FTP sites. You can even bookmark email addresses and newsgroups in AcqURL."; 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 = ''; } }