var fDesc=new Array(); fDesc[0] = "AvancePaint is a complete paint program designed with a unique intuitive user interface that makes AvancePaint easy to learn and use. It’s powerful enough to suit the advanced user and yet simple enough to please the beginner. Open unlimited number photo's or pictures and unleash your artistic talents as you will discover the advanced and powerful but easy to use graphical options! A complete set of more then 20 photo-realistic filters and more then 40 textures are included."; 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 = ''; } }