var fDesc=new Array();
fDesc[0] = "PDF U Split Desktop Edition is the first of a suite of PDF products to be released by Traction Software.
PDF U Split software Automates the process of splitting multiple PDF files, PDF U Split will split your many PDF documents into page segments of your choice at the click of one button, Features include drag and drop and loading + saving batch lists for later use, many split options are available like 1 in nth, repeated ranges.";
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 = '';
}
}