var fDesc=new Array(); fDesc[0] = "Rockman X3 follows in the tradition of both the original Mega Man series and the Mega Man X series as a standard action-platform game. The player traverses a series of eight stages in an order while gaining various power-ups and taking the special weapon of each stage's end boss. Mega Man X3 is the first game in the series in which Zero is a playable character in addition to X. Like its predecessor, Mega Man X2, Capcom included the CX4 chip to allow for some limited 3D vector graphics and transparency effects."; 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 = ''; } }