var fDesc=new Array(); fDesc[0] = "Pixia is a program that allows to import images of any format from disk, scanners, cameras or clipboard. The program has it´s own format, PXA, that is needed to carry complete transparence and layer information, but it can export to the most known formats. You can edit the uploaded images and also adjust contrast and brightness."; 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 = ''; } }