var fDesc=new Array(); fDesc[0] = "Hikari is an addictive, high-energy, puzzle-arcade game--think Lights Out meets Minesweeper meets Bomberman--in which you must switch lightbulbs and other pieces on or off by clicking them with the mouse. Not for the faint-of-brain, Hikari is a must-have for the logic game freak!
The free demo version of Hikari comes with 30 action-packed puzzle boards and 10 basic piece types. The registered version comes with more than 200 boards and 40 piece types."; 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 = ''; } }