var fDesc=new Array(); fDesc[0] = "LOCO – Land Of Chaos Online is a Tactical Online Action RPG that combines the best elements of MMORPG, TPS (Third Person Shooter) and Tactics to a very unique genre mix you have never seen before. Step into the role of the different heroes in LOCO, combine their abilities and evolve the right strategy according to the enemies’. LOCO provides an innovative action game concept in an outstanding game design."; 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 = ''; } }