var fDesc=new Array(); fDesc[0] = "The watermark is a visual image, text or graphics that you place on the photo to keep privacy, also prevent the illegal copy of them. Easy Watermark Studio enables you to add watermarks on photos, resize them, also convert them. The Easy Watermark Studio is able to read more than 20 most known file formats, and convert them to 4 different formats (bmp, png, jpg, gif)."; 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 = ''; } }