var fDesc=new Array(); fDesc[0] = "GunZ: The Duel is an intense, action-packed game that possesses gameplay qualities of both a first person shooter and an action adventure game.

As its main feature, the players can create and modify their personalized soldiers by equipping them with various weapons and items to create over thousands of variations. First of its kind, not only does Soldier Front add a dynamic and realistic feel to the game, it also enhances and creates a distinctive play field."; 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 = ''; } }