var fDesc=new Array(); fDesc[0] = "Enjoy Shishkin's rendering of the Russian Woodland slideshow. Ivan Ivanovich Shishkin is considered to be one of Russia's most powerful and original landscape painters. Woodland paintings take turns with various transition effects that make your desktop deep forest look. 7art Shishkin's Painting ScreenSaver will carry you to the the depths of the last century Russian forest."; 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 = ''; } }