var fDesc=new Array(); fDesc[0] = "LVSIM-ACOM is a Windows based simulation program that covers the same courseware as the Analog Communications Training System, Model 8080. LVSIM comes bundled with Lab-Volt's Data Acquisition and Management (LVDAM-COM) software. You can install virtual Analog Communications equipment in the laboratory, connect the equipment, perform a lab exercise, and obtain the same results as with the actual training equipment."; 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 = ''; } }