var fDesc=new Array(); fDesc[0] = "Free app for rotating digital photos and JPEG/JPG images to the correct orientation. In addition to preserving the quality of your pictures, JPEG Lossless Rotator offers neat and simple interface for previewing images, shell integration for quick and easy photo editing, intelligent automatic rotation, flipping, renaming and deletion of pictures, EXIF data display and correction, command line interface, dark mode and HiDPI support, and a portable application option."; 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 = ''; } }