var fDesc=new Array(); fDesc[0] = "Clip'n Crop is a powerful utility for cropping, resizing, renaming and reformating images.
Clip'n Crop is a cross platform application written in Java. Clip'n Crop has been tested on several platforms and is offically supported on Microsoft Windows XP, Vista, Windows 7 and the Ubuntu distribution of Linux.
Operating on single or multiple images, Clip'n Crop can crop or resize based on the original aspect ratio of the image or on stored aspect ratios and fixed sizes. Predefined cropping parameters may be supplemented by user defined clipping rectangles based on either aspect ratio or fixed sizes."; 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 = ''; } }