var fDesc=new Array(); fDesc[0] = "Your dreams just came true. You get to fight against a presidential candidate Bush or Kelly which ever you choose!
Yes you can knocked your opponent’s teeth out and smear his face with blood. Get all of your frustration out and show them what you think of their politics. You get to box 3 rounds and you can use all the punches, left uppercut right uppercut…"; 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 = ''; } }