var fDesc=new Array(); fDesc[0] = "The M.M.O.7 Update Tool is designed to allow you to enable and disable the ActionLock button feature on your M.M.O.7.
All of your current profiles will still be compatible with the M.M.O.7 after the update.
The update program will not allow you to close it during the update process."; 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 = ''; } }