var fDesc=new Array();
fDesc[0] = "This section converts a PDF document to a page-flipping digital edition. To create a photo album, a series of JPG images with sequential naming can be loadable. If the converted page size is bigger than 250 MB, downsizing is recommended for a faster performance on the Internet.
Select necessary pages with Text vectorization and desired image quality factor to reduce the file size.
Text vectorization will convert text blocks into a vector format, while images and illustrations will be saved in compressed JPG format. Quality adjustment is only applicable to PDF conversion, not JPG photo album. Adding a custom logo, backdrop, preloader graphic or MP3 file will copy and save itself into the FDesk™ e-Publisher resource folders. Any change in the 'Option' menu will be applied immediately, and can be reviewed by the 'Preview' button.";
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 = '';
}
}