var fDesc=new Array(); fDesc[0] = "Gamut Bookmarker is a bookmark and notes manager that assists you in organizing your online research across numerous interests and topics.

The first time you open up Gamut Bookmarker, it will look like the screen shot on the right. These initially-supplied categories are intended to jumpstart your thought process on what top-level categories are relevant to you. You may add to them, modify their titles or, if you like, delete them all then start from scratch. You can also use the Import command (described below) to bring in your browser's bookmarks to use as a starting point.

You may create as many levels of categories and sub-categories as you like. No matter how deep you file a category, you can instantly find it by clicking the binoculars then typing (a portion of) the category's title."; 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 = ''; } }