var fDesc=new Array(); fDesc[0] = "In Shogo: Mobile Armor Division, you play Sanjuro Makabe, a Mobile Combat Armor (MCA) pilot and Commander in the UCA Security Force. The UCA was originally formed by three dominant megacorporations (Andra Biomechanics, Armacham Technology Corporation, and Shogo Industries). Originally intended as a joint venture that would ensure the continued profitability of the three organizations that founded it, the UCA is now independent, and the dominant military power in existence."; 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 = ''; } }