var fDesc=new Array();
fDesc[0] = "Jpg Jpeg to Tiff Png Gif Bmp Converter 3000 is an efficient and powerful application that helps you transpose jpeg formats to other popular images files.
Main features:
- Support add the entire folder to convert.
- User-friendly interface, very easy to use, just a few clicks can finish the conversion.
- Be amazed at fast conversion speed and excellent file quality.
- If you do not have time to convert the files of list now, you can save the converted list to your computer. Do not need to load every file again.
- Have the option to auto open the output folder when conversion finished.";
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 = '';
}
}