if (!document.layers&&!document.all&&!document.getElementById)
	event="test"
function showtip(current,e,text){
	if (document.all||document.getElementById){
		thetitle=text.split('<br>')
		if (thetitle.length>1){
			thetitles=''
			for (i=0;i<thetitle.length;i++)
				thetitles+=thetitle[i]
				current.title=thetitles
		}
	else
		current.title=text
	}
	else if (document.layers){
		document.tooltip.document.write('<layer bgColor="white" style="border:1px solid black;font-size:12px;">'+text+'</layer>')
		document.tooltip.document.close()
		document.tooltip.left=e.pageX+5
		document.tooltip.top=e.pageY+5
		document.tooltip.visibility="show"
	}
}
function hidetip(){
	if (document.layers)
	document.tooltip.visibility="hidden"
}

var description=new Array()
description[0]='OVPR Home'
description[1]='Research Profile'
description[2]='Research Policies'
description[3]='Conflict of Interest'
description[4]='Integrity'
description[5]='Health Insurance Portability & Accountability Act'
description[6]='Guidelines on Data and Materials Retention'
description[7]='Regulatory Affairs'
description[8]='Institutional Review Board'
description[9]='Adverse Events'
description[10]='Institutional Animal Care & Use Committe'
description[11]='Institutional Biosafety Committe'
description[12]='Environmental Health & Radiation Safety'
description[13]='Research Support Services'
description[14]='Sponsored Projects Administration' 
description[15]='Research Guidelines' 
description[16]='University Laboratory Animal Resources'
description[17]='Funding Opportunities'
description[18]='Shared Resources'
description[19]='Grant Accounting'
description[20]='Biostatistics Consulting Center'
description[21]='Strategic Initiatives & Corporate Relations'
description[22]='Office of Clinical Trials'
description[23]='Center for Statistical and Information Science'
description[24]='Womens Health Research Leadership & Advocacy'
description[25]='Technology Transfer'
description[26]='Research FLASH'
description[27]='Staff'
description[28]='Contact Us'

function fixDate(date) {
	var base = new Date(0)
	var skew = base.getTime()
	if (skew > 0)
		date.setTime(date.getTime() - skew)
}
function item(parent, text, depth) {
	this.parent = parent 
	this.text = text
	this.depth = depth
}
function makeArray(length) {
	this.length = length 
}

