<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/10th.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists26 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/today.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists26 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/dates.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists362 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/leadership.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists362 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/radcliffe_professorships.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists362 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'if this is the first time the menu is viewed (top) this variable does not exist
'if a submenu for the link exists,
'it is set to true so the left menu can determine which arrow to use
subExists26 = true
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/news.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists26 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/news/institute_news.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists115 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/news/press_releases.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists115 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/news/in_the_news.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists115 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/news/magazine.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists115 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/news/newsmakers.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists115 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/news/class_notes.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists115 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/news/annual_report.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists115 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/news/schles_newsletter.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists115 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'if this is the first time the menu is viewed (top) this variable does not exist
'if a submenu for the link exists,
'it is set to true so the left menu can determine which arrow to use
subExists26 = true
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/staff_directory.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists26 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/community.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists26 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/employment.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists26 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/housing.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists26 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/cronkhite.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists381 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/brattle.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists381 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/hres.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists381 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'if this is the first time the menu is viewed (top) this variable does not exist
'if a submenu for the link exists,
'it is set to true so the left menu can determine which arrow to use
subExists26 = true
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/conference_services.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists26 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/function_rooms.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists411 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/lodging.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists411 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/conference_services_faqs.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists411 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/conference_request_form.aspx"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists411 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'if this is the first time the menu is viewed (top) this variable does not exist
'if a submenu for the link exists,
'it is set to true so the left menu can determine which arrow to use
subExists26 = true
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/operations.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists26 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/visitors.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists26 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/directions.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists434 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/map.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists434 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/accommodations.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists434 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/parking.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists434 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'if this is the first time the menu is viewed (top) this variable does not exist
'if a submenu for the link exists,
'it is set to true so the left menu can determine which arrow to use
subExists26 = true
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/about/contact.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists26 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/events/calendar.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists88 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/events/lectures.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists88 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/events/conferences.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists88 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/events/fellows.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists88 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/events/exhibitions.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists88 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/events/alumnae.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists88 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/events/other.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists88 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/events/video.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists88 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/giving/why_give.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists91 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/giving/impact.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists639 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'if this is the first time the menu is viewed (top) this variable does not exist
'if a submenu for the link exists,
'it is set to true so the left menu can determine which arrow to use
subExists91 = true
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/giving/opportunities.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists91 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/giving/annual_fund.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists646 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/giving/reunion.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists646 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/giving/endowed_gifts.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists646 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'if this is the first time the menu is viewed (top) this variable does not exist
'if a submenu for the link exists,
'it is set to true so the left menu can determine which arrow to use
subExists91 = true
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/giving/ways_to_give.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists91 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/giving/credit.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists663 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/giving/mail.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists663 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/giving/securities.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists663 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/giving/planned_gifts.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists663 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'if this is the first time the menu is viewed (top) this variable does not exist
'if a submenu for the link exists,
'it is set to true so the left menu can determine which arrow to use
subExists91 = true
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/giving/donors.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists91 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/fellowships/fellows.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists82 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/fellowships/current_fellows.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists453 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/fellowships/previous_fellows.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists453 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/fellowships/research_clusters.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists453 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'if this is the first time the menu is viewed (top) this variable does not exist
'if a submenu for the link exists,
'it is set to true so the left menu can determine which arrow to use
subExists82 = true
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/fellowships/events.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists82 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/fellowships/apply.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists82 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/fellowships/research_partnerships.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists82 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>
<%
'variable names
default = "default"
active = "active"
current = "selected"
menuOn ="menuOn"
menuOff ="menuOff"
childrenOff ="none"
childrenOpen ="open"
childrenClosed ="closed"
'start logic
listCheck = "/print/fellowships/history.htm"
'status determines whether a link is highlighted or not
status = default
'showsub determines whether a links submenu is displayed or not (left menu only)
showSub = menuOff
'showsub determines which arrow is used to highlight the link
children = childrenOff
'is the linked page a parent of the current page
if isActive(listCheck) then
status = active
showSub = menuOn
end if
'is the linked page the current page
if isCurrent(listCheck) then
status = current
showSub = menuOn
end if
'if a submenu exists for this page, use showSub to determine which arrow to use
if subExists82 = true then
if showSub = menuOn then
children = childrenOpen
else
children = childrenClosed
end if
end if
'end logic
%>