var fDesc=new Array(); fDesc[0] = "A very fun zombie screen saver. Desktop Zombie Screen saver sees zombies walk and crawl around your screen, with their hands and legs full of blood. It even gets a bit bloodthirsty in places because these zombies are in a particularly bad mood and like to throw blood everywhere! When they walk through the puddles of blood, their feet and hands bizarrely change color, and to top things off they even eat each other."; 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 = ''; } }