var fDesc=new Array(); fDesc[0] = "A professional application, to edit your photos easily and efficient! PhotoSphere 2 provides among other of functions, a quick scan and copy function, as well as filters and special effects. Due the integration of the "Multi-action" it is possible to use all actions of the complete catalog. For example, change the size, clarification purposes and effects. In case of a drawing the “edges polisher” will be use to ensure the quality of the image"; 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 = ''; } }