var fDesc=new Array(); fDesc[0] = "Join the Urban Slug Commander on his seek and destroy as well as on his find and retrieve missions.

You will be taken on different parts of the world where you have to defeat enemy troops in order to achieve your missions stated in your secret mission statement. You will be involved in different kinds of actions and you will have several attack modes to chose from, an arsenal of different weapons and other really cool army things."; 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 = ''; } }