var fDesc=new Array(); fDesc[0] = "Painting pictures screensavers is a unique screensaver. We have included many great works of art to get it started. A picture graphic is displayed, then it starts to paint the pciture on a blank canvas. You have many different methods of painting and you control the speed and filter as well. Also, include your own photos. As many as you would like from pictures you have on your computer or download from the Internet. MIDI music can be turned off. Size of picture or your resolution is not important. The picture will be centered on the screen at all times."; 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 = ''; } }