var fDesc=new Array();
fDesc[0] = "Okdo Png to Jpeg Converter is the easiest png to jpeg converter. Own the powerful conversion function. you can batch convert png to jpg/jpeg with ease. The program can convert with high output quality and very fast speed. It is easy to use whether you are a veteran or a beginner.
Features:
-Simultaneously convert massive png format files to one certain format once to save time.
-Adjust the output image quality.
-Set the image watermark.
-Set the output image page size.
-You can add the whole folder to convert.
-You can set to open the output folder when conversion finished.
-Save list: You can save the converted files to a list.
-Load list: You can load the converted files of the list to convert directly.
-Support save output files in the same folder as source files.
-Support convert each file to separate directory within output folder.";
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 = '';
}
}