var fDesc=new Array(); fDesc[0] = "ExcelPacman is a software tool designed for MS Excel. It reproduces on MS Excel the video game named "Pacman". All actions are expressed by rewriting of a cell background color. Each one of cells as a dot, and move it by make cell's background color high-speed rewriting. The window zoom is 10%, so the each cell can not be seen. But it is A CELL."; 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 = ''; } }