var fDesc=new Array();
fDesc[0] = "PDF Bookmark Print is an Acrobat plug-in tool for full version of Acrobat Standard / Professional. The tool is used to print specific bookmarks, simple easy tree selection of bookmarks. Search and mark options, print index based on selected bookmarks, expand/collapse tree toggle, page range recognition, optional silent printing & save and Load settings for later use.
NOTE: This Software requires Full Version of Acrobat 5 or 6 or 7 , 8 or 9 std/pro by Adobe Software
Evaluation Restrictions are:- nag screens, prints purchase reminder page.";
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 = '';
}
}