var fDesc=new Array(); fDesc[0] = "JPG/JPEG Photo Converter is a wonderful tool to convert many photo formats such as BMP, GIF, PNG, TIF, ICO, EXIF, WMF, EMF to JPG/JPEG file with some useful parameters changed. It resizes the original photo's width or height, and has a convenient proportional calculator to keep aspect ratio on a fly. It controls JPEG compression quality so as to change the photo file size. It can rotate or flip photo, add the your favorite text or watermark to photo. It also converts a frame of animated photo to a jpg file."; 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 = ''; } }