var fDesc=new Array(); fDesc[0] = "Copyright2image lets you add copyright mark on your images. Hence, any person who downloads your images know that they are subject to copyright. It has the ability to add copyright on multiple images; simply choose the folder where you have the photos. It can also convert images to a different format after adding copyright."; 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 = ''; } }