var fDesc=new Array(); fDesc[0] = "Photo Batch Resizer changes the size of your photos so you can send them by email to your friends and family. By using this program, you can change automatically dozens, or even hundreds of photographs at once. It has many options for cropping and scaling, fast image processing. This tool imports images directly from a memory card and has adjustable options and settings for advanced users."; 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 = ''; } }