var fDesc=new Array(); fDesc[0] = "Real Audit 2: The SOX Era™ is our new standalone SOX 404 simulation with a completely new publicly-held client (Reel Features Films, Inc). This is an internal control auditing simulation. Real Audit 2: The SOX Era uses the same general structure as the lite and full versions of the original Real Audit™ (our financial auditing simulation) including the interactive audit program, the auditor's virtual desk, and the multiple choice interactive dialoguing engine (McHide)."; 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 = ''; } }