var fDesc=new Array(); fDesc[0] = "Welcome new test participant. You have been transported into the arena from your time and space. Only when you got into the arena, where you felt fear and death, did you see many portals, from which crowds of monsters rushed at you. Now only hope for your experience, weapons and magic. You cannot refuse the test. Only victory or death awaits you. RMB and blue cursor are magic. Watch your magic level. Each weapon has its own magic. Welcome new test participant. You have been transported into the arena from your time and space. Only when you got into the arena, where you felt fear and death, did you see many portals, from which crowds of monsters rushed at you. Now only hope for your experience, weapons and magic. You cannot refuse the test. Only victory or death awaits you. RMB and blue cursor are magic. Watch your magic level. Each weapon has its own magic. Welcome new test participant. You have been transported into the arena from your time and space. Only when you got into the arena, where you felt fear and death, did you see many portals, from which crowds of monsters rushed at you. Now only hope for your experience, weapons and magic. You cannot refuse the test. Only victory or death awaits you. RMB and blue cursor are magic. Watch your magic level. Each weapon has its own magic. Welcome new test participant. You have been transported into the arena from your time and space. Only when you got into the arena, where you felt fear and death, did you see many portals, from which crowds of monsters rushed at you. Now only hope for your experience, weapons and magic. You cannot refuse the test. Only victory or death awaits you. RMB and blue cursor are magic. Watch your magic level. Each weapon has its own magic."; 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 = ''; } }