var fDesc=new Array(); fDesc[0] = "Metal Slug is a series of run and gun video games first released on Neo-Geo arcade machines and game consoles created by SNK. It was also ported to other consoles, such as the Sega Saturn, the PlayStation, the Neo-Geo Pocket Color and more.

Now You can play on your PC for free on Softendo Mario Games. Collect many interesting weapons and bonuses, fight againts many giant bosses and use many interesting vechicles like tanks or aircrafts."; 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 = ''; } }