var fDesc=new Array();
fDesc[0] = "Evil Islands complements to the most recent, state-of-the-art genre of the 3D role-playing strategy, amplifying it with the brand-new, unique options.
Sail off to the magnificent 3D fantasy world of Evil Islands and embark on a strategic role-playing adventure. Choose between diplomacy and war, magic and weapons, friends and foes while navigating your way through this ambitious escapade.
Key Features:
* Best of strategy and role-playing
* Non-linear plot in a mysterious and hostile fantasy universe
* Three islands with unique inhabitants, culture, climate, and monsters
* 3D engine with real-time weather and day/night changes
* Changes in equipment, health and attributes affect the in-game character model
* Item and magic constructors for custom weapons, armor, and spells
* Unique system of skills enriched with dozens of additional abilities
* Characters can walk, run, crawl, sneak, backstab, and steal
* 80 missions totaling 100 hours of gameplay
* Internet and LAN multiplayer support";
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 = '';
}
}