var fDesc=new Array(); fDesc[0] = "Da Vinci Art Screensaver displays 60 oil paintings of Leonardo da Vinci. Da Vinci was one of the most important artists of the Italian Renaissance. All of the Da Vinci oil paintings in the screensaver are taken from the real masterpieces rather than from art reproductions. PaintingAll Art Gallery Da Vinci paintings screensaver will remind you about the famous paintings of Da Vinci like Mona Lisa and The Last Supper. Just put it on your screen and get the power of art from the picturesque masterpieces!"; 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 = ''; } }