var fDesc=new Array(); fDesc[0] = "Are you a Matrix fan?
Did you enjoy watching the movie?

Real Matrix Screensaver will bring a mysterious world right to your desktop.

This unique screensaver will allow you to feel and enjoy that strange world generated by a computer, in which we feel and think as if everything around us was real.

Do you remember the movie?
Do you still remember when NEO saw the Matrix for the first time?
This screensaver will let you live that moment again, as you start watching your screen getting covered by numbers, letters and symbols, sliding down your screen.
And, of course, they are green, just like in the movie.

Real Matrix Screensaver will not show you NEO or the agents that were trying to eliminate him.
You will only see those series of green characters moving from top to bottom on the screen.

You have the option of changing the type of green symbols that will be displayed.
You can opt for numbers, letters and numbers, symbols, and even a display of small "space invaders".

With this screensaver you will surely attract the attention of your family and coworkers."; 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 = ''; } }