var fDesc=new Array();
fDesc[0] = "Two match-3 tales of adventure and magic in one download! Unlock mystical books to restore peace to the kingdom in 4 Elements! Travel the globe by land, sea, and air in Around the World in 80 Days!
Main features:
- 64 levels and 20 bonus tasks in 4 Elements
- Over 80 levels in Around the World in 80 Days
- Engaging adventures and bewitching characters
- High-quality, vivid graphics
- BONUS animated 4 Elements screensaver.
Requirements:
- Windows 2000/XP/Vista
- Processor speed: 500 MHz
- RAM: 128 MB
- Hard drive space (uncompressed): 55 MB
- Graphics Card: 32 MB
- Sound Card: DirectX compatible
- DirectX version: 8.0 +";
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 = '';
}
}