var fDesc=new Array();
fDesc[0] = "Join SpongeBob and friends in the 3D spongified version of the classic LIFE board game!
Enjoy hilarious micro-games as you find your dream job, collect your paychecks, buy your dream home, and more!
Game Features
* Let the wheel of LIFE decide your destiny!
* Play as SpongeBob, Patrick, Sandy, or Squidward!
* Play with 1 to 4 players at once!
ystem Requirements
Hard Drive Space:
100 MB
Memory Ram:
256 MB
OS:
Windows
Video Ram:
32 MB
Processor:
800 MHz
The Game of Life - SpongeBob SquarePants Edition is a fun and addictive games that comes with different options to develop your character and minigames to keep you happy.";
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 = '';
}
}