var fDesc=new Array(); fDesc[0] = "ScenarioExpress was developed by teachers as an educational tool for training computer technicians.

ScenarioExpress uses scenario-based labs to develop critical thinking and problem solving skills.

The labs provide the student with hands-on experience for troubleshooting common operating system problems in a safe practice environment.

ScenarioExpress allows a new technician to sharpen his/her skills without damaging a customer’s computer.

ScenarioExpress gives students immediate feedback as they explore the operating system and guides them to solutions for each scenario."; 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 = ''; } }