var fDesc=new Array(); fDesc[0] = "This Chrome extension lets you play the Nyan Cat FLY Game. This is a small 2D arcade style game of a flying cat. You fly in an environment of space where delicious candies, shiny lollipops, squashy gums and other types of sweets that you love. However, the mystic space is filled with other things rather than sweets such as those healthy but ugly to eat veggies that you must avoid at all costs."; 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 = ''; } }