var fDesc=new Array();
fDesc[0] = "Xolox is a top-notch game for all ages: an arcade for adults and a total eye-catcher for children. Xolox has three game modes: arcade, strategy and survival.
--Strategy Mode: The goal is to clear the field so do your best to remove the balls using paint and bombs bonuses. No time limit.
--Arcade Mode: You face a little challenge here - the falling balls. Yes, they fall bringing life or death, new balls or bombs. Beware the air bomb! No time limit.
--Survival Mode: Grab the mouse and try to survive on the field as long as possible. This is a blast into unbelievable Xolox experience brought to you by Swargo.com
Xolox delivers the pulse pounding excitement you'll just want to keep coming back for!
-Requirements
MS Windows 98 or later, OpenGL compatible video card. The game will run even on old computer!
-Full version
- no nag screens
- technical support via e-mail
- free upgrade to new version";
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 = '';
}
}