var fDesc=new Array(); fDesc[0] = "Photo Touch is a photo editing software for digital photo optimizing. This software enables you to touch up your digital photos fast. Everything is so simple you never need to read a manual – after you point and shoot just click and go. Many people buy big expensive camcorders but still shoot all their videos with their phone or point-and-shoot camera. Photo editing software is similar – you may have a powerful graphics editor but most of the time you'll find yourself using just a couple of functions.

Photo Touch doesn't try to replace major graphics programs. It just gives you everything you need when you want results fast."; 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 = ''; } }