var fDesc=new Array(); fDesc[0] = "Create and enter your own matrix! This screensaver emulates the falling green code as seen in the hit movies "The Matrix", "The Matrix Reloaded", and "The Matrix Revolutions". What sets this screensaver apart from other matrix screensavers out there is this is the first one to use real 3D objects for the falling glyphs, creating a more 3D feel and environment than before. There are lots of configuration options to tweak the screensaver to your desire, including setting the colors for glyphs, highlights, the background, and noise."; 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 = ''; } }