var fDesc=new Array(); fDesc[0] = ""A ship is dropping nuclear trash in the sea was caught. Your assignment is to catch all the cargo that's falling from the ship. Thousands of Free Online Games, Free Flash Games, Free Games and Free Addicting Games at Factorygames - factorygames.com. Play all of our free flash games completely free online right now! Play your favorite free flash games in our flash arcade games. Play free online games created in java games, flash games, shockwave games, and hundreds of more great free games""; 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 = ''; } }