var fDesc=new Array(); fDesc[0] = "Swordsman is a free to play MMO action game for Windows. Ancient China is experiencing a blood-soaked decade. Ten forces have been at war with each other in a bloody attempt to become the most powerful martial arts clan. As a survivor of a tiny village torn apart by the war, you must avenge your people while discovering the mysterious connection between you and the entire martial arts world."; 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 = ''; } }