var fDesc=new Array(); fDesc[0] = "Chainz 2: Relinked is a fun puzzle game suitable for all ages and developed by MumboJumbo, LLC. Fans of this type of games watch out! You will spend a lot of time playing it because it is an easy and mind free game. The purpose of Chainz 2: Relinked is to rotate links to create matches of three or more or make use of the four-way link to make matches around corners and finally clear the board. Packed with over 200 challenging levels, enjoy its four incredible ways to play including Classic, Arcade, Strategy and Puzzle modes. The game includes really cool features such as power-ups that allow you to collapse links and create chain reactions. Moreover, there are bombs to be unleashed so as to remove surrounding links and you can also make use of Lightning Bolts to blast away entire rows and columns. It includes a Freezer option that can be activated to delay, collapse and rack up as many collapses as you can. But this is not all! Spelling the word “Chainz” adds superb bonus points to your score! Finally, vibrant colors, nice music and cool sounds make of Chainz 2: Relinked an enjoyable puzzle game you cannot miss to play! Download it now and enjoy endless fun."; 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 = ''; } }