var fDesc=new Array(); fDesc[0] = "Focus is a PVP combat game with quests, items, and money drops. From a player's stand point, it's super cool how easy it is to level and how fun it is to play. With premium items easily accessible and always at your disposal, PvP as well as PvE on this skill-based and character-balanced game is on another level. The Game Is very enjoyable with many differences between Fiesta And Focus."; 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 = ''; } }