var fDesc=new Array(); fDesc[0] = "HeliosPaint is a simple paint program for editing icons, images and photos. You can draw curved, straight and freehand lines with different widths, dash patterns and arrow heads. You can also choose from a selection of image filters such as RGB levels, CMY levels, HSB levels, HSL levels, gamma, transparency, channel mix, temperature and tint, contrast, gain and bias, exposure, threshold, black and white."; 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 = ''; } }