var fDesc=new Array(); fDesc[0] = "Auto Photo Editor is an all-in-one photo editor for your batch photo editing converter. Allowing you to easily convert multiple photo/image files at the click of a button. You can batch resize, rotate, stamp text on your images and convert format to others. It's easy to create batch files to automate routine photo processing/conversion tasks. You can set up your computer to run the batch file on a schedule and leave the routine image processing tasks to Auto Photo Editor."; 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 = ''; } }