var fDesc=new Array(); fDesc[0] = "Matrix Reality 3D is a brand new screensaver that was specially created for all the fans of this greatest movie series of all times! The screensaver displays a number of 3D matrix special effects. It's also got numerous settings controls that will let you not only determine the speed of the matrix but also such parameters as its color, mist and many others. Matrix Reality 3D supports multiple monitors. The outstanding music and sound effects will let you and your computer relax and take a break from the busy world around."; 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 = ''; } }