var fDesc=new Array(); fDesc[0] = "A set of ten simulated computer labs that students can run on any PC. The CD-ROM includes lab write-ups and answer keys in both Word and PDF formats.set of ten simulated computer labs that students can run on any PC. All labs include lab write-ups in both Word and PDF format that can be copied and handed out to students and a lab answer key with sample data, graphs, and question answers. Some labs are completed by students almost completely on the computer and the final lab results can be printed out."; 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 = ''; } }