var fDesc=new Array(); fDesc[0] = "Belltech Photo Editor Max 2.0 is a professional quality image edit program for Windows. Edit images in several ways, apply effects to enhance communication and share easily. Put text, lines, arrows, translucent shapes to illustrate your ideas easily and effectively. Save your work in popular image formats (jpg, gif, bmp, png) or email it or paste to your presentations, manuals, marketing materials, web pages."; 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 = ''; } }