var fDesc=new Array(); fDesc[0] = "PhotoPrep is a photo editor or preparation tool for uploading pictures to ecommerce websites such as eBay or Amazon. This application can resize images as per eBay requirements. You can also set custom watermarks to 5% of total image area, and opacity not more than 50% (as per eBay Watermark Policy). One-click editing (with commands such as QuickStep, Auto Enhance, Auto Contrast, and Auto Color Balance) makes it a useful tool for professional sellers."; 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 = ''; } }