var fDesc=new Array(); fDesc[0] = "BonAView is an interactive photo viewer program and image manager. The program can generate high-quality thumbnails of your images and display them like interactive pictures in 3D space. It also comes with an easy-to-use image editor with a set of useful tools to help reduce red-eye in digital images, remove an unwanted color cast, apply special effects, and much more."; 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 = ''; } }