var fDesc=new Array(); fDesc[0] = "Mega Man 6 is a standard in NES side-scrolling platform gaming. The game places you in the titanium boots of a squat, blue, lovable robot who can run, jump, slide, climb, and shoot bursts from his Mega Buster with varying degrees of strength. Your goal is to beat the bolts out of all opposing robots, steal their weapons, and use the new-found guns to toast other 'bots. Your best friend as always is Rush Dog, who transforms either into ajet Adaptor to fly you around or a Power Adaptor to help you break walls."; 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 = ''; } }