var fDesc=new Array();
fDesc[0] = "Rivals-Evolution is a game server for Ace Online - AirRivals - Phi Doi.
Main Features:
- Start with Lv123 and free stuff.
- Better Armor/Weapon come from an BOSS No cashshop.
- 4 gears on same account.
- Customizable electronic toy.
- Possibility to win all item from cash shop.
- We make the Halloween / Christmas event and more.
- Create your weapon/armor for free by our special mixing.
- Items never seen elsewhere, created by Rivals Evo For Rivals Evo.
- You start with the unique stuff.
- ColorShop Replace by our contour.
- Spécial quest by Rivals Evo with great reward.
- All card can be buy on SPI/WP shop in your city.
- An EvoPedia with all Items / Recipes / Drop rate etc.
- No radius or weight card ingame.
- Unique fix ingame Rivals of Evolution.
- Hyper card and Normal Card available ingame.
- Found your hyper fix and more on normal gamble.
- Create your XXXL for free.
- Win your legendary stuff on our boss.
- Our slot machine contains all itemshop stuff.
- Discover the new reward of our SP (spi / caps / km).";
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 = '';
}
}