var fDesc=new Array(); fDesc[0] = "Emoti Match is an interesting puzzle game for free. Click the two same color objects. If you find them with the same color and they are not separated more than three lines, when you click on them, they are erased simultaneously. Otherwise it doesn’t work, the line numbers between The Same Color must do not over 3, which is nearly the only limit and rule of the game. Emoti Match is a puzzle and board game, available on www.nowstat.com, for your spare time relaxing and entertainment. Good luck!"; 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 = ''; } }