var fDesc=new Array(); fDesc[0] = "Picturama is a digital photo software. It is a picture viewer that allows you to view pictures of many different formats and an image editor that can resize, scale, rotate, and flip your graphic files. It can adjust your images with various graphic effects such as colorize, invert, brightness, contrast, threshold."; 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 = ''; } }