var fDesc=new Array(); fDesc[0] = "Funny Pets is an awesome swipe matching puzzle game with a lot of levels, bonuses and fun. Make longest chains of similar pets in this match 3 game to get exciting bonuses. Form the chain of three or more pets of the same color by clicking at one animal and swipe to other adjacent animals of the same color and all of them will disappear. If there is a stone tile under the pet from the chain it will be destroyed."; 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 = ''; } }