// Technology Video Player Callers
function callAvatar() {
   document.getElementById("flashTechnologySWF").playAvatar();
}

function callDyingDave() {
   document.getElementById("flashTechnologySWF").playDyingDave();
}

function callExpressions() {
   document.getElementById("flashTechnologySWF").playExpressions();
}

function callRespiration() {
   document.getElementById("flashTechnologySWF").playRespiration();
}

// Demonstrations Video Player Callers
function callITT() {
   document.getElementById("flashDemonstrationsSWF").playITT();
}

function callTriageTrainer() {
   document.getElementById("flashDemonstrationsSWF").playTriageTrainer();
}

function callInterviewMaterial() {
   document.getElementById("flashDemonstrationsSWF").playInterviewMaterial();
}

function callPatientRescue() {
   document.getElementById("flashDemonstrationsSWF").playPatientRescue();
}