var fDesc=new Array(); fDesc[0] = "Parallel realities are penetrated by frantically dancing fireballs. Realities too are not stable: collapsing, colliding but miraculously rearranging in logic order. But you can control this reality by pressing special keys on your keyboard, moving your mouse and making different settings. Play with this illusion and get a lot of fun! Download free special effects screensaver!"; 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 = ''; } }