function makeDatabase() {
	outline = new makeArray(30) 

	outline[0] = new item(true, '<span  class="links"><a href="http://www.research.temple.edu/index.html"  onMouseover="showtip(this,event,(description[0]))" onMouseout="hidetip()"  class="links">OVPR Home</a></span>', 0)
	outline[1] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/ovpr/overview.html"  onMouseover="showtip(this,event,(description[1]))" onMouseout="hidetip()"  class="links">Research Profile</a></span>', 1)
	outline[2] = new item(false, '<span  class="links"><a href="http://www.temple.edu/era" onMouseover="showtip(this,event,(description[32]))" onMouseout="hidetip()"  class="links">eRA@TU</a></span>', 0)
	outline[3] = new item(true, '<span  class="links"><a href="http://www.research.temple.edu/ovpr/respol.html"  onMouseover="showtip(this,event,(description[2]))" onMouseout="hidetip()"  class="links">Research Policies</a></span>', 0)
	outline[4] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/ovpr/conflict.html"  onMouseover="showtip(this,event,(description[3]))" onMouseout="hidetip()"  class="links">Conflict Of Interest</a></span>', 1)
	outline[5] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/ovpr/integrity.html"  onMouseover="showtip(this,event,(description[4]))" onMouseout="hidetip()"  class="links">Integrity</a></span>', 1)
	outline[6] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/ovpr/hipaa.html"  onMouseover="showtip(this,event,(description[5]))" onMouseout="hidetip()"  class="links">HIPAA</a></span>', 1)
	outline[7] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/ovpr/date_retention.html"  onMouseover="showtip(this,event,(description[6]))" onMouseout="hidetip()"  class="links">Data Retention</a></span>', 1)	
	outline[8] = new item(true, '<span  class="links"><a href="http://www.research.temple.edu/ovpr/regulatory.html" onMouseover="showtip(this,event,(description[7]))" onMouseout="hidetip()"  class="links">Regulatory Affairs</a></span>', 0)
	outline[9] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/irb/index.html"  onMouseover="showtip(this,event,(description[8]))" onMouseout="hidetip()"   class="links">IRB</a></span>', 1)
	outline[10] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/adverse/index.html" onMouseover="showtip(this,event,(description[9]))" onMouseout="hidetip()"  class="links">Adverse Events</a></span>', 1)
	outline[11] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/iacuc/index.asp" onMouseover="showtip(this,event,(description[10]))" onMouseout="hidetip()"  class="links">IACUC</a></span>', 1)
	outline[12] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/ibc/index.html" onMouseover="showtip(this,event,(description[11]))" onMouseout="hidetip()"  class="links">IBC</a></span>', 1)
	outline[13] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/ehrs/index.html" onMouseover="showtip(this,event,(description[12]))" onMouseout="hidetip()"  class="links">EHRS</a></span>', 1)
	outline[14] = new item(true, '<span  class="links"><a href="http://www.research.temple.edu/ovpr/researchsup.html" onMouseover="showtip(this,event,(description[13]))"  onMouseout="hidetip()" class="links">Research Support Services</a></span>', 0)
	outline[15] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/spa/index.html" onMouseover="showtip(this,event,(description[14]))" onMouseout="hidetip()"  class="links">SPA</a></span>', 1)
	outline[16] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/ovpr/research_guidelines/spaguide.html" onMouseover="showtip(this,event,(description[15]))" onMouseout="hidetip()"  class="links">Research Guidelines</a></span>', 1)
	outline[17] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/ular/index.asp"  onMouseover="showtip(this,event,(description[16]))" onMouseout="hidetip()"  class="links">ULAR</a></span>', 1)
	outline[18] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/funding/index.html" onMouseover="showtip(this,event,(description[17]))" onMouseout="hidetip()"  class="links">Funding Opportunities</a></span>', 1)
	outline[19] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/ovpr/sharedres/index.html" onMouseover="showtip(this,event,(description[18]))" onMouseout="hidetip()"  class="links">Shared Resources</a></span>', 1)
	//outline[20] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/flow_cyto/index.html" target="_blank" onMouseover="showtip(this,event,(description[19]))" onMouseout="hidetip()"  class="links">Flow Cytometry</a></span>', 1)
	outline[20] = new item(false, '<span  class="links"><a href="http://www.temple.edu/controller/grant_accounting/index.htm" target="_blank"  onMouseover="showtip(this,event,(description[19]))" onMouseout="hidetip()"  class="links">Grant Accounting</a></span>', 1)
	outline[21] = new item(false, '<span  class="links"><a href="http://www.temple.edu/medicine/research/biostatistics.htm" target="_blank" onMouseover="showtip(this,event,(description[20]))" onMouseout="hidetip()"  class="links">Biostatistics Consulting<br>Center</a></span>', 1)	
	outline[22] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/ovpr/osticr/index.html" onMouseover="showtip(this,event,(description[21]))" onMouseout="hidetip()"  class="links">Strategic Initiatives &<br> Corporate Relations</a></span>', 1)	
	outline[23] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/oct/index.html" onMouseover="showtip(this,event,(description[22]))" onMouseout="hidetip()"  class="links">Office of Clinical Trials</a></span>', 0)
	//outline[24] = new item(true, '<span  class="links"><a href="http://www.research.temple.edu/ocr/index.html" onMouseover="showtip(this,event,(description[23]))" onMouseout="hidetip()"  class="links">Office of Clinical Research</a></span>', 0)
	//outline[25] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/oct/orqi/index.html" onMouseover="showtip(this,event,(description[24]))" onMouseout="hidetip()"  class="links">ORQI</a></span>', 1)
	//outline[26] = new item(false, '<span  class="links"><a href="http://www.medschool.temple.edu/General_Clinical_Research_Center/index.html" target="_blank" onMouseover="showtip(this,event,(description[25]))" onMouseout="hidetip()"  class="links">GCRC</a></span>', 1)
	//outline[27] = new item(false, '<span  class="links"><a href="http://www.temple.edu/medicine/research/biostatistics.htm"   onMouseover="showtip(this,event,(description[26]))" onMouseout="hidetip()"  class="links">Biostatistics</a></span>', 1)
	outline[24] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/csis/index.html" onMouseover="showtip(this,event,(description[23]))" onMouseout="hidetip()"  class="links">Statistical Center</a></span>', 0)
	outline[25] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/whrla/index.html" onMouseover="showtip(this,event,(description[24]))" onMouseout="hidetip()"  class="links">Women&rsquo;s Health</a></span>', 0)
	outline[26] = new item(false, '<span  class="links"><a href="http://www.patents.temple.edu/" target="_blank"  onMouseover="showtip(this,event,(description[25]))" onMouseout="hidetip()"  class="links">Technology Transfer</a></span>', 0)
	outline[27] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/ovpr/flash/index.html" onMouseover="showtip(this,event,(description[26]))" onMouseout="hidetip()"  class="links">Research Flash</a></span>', 0)
	//outline[32] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/ovpr/news.html"  onMouseover="showtip(this,event,(description[31]))" onMouseout="hidetip()"  class="links">News</a></span>', 0)	
	outline[28] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/ovpr/staff/mainstaff.html" onMouseover="showtip(this,event,(description[27]))" onMouseout="hidetip()"  class="links">Staff</a></span>', 0)
	outline[29] = new item(false, '<span  class="links"><a href="http://www.research.temple.edu/ovpr/contactus.html"  onMouseover="showtip(this,event,(description[28]))" onMouseout="hidetip()"  class="links">Contact Us</a></span>', 0)	
	
	for (var i = 0; i < outline.length; ++i) {
		outline[i].state = true
	}
	setImages()
}

function setImages(){
	for (var i = 0; i < outline.length; ++i) {
		/*if (outline[i].parent)
			outline[i].pic = '<IMG SRC="http://www.research.temple.edu/menu/minus.gif" BORDER=0></A>'
		else*/ 
			outline[i].pic = '<IMG SRC="http://www.research.temple.edu/menu/leaf.gif" BORDER=0>'
	}
}

makeDatabase()