var fDesc=new Array(); fDesc[0] = "Image Resize Guide Lite gives you "smart" picture size reduction. With this program you can combine traditional and smart picture size reduction. The program contains these tools: Resize, Crop, Smart Remove, Smart Resize, Smart Patch and Text. With Image Resize Guide Lite you can change the image size and aspect ratio and you can remove objects without visible traces. The best results are achieved against a background of snow, water, or greenery."; 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 = ''; } }