var fDesc=new Array(); fDesc[0] = "This is a plugin for Adobe Acrobat used to split PDF pages according to page color. That means the tool can distinguish between pages containing color and those that are in grayscale. It will automatically separate the pages and save them to the output folder. It can be useful if you want to process the colored pages to black and white. Also, it can be useful if you are printing the colored pages on a separate printer. There is also a re-merge feature to make things easy."; 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 = ''; } }