var fDesc=new Array(); fDesc[0] = "Create advanced thumbnails with cool 3D styles and effects in just a few clicks. Protect your copyrights with a copyright notice. Add text comments to any image. Create images with effects like 3D perspective, 3D curving, reflection, glow, shadow, corners and stroke. Batch processing thousands of images. Prepare your image collections to be published on the web. Support for BMP, JPG, GIF, PNG, TIFF and PSD image types."; 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 = ''; } }