var fDesc=new Array(); fDesc[0] = "PhotoStudio is a complete imaging tool designed to enable you to create and manage your images professionally. It has an intuitive interface and all the tools that you may require to create, edit or modify your digital images. It is meant for amateurs and professionals alike, who wish to manage their digital images.
PhotoStudio is a complete set with tools, filters and special effects to create, edit or modify digital images, to give them a studio finish. It can also be used to create photo albums from your existing set of images."; 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 = ''; } }