var fDesc=new Array(); fDesc[0] = "Booking Revolution takes you behind the scenes where the real power is. Assume control of a given promotion and set about making it your own by changing the gimmicks of the wrestlers. Then deploy your talent in matches of your own creation - complete with sophisticated ratings that measure the entertainment you're providing."; 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 = ''; } }