var fDesc=new Array(); fDesc[0] = "PhotoPad Image Editor is a simple image editing application with a variety of features. It lets you perform quick edits to images using crop/rotate/resize/flip commands, remove red-eye and blemishes, adjust color-balance/exposure/levels/brightness/contrast, etc. You can convert photos to cross stitch patterns, oil painting, paint-by-numbers, and other styles. Adding color to old black and white photos is made easy using the color restoration tool."; 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 = ''; } }