var fDesc=new Array(); fDesc[0] = "In 1867, ASB was founded by a mysterious criminal figure. It was a private corporation with its sole purpose being global domination. Its intentions were masked to the public by the legitimate packaging business it had as a front. After destroying most of the ASB's assets, WEC sent their best Agent to the heavily guarded ASB Base in order to destroy both it and what was left of the ASB once and for all."; 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 = ''; } }