var fDesc=new Array(); fDesc[0] = "Pos Free Photo Editor is a free, simple and very user friendly photo editor, that lets you easily view, and enhance your photos. The photo editor supports the major graphic formats and is very intuitive to work with without any "headaches" - It was especially designed for novices as for the short learning curve."; 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 = ''; } }