var fDesc=new Array(); fDesc[0] = "A skills-based program for vocational training with secondary students. Prepares students for office jobs with computer skills. Topics include order processing and data entry, challenges students to work independently for over an hour.

Differentiates instruction with three difficult levels. Students progress from basic tasks to entering orders, checking inventories, and determining payment methods"; 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 = ''; } }