var fDesc=new Array(); fDesc[0] = "Dive into the heart of the Yslandia universe, a subscription-free MMORPG. With its innovative game play, finely detailed graphics, and an addictive soundtrack, Yslandia has been ranked number one in France for role-playing games since its release. Wage battles in real time in a conflict where 6 races are vying for the possession of a group of magnificent islands, each with its own unique characteristics.

Advance on your own or with a team and lead epic battles and duels in real time.
Control the advancement of your character and learn to master spells and new fighting techniques. Compete in the race for totems, control Yslandia’s territory and defend the glory of your clan! (The more totems your clan controls, the greater the glory in PvP and RvR)."; 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 = ''; } }