var fDesc=new Array(); fDesc[0] = "Chromatron is a free game of laser beams and mirrors that features 50 levels. You will have to place the mirror in front of the laser beam and rotate it in order to hit the pinwheel. To complete a level, every pinwheel must be hit by light of the same color.

No cost, no ads, no popups, just a game that will absorb as much time as you're willing to spend on it."; 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 = ''; } }