var fDesc=new Array(); fDesc[0] = "ProSoft Photo Stamp allows you to add text overlay to your photos. It supports the addition of EXIF data as well as custom text anywhere on your photos and supports batch stamping of multiple files and comes with an import/export feature. Also, it allows to preview and print your photos directly from Photo Stamp."; 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 = ''; } }