var fDesc=new Array();
fDesc[0] = "Alicia Online is a free-to-play horse racing fantasy MMORPG with colorful anime-like graphics. Win races, upgrade your character and horse, keep your horse healthy and spoil her a lot! Let’s face it, owning a horse is expensive, requires a lot of space and time, and a lot of us simply will never have the chance; however, with Alicia Online, you can!
Alicia Online Key Features
Customization Heaven – There’s a great amount of customization possible, like choosing the eye color of your character, body size or even how the character sounds like.
Personalize Your Horse – Give your horse only the best! There are a lot of equipment options possible for your horse and the equipment for your horse will also help to increase its stats, making your horse not only the best looking, but also the most capable horse possible!
Different Race Types – There are several different race types like: Speed (this is basically a normal race), Magic (where you use items to attack other players), Speed Team (a normal race with two times) and Magic Team. You can also practice in Solitaire Mode. Here you’re not competing against other players, but against A.I.
More Than Just A Race Game – You need to take care of your horse,play with it and keep it healthy. After each race you’ll need to feed, clean, keep them entertained and fill their stamina, an injured horse will recover much faster with the right treatment.
Grow With Your Horse – You will grow and so will your horse. This game is also a Role Playing Game (RPG), which means that while you play, you can upgrade your character and your horse. With each race you earn XP (experience) that will raise your level. The higher your level the higher your chance to compete and win the wildest races!";
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 = '';
}
}