var fDesc=new Array(); fDesc[0] = "With Batch Photo Factory,you can process your images easily and quickly. First, you should select the images you want to process and set one or all the process options you want. For instance, if you want to add watermark to your photos, click the "Watermarks" tab to add a text watermark or image watermark. Click the "Process Photos " button, all of the images you select will be merged with the watermark. If you want to batch add frames or watermarks, convert,resize and rename your photos, set their options, the photos will be processed according to all the options you set."; 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 = ''; } }