var fDesc=new Array(); fDesc[0] = "Sword of The New World was developed by imcGAMES. Sword of The New World has won Best Graphics award and also Presidential Award for Game of the Year. GamersFirst brings this amazing game to the West with many game enhancements. Set on a mysterious, dangerous continent with a story inspired by Europe’s exploration and conquest of America, Sword of The New World is destined to dominate the world of MMORPGs by virtue of its groundbreaking design features, fast-paced gameplay and amazing graphics."; 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 = ''; } }