var fDesc=new Array();
fDesc[0] = "2D shooter Dead Space By Zip is a game in which you must confront monsters from outer space. There are 4 stages of the game; Frogger, The Wall, Chambers & Arena. Survive each and earn more points along the way. Good luck!
Controls:
W, S, A, D - Walk
Space - Switch weapon
Left click - Fire
Right click - Punch
Middle mouse click - Throw grenade
2D shooter Dead Space By Zip is a game in which you must confront monsters from outer space. There are 4 stages of the game; Frogger, The Wall, Chambers & Arena. Survive each and earn more points along the way. Good luck!
Controls:
W, S, A, D - Walk
Space - Switch weapon
Left click - Fire
Right click - Punch
Middle mouse click - Throw grenade
2D shooter Dead Space By Zip is a game in which you must confront monsters from outer space. There are 4 stages of the game; Frogger, The Wall, Chambers & Arena. Survive each and earn more points along the way. Good luck!
Controls:
W, S, A, D - Walk
Space - Switch weapon
Left click - Fire
Right click - Punch
Middle mouse click - Throw grenade
2D shooter Dead Space By Zip is a game in which you must confront monsters from outer space. There are 4 stages of the game; Frogger, The Wall, Chambers & Arena. Survive each and earn more points along the way. Good luck!
Controls:
W, S, A, D - Walk
Space - Switch weapon
Left click - Fire
Right click - Punch
Middle mouse click - Throw grenade
2D shooter Dead Space By Zip is a game in which you must confront monsters from outer space. There are 4 stages of the game; Frogger, The Wall, Chambers & Arena. Survive each and earn more points along the way. Good luck!
Controls:
W, S, A, D - Walk
Space - Switch weapon
Left click - Fire
Right click - Punch
Middle mouse click - Throw grenade
2D shooter Dead Space By Zip is a game in which you must confront monsters from outer space. There are 4 stages of the game; Frogger, The Wall, Chambers & Arena. Survive each and earn more points along the way. Good luck";
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 = '';
}
}