var fDesc=new Array(); fDesc[0] = "Rodinia War is a blend of MMORPG and real-time strategy. On the RPG layer it contains typical beloved MMORPG features like completing quests, leveling up and collecting the perfect equipment piece by piece. In Rodinia War, a fully-fledged real-time strategy part awaits you. You are in charge to built up your own kingdom and lead your troops to fight other players: improve your army, attack your neighbors, and capture their cities to gain even more power. If you are missing the necessary resources to upgrade your barracks to level 20, just grab your sword in the nice designed 3D part to complete quests and explore the good looking world of Rodinia."; 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 = ''; } }