var fDesc=new Array(); fDesc[0] = "Luvinia Online is a new free-to-play 3D fantasy MMORPG from Outspark, with unique subclasses for specialization, hundreds of maps to explore, variety of in-game events, and unlimited fun.

The world of Luvinia beckons players into a realm where humans, orcs, gnomes and dwarves once co-existed in peace; however, destiny never stands still. The stars that once shined brightly over the humans now fade as the hearts of the other races turn against them. With the help of the Victoria Institute, heroes from across the land will challenge fate to take up their weapons and fight for their land against treacherous invaders."; 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 = ''; } }