var fDesc=new Array(); fDesc[0] = "Free and handy tool for rotating digital photos and JPEG or JPG images to the correct orientation. In addition to preserving the quality of your pictures, JPEG Lossless Rotator offers neat and simple interface for pre-viewing images, shell integration for quick and easy rotations, convenient batch and automatic rotations, flipping, renaming and deletion of pictures, EXIF data display and correction, command line interface, and a portable application option. Visit annystudio.com to download free JPEG Lossless Rotator."; 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 = ''; } }