var fDesc=new Array(); fDesc[0] = "BatchPhoto can be used to perform various operations on photos such as resizing, cropping, watermarking, renaming, and converting to other formats. It can read various image formats including RAW images generated by DSLR cameras. BatchPhoto also provides a variety of graphical effects such as Sepia, Black & White, Charcoal, and Oil Paint, which can be applied to all the photos in batch mode."; 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 = ''; } }