var fDesc=new Array();
fDesc[0] = "If performing dare-devil stunts is your idea of relaxing on a Sunday afternoon then you're going to love Island Extreme Stunts. Whether you're performing a high-flying sky-boarding rescue sequence or getting radical with a skateboard and a half-pipe, all your adrenaline-based urges will be satisfied with Island Xtreme Stunts.
Requirements:
- Windows 98/MeE/2000/XP
- Pentium II 350 MZ
- 64MB Ram
- 50 Mb free disk space
- 8-Speed CD/DVD-ROM drive required 16MB 100% Direct X 8.1 compatible video card
- 100% DirectX™ 8.1 compatible sound card
- DirectX™ 8.1(Included on disk)";
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 = '';
}
}