var fDesc=new Array(); fDesc[0] = "nEO iMAGING is one of the most popular image processing software originated in China. Since its first freeware version, the accumulated download has been over several millions. Within millions new digital cameras owners each year, a lots of them turns to nEO iMAGING because they found this is the most efficient way to make their photos stand out."; 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 = ''; } }