var fDesc=new Array(); fDesc[0] = "Okdo Gif Tif Bmp Wmf to Jpeg Converter is an image conversion utility. It allows you to convert GIF, TIFF, WMF, BMP, and EMF images into JPG and JPEG formats. The program can simultaneously convert multiple different image format files to JPG/JPEG to save you time.

Additionally, you can adjust the output image quality, set image watermark, save converted files to a list, etc."; 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 = ''; } }