var fDesc=new Array(); fDesc[0] = "You can easily create a Custom Motion Profile from the Motion Profile Editor panel, make sure you select the one that suits your preferences.
The motion platform should initialize when starting your first game.
During game play, you can use [ALT] [TAB] to switch from Need For Speed Undercover to the Motion Code Settings panel (if you left it open). This is convenient to customize your motion preferences."; 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 = ''; } }