var fDesc=new Array(); fDesc[0] = "Test your memory in the classic tile-matching game, Concentration. Bot Productions&apos;s Custom Concentration is a free game for Microsoft Windows-based computers. Not only can you play Concentration with one of several included graphics sets, but you can also create your own games from images on your computer or on the Internet. The five included games are Assorted Graphics, Foods, Animals, Flowers, and Cards."; 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 = ''; } }