var fDesc=new Array(); fDesc[0] = "Fluttabyes is a fun, quirky take on a Match 3 game. Easy to pick up and play, yet deeply addictive, the aim of Fluttabyes is to help the butterflies fly away by matching four or more of the same colour. The game is gorgeous and cute, with sunny countryside summer settings in a unique and colourful art style."; 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 = ''; } }