-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.html
More file actions
executable file
·122 lines (117 loc) · 6.63 KB
/
com.html
File metadata and controls
executable file
·122 lines (117 loc) · 6.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<html>
<head><title>Image map created by yEd</title>
<style type="text/css">
.tooltip {
font-size:10pt;
background-color:#FFFFCC;
border:1px solid black;
padding:2px
}
</style>
<style type="text/css">
.tooltip {
position:absolute;
display:none
}
</style>
</head>
<body>
<script type="text/javascript">
tooltip = null;
document.onmousemove = updateTooltip;
function updateTooltip(e) {
try {
if (document.all) {
if (document.documentElement && document.documentElement.scrollTop) { // Explorer 6 Strict
x = document.documentElement.scrollLeft + window.event.x;
y = document.documentElement.scrollTop + window.event.y;
}
else { // all other Explorers
x = document.body.scrollLeft + window.event.x;
y = document.body.scrollTop + window.event.y;
}
}
else {
x = e.pageX;
y = e.pageY;
}
if (tooltip != null) {
o = 20;
var sx, sy;
if (self.pageYOffset) { // all except Explorer
sx = self.pageXOffset;
sy = self.pageYOffset;
}
else if (document.documentElement && document.documentElement.scrollTop) { // Explorer 6 Strict
sx = document.documentElement.scrollLeft;
sy = document.documentElement.scrollTop;
}
else if (document.body) { // all other Explorers
sx = document.body.scrollLeft;
sy = document.body.scrollTop;
}
t = y + o + tooltip.offsetHeight;
w = sy + document.body.clientHeight;
if (t > w) {
y = y - o - tooltip.offsetHeight;
}
else {
y = y + o;
}
t = x + o + tooltip.offsetWidth;
w = sx + document.body.clientWidth;
if (t > w) {
x = x - o - tooltip.offsetWidth;
}
else {
x = x + o;
}
if ((tooltip.style.top == '' || tooltip.style.top == 0) && (tooltip.style.left == '' || tooltip.style.left == 0))
{
tooltip.style.width = tooltip.offsetWidth + 'px';
tooltip.style.height = tooltip.offsetHeight + 'px';
}
tooltip.style.left = x + "px";
tooltip.style.top = y + "px";
}
} catch (error) { error = null; }
}
function showTooltip(id) {
try {
tooltip = document.getElementById(id);
tooltip.style.display = "block";
} catch (error) { error = null; }
}
function hideTooltip() {
try {
tooltip.style.display = "none";
} catch (error) { error = null; }
}
</script>
<div class="tooltip" id="n0">Rice EMS operates as a branch of the Rice University Police<br>Department. The RUPD Chief also serves as the Director of Public<br>Safety for Rice University.<br><br>Chief Whitehead is a graduate of the FBI National Academy,<br>the Federal Executive Institute and the Harvard University<br>Kennedy School of Government Crisis Leadership in Higher<br>Education Program. He has a bachelor's degree in political<br>science from the University of Baltimore and a master's in<br>applied behavioral science from Johns Hopkins University.</div>
<div class="tooltip" id="n2">Our Medical Directors are Emergency Physicians committed to<br>excellence in Emergency Medicine and EMS. Some of them are<br>alumni of Rice University and Rice EMS. They are available<br>around the clock to provide emergency medical direction<br>for the On-Duty Campus Crew.</div>
<div class="tooltip" id="n3">The EMS Director is responsible for supporting REMS<br>administration needs (budgeting, special projects, etc.)<br>and ensures long-term projects are completed.<br><br>Lisa is a Licensed Paramedic, with more that fifteen years<br>experience in EMS. She served as a paramedic, EMS Educator,<br>and EMS Administrator in the Greater Philadelphia area<br>prior to moving to Houston. She is a graduate of Marquette<br>University ('93) and Villanova University ('05).</div>
<div class="tooltip" id="n4">The Rice EMS Captain is the highest-ranking student in Rice<br>EMS. The Captain is responsible for all patient care and<br>operational aspects of the department, overseeing the works<br>of the Lieutenants.</div>
<div class="tooltip" id="n5">The Senior Lieutenant is the second-in-command of Rice EMS.<br>The Senior Lieutenant assists the captain in overseeing all<br>aspects of patient care, operations, and education offered<br>by Rice EMS.</div>
<div class="tooltip" id="n6">Several alumni of Rice EMS, physicians in the Texas Medical<br>Center, and EMS providers in Houston area contribute their time<br>and expertise to help Rice EMS Education and Special Event<br>programs.</div>
<div class="tooltip" id="n7">The InCharge is an operational rank referring to the EMT who is<br>in command of a scene. The On-Duty InCharge responds in the<br>marked Rice EMS vehicle that carries advanced medical equipment.<br>The InCharge approves all patient care decisions during his/her<br>shift. The InCharge is an EMT-Intermediate with Advanced Life<br>Support training.</div>
<div class="tooltip" id="n8">The rank of Lieutenant is given to members of the department<br>who are responsible to managing different administrative areas<br>of the organization, and have additional responsibilities which<br>include everything from scheduling special events coverage to<br>running the EMS Education Program.</div>
<div class="tooltip" id="n9">Duty Crew members are the backbone of Rice EMS, and include both<br>EMT-Basics (BLS - Basic Life Support training) and<br>EMT-Intermediates (ALS - Advanced Life Support training).<br>Duty Crew members respond to campus emergencies along with the<br>InCharges. Duty Crew members can also be cleared to work Special<br>Events (athletic events, Baker Institute events, public parties,<br>etc.) and become BLS Instructors (teach CPR/First Aid classes).</div>
<map name="image1_1">
<area shape="rect" coords="48,735,328,831" alt="" onmouseout="hideTooltip()" onmouseover="showTooltip('n9')"/>
<area shape="rect" coords="373,615,653,711" href="http://rems.rice.edu/icteam/" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n8')"/>
<area shape="rect" coords="48,615,328,711" href="http://rems.rice.edu/icteam/" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n7')"/>
<area shape="rect" coords="373,471,653,567" alt="" onmouseout="hideTooltip()" onmouseover="showTooltip('n6')"/>
<area shape="rect" coords="48,471,328,567" alt="" onmouseout="hideTooltip()" onmouseover="showTooltip('n5')"/>
<area shape="rect" coords="221,327,501,423" alt="" onmouseout="hideTooltip()" onmouseover="showTooltip('n4')"/>
<area shape="rect" coords="373,183,653,279" alt="" onmouseout="hideTooltip()" onmouseover="showTooltip('n3')"/>
<area shape="rect" coords="48,183,328,279" href="http://rems.rice.edu/medcommand/" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n2')"/>
<area shape="rect" coords="185,38,505,163" alt="" onmouseout="hideTooltip()" onmouseover="showTooltip('n0')"/>
</map>
<table class="yimagetable" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img class="yimage" src="com1_1.png" usemap="#image1_1" border="0" alt=""/></td>
</tr>
</table>
</body>
</html>