var fDesc=new Array(); fDesc[0] = "PearlMountain Photo Watermark protects your photo's copyright by adding image watermark, text watermark, logo to digital photos in batch mode. It is a fast and easy-to-use program, with a few clicks hundreds of pictures will be proteced from unauthorized use. PearlMountain Photo Watermark also can help you add frames to photos, convert image format, resize photo, apply corrections and adjust effects, etc."; 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 = ''; } }