var fDesc=new Array(); fDesc[0] = "Crazy Go Nuts 2 Mini is an interesting arcade game. With 8 shots to clear the board, you’ll need to master the bonuses and multipliers to earn the gold medal. You must look for random bonuses and the bonus-shot-bird to increase your chances to win. It works on Windows platform."; 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 = ''; } }