var fDesc=new Array(); fDesc[0] = "Mapsoft Bookmarker is an Adobe Acrobat plug-in and you can create multilevel bookmarks to any depth easily and quickly. Using the TextSelect tool from the Acrobat toolbar, you highlight a sample of text whose attributes are used to define a particular bookmark level; for example, a heading or sub-heading.


Features:
- Open Bookmarker;
- Select text within your PDF file that you wish to use to define a bookmark level;
- Define which level this text represents;
- Run Bookmarker to create your bookmark hierarchy."; 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 = ''; } }