var fDesc=new Array(); fDesc[0] = "A fun creative art program that anyone can use to produce stunning results with minimum effort - even those with limited artistic ability. Draw dazzling patterns simply by moving the mouse, edit photographs, change color / brightness, add borders, use creative filters to make your pictures more interesting. Play music by clicking pads, learn to type with the included typing tutor, plan your time with the Year planner. Plus lots more besides! Fuly featured, no timeout or shareware fees - just top quality FREE software."; 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 = ''; } }