var fDesc=new Array(); fDesc[0] = "ECG Simulator Features are:

Comprehensive Set of Rhythms and Arrhythmias:

- ECG Simulator choose between 33 of the most common rhythms and arrhythmias in a variety of heart rates and with various ectopic activity.
- Introduce PACs, PJCs, or Unifocal, Multifocal or Couplet PVCs to most rhythms
- Increase or decrease heart rate, conduction ratio or amplitude
- Display a total of 297 unique rhythm or arrhythmia variations

Seamless Rhythm Transitions :
- Seamlessly transition between different rhythms, rates, conduction ratios and ectopic activity.
- Demonstrate realistic patient scenarios

Analyze Rhythms In-Depth:
- View rhythms with or without a standard six-second strip with millimeter markings
- Pause rhythm playback to get a better look
- Measure heart rate, time (ms) and voltage (mV) using our on-screen, draggable, transparent ECG rule."; 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 = ''; } }