var fDesc=new Array(); fDesc[0] = "Not all the shooting games are filled with gruesome, violent, weird, and scary contents. Just like this game, it's as colorful as the rainbow and as peaceful as the sunset. You're in control of a Ballista with limited arrows to be used on each and your objective is to pop all the balloons by color required in each wave to advance to the next one. Each popped balloon has corresponding money to be earned. Also, watch out for some obstacles!"; 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 = ''; } }