var fDesc=new Array(); fDesc[0] = "Resize digital pictures and apply special effects easily and automatically. EvJO Photo-Image Resizer makes resizing multiple images as easy as downsampling a single one. Just select one or more pictures, drag and drop them onto EvJO Photo-Image Resizer, select your desired size and special effects to apply, and hit Convert to do the job. You can add watermarks, modify images' brightness, contrast and saturation, and add frames and signatures."; 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 = ''; } }