var fDesc=new Array(); fDesc[0] = "Sunny day is an animated screensaver. With this animated screensaver you can enjoy the springtime as the lands are awakening, the nature is blooming and the feeling of the sun's kiss is glorying. Sunny day works on Windows Vista / XP / 2000 / ME / 98."; 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 = ''; } }