var fDesc=new Array(); fDesc[0] = "Halloween Mood 3D is an amazing screensaver. You must have it, because Halloween evening is approaching! With this screensaver you get nice pictures with vampires, pumpkins and clocks.
Be imbued with tickling atmosphere of the Halloween evening wandering about the house and waiting for some guests! Give a glance at the age-old wooden clock and see that the arrows are moving backwards."; 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 = ''; } }