var fDesc=new Array(); fDesc[0] = "Fill your desktop with a cool digital matrix effect. The classic background of the famous movie will bring a spirit of mystery to your computer. To set this animated wallpaper as your desktop background, click the download button below and select "save on disk". After the download completes (It takes less than a minute.), run this file. The animated wallpaper will be set immediately - no further installation required."; 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 = ''; } }