var fDesc=new Array();
fDesc[0] = "Okdo PDF Splitter is a powerfull and lightning-quick desktop utility program that lets you split any Acrobat PDF file into smaller PDF files.
It provides numerous alternatives for how your large files are split - by pages, by files, by special page ranges and by odd/even page.
Even you can extract or remove part of a PDF file. With the application, users do not need to install any Adobe products, yet can quickly and easily split PDF files without losing original formats.";
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 = '';
}
}