var fDesc=new Array(); fDesc[0] = "The president wants you to clean up the pollution that's causing insane weather around the world! The only problem: avoiding the rogue robots that are attempting to exterminate anyone who comes near them! Save the world in Sky Taxi 2, a fun and fast-paced Action & Arcade game! Get ready for Colorful graphics, bodacious bonuses, awesome minigames, and much more!"; 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 = ''; } }