/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)

DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
Version 4.0_beta
This script can be used freely as long as all copyright messages are
intact.

Extra info - Coolmenus reference/help - Extra links to help files **** 
CSS help: http://192.168.1.31/projects/coolmenus/reference.asp?m=37
General: http://coolmenus.dhtmlcentral.com/reference.asp?m=35
Menu properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=47
Level properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=48
Background bar properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=49
Item properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=50
******************************************************************************/
NIHMenu=new makeCM("NIHMenu") //Making the menu object. Argument: menuname

//Menu properties   
NIHMenu.pxBetween=0
NIHMenu.fromTop=85 
NIHMenu.fromLeft=0
NIHMenu.wait=1000
NIHMenu.resizeCheck=1
NIHMenu.zIndex=0
NIHMenu.menuPlacement="center"
//NIHMenu.onlineRoot="/tetramer_core/" 
NIHMenu.onlineRoot="/" 
NIHMenu.rows=1 
NIHMenu.offlineRoot="/"
NIHMenu.fillImg="images/common/spacer.gif"

//Background bar properties
NIHMenu.useBar=1
NIHMenu.barWidth="menu"
NIHMenu.barHeight="menu" 
NIHMenu.barClass="clBar"
NIHMenu.barX="menu"
NIHMenu.barY="menu"
NIHMenu.barBorderX=0
NIHMenu.barBorderY=0
NIHMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
NIHMenu.level[0]=new cm_makeLevel() //Add this for each new level
NIHMenu.level[0].width=152
NIHMenu.level[0].height=28 
NIHMenu.level[0].regClass="clLevel0"
NIHMenu.level[0].overClass="clLevel0over"
NIHMenu.level[0].borderX=0
NIHMenu.level[0].borderY=0
NIHMenu.level[0].borderClass="clLevel0border"
NIHMenu.level[0].rows=0
NIHMenu.level[0].align="bottom"
NIHMenu.level[0].offsetX=0
NIHMenu.level[0].offsetY=-4
NIHMenu.level[0].arrow=0
NIHMenu.level[0].arrowWidth=0
NIHMenu.level[0].arrowHeight=0

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
NIHMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
NIHMenu.level[1].width=150
NIHMenu.level[1].height=16
NIHMenu.level[1].regClass="clLevel1"
NIHMenu.level[1].overClass="clLevel1over"
NIHMenu.level[1].borderX=1
NIHMenu.level[1].borderY=0
NIHMenu.level[1].borderClass="clLevel1border"
NIHMenu.level[1].rows=0
NIHMenu.level[1].align="right"
NIHMenu.level[1].offsetX=-1
NIHMenu.level[1].offsetY=0
NIHMenu.level[1].arrow="images/common/nav_arrow.gif"
NIHMenu.level[1].arrowWidth=8
NIHMenu.level[1].arrowHeight=8

//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
NIHMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
NIHMenu.level[2].width=135
NIHMenu.level[2].height=16
NIHMenu.level[2].regClass="clLevel1"
NIHMenu.level[2].overClass="clLevel1over"
NIHMenu.level[2].borderX=1
NIHMenu.level[2].borderY=0
NIHMenu.level[2].borderClass="clLevel1border"
NIHMenu.level[2].offsetX=0
NIHMenu.level[2].offsetY=0

NIHMenu.makeMenu('top0','','','','','152','28','images/common/nav_facility.gif','images/common/nav_facility.gif')
	NIHMenu.makeMenu('sub00','top0','','','','','4','images/common/nav_shadow.gif')
	NIHMenu.makeMenu('sub01','top0','&nbsp;Investigators & Staff')
		NIHMenu.makeMenu('sub011','sub01','&nbsp;Principal Investigator','facility/staff_principal.html')
		NIHMenu.makeMenu('sub012','sub01','&nbsp;NIAID Program Officer<br>&nbsp;and TRC','facility/staff_program.html','','','28')
		NIHMenu.makeMenu('sub013','sub01','&nbsp;Staff','facility/staff_staff.html')
	NIHMenu.makeMenu('sub02','top0','&nbsp;About Emory/Yerkes','facility/about.html')
	NIHMenu.makeMenu('sub03','top0','&nbsp;Facility Description','facility/facility.html')
	NIHMenu.makeMenu('sub04','top0','','','','','4','images/common/nav_base.gif')
	
NIHMenu.makeMenu('top1','','','','','152','28','images/common/nav_tetramer.gif','images/common/nav_tetramer.gif')
	NIHMenu.makeMenu('sub10','top1','','','','','4','images/common/nav_shadow.gif')
	NIHMenu.makeMenu('sub11','top1','&nbsp;Why Tetramers?','science/why.html')
	NIHMenu.makeMenu('sub12','top1','&nbsp;Tetramer Applications','science/applications.html')
	NIHMenu.makeMenu('sub13','top1','&nbsp;Tetramer History','science/history.html')
	NIHMenu.makeMenu('sub14','top1','&nbsp;Bibliography','science/bibliography.html')
	NIHMenu.makeMenu('sub15','top1','&nbsp;Fluorophores','science/fluorophores.html')
	NIHMenu.makeMenu('sub16','top1','&nbsp;FACS Analysis of<br>&nbsp;Stained Cells','science/facs.html','','','28')
	NIHMenu.makeMenu('sub17','top1','','','','','4','images/common/nav_base.gif')
	
NIHMenu.makeMenu('top2','','','','','152','28','images/common/nav_available.gif','images/common/nav_available.gif')
	NIHMenu.makeMenu('sub20','top2','','','','','4','images/common/nav_shadow.gif')
	NIHMenu.makeMenu('sub21','top2','&nbsp;Excluded Tetramers','available/excluded.html')
	NIHMenu.makeMenu('sub22','top2','&nbsp;Class I Tetramers','available/class1.html')
	NIHMenu.makeMenu('sub23','top2','&nbsp;Class II Tetramers')
		NIHMenu.makeMenu('sub231','sub23','&nbsp;Pre-Made Tetramers','available/class2_premade.html')
		NIHMenu.makeMenu('sub232','sub23','&nbsp;Customized Tetramers','available/class2_customized.html')
	NIHMenu.makeMenu('sub24','top2','&nbsp;Nonclassical MHC<br>&nbsp;Molecules','','','','28')
		NIHMenu.makeMenu('sub241','sub24','&nbsp;CD1 Molecules','available/nonclassical_cd1d.html')
		NIHMenu.makeMenu('sub242','sub24','&nbsp;CD1d Ligands','available/nonclassical_cd1dligands.html')
		NIHMenu.makeMenu('sub243','sub24','&nbsp;Other','available/nonclassical_other.html')
	NIHMenu.makeMenu('sub25','top2','&nbsp;Unlisted Reagents','available/unlisted.html')
	NIHMenu.makeMenu('sub26','top2','&nbsp;Fluorophores','available/fluorophores.html')
	NIHMenu.makeMenu('sub27','top2','','','','','4','images/common/nav_base.gif')
	
NIHMenu.makeMenu('top3','','','','','152','28','images/common/nav_request.gif','images/common/nav_request.gif')
	NIHMenu.makeMenu('sub30','top3','','','','','4','images/common/nav_shadow.gif')
	NIHMenu.makeMenu('sub31','top3','&nbsp;Request Process','request/process.html')
	NIHMenu.makeMenu('sub32','top3','&nbsp;Material Transfer<br>&nbsp;Agreement','request/material.html','','','28')
	NIHMenu.makeMenu('sub33','top3','&nbsp;Submit Request','request/request.html')
/*		NIHMenu.makeMenu('sub331','sub33','&nbsp;MHC Class I Request','request/form_class1.html')
		NIHMenu.makeMenu('sub332','sub33','&nbsp;Premade MHC Class II<br>&nbsp;Request','request/form_class2_premade.html','','','28')
		NIHMenu.makeMenu('sub333','sub33','&nbsp;Custom MHC Class II<br>&nbsp;Request ','request/form_class2_custom.html','','','28')
		NIHMenu.makeMenu('sub334','sub33','&nbsp;Nonclassical MHC<br>&nbsp;Molecules Request','request/form_nonclassical.html','','','26')*/
	NIHMenu.makeMenu('sub34','top3','&nbsp;TRC Meeting Schedule','request/schedule.html')
	NIHMenu.makeMenu('sub35','top3','','','','','4','images/common/nav_base.gif')

NIHMenu.makeMenu('top4','','','','','152','28','images/common/nav_client.gif','images/common/nav_client.gif')
	NIHMenu.makeMenu('sub40','top4','','','','','4','images/common/nav_shadow.gif')
	NIHMenu.makeMenu('sub41','top4','&nbsp;FAQ','client/faq.html')
	NIHMenu.makeMenu('sub42','top4','&nbsp;Production Protocols','client/protocols.html')
	NIHMenu.makeMenu('sub43','top4','&nbsp;Tetramer Feedback','client/feedback.html')
	NIHMenu.makeMenu('sub44','top4','&nbsp;Technical Support','client/support.html')
	NIHMenu.makeMenu('sub45','top4','&nbsp;Order Tracking','client/tracking.html')
	NIHMenu.makeMenu('sub46','top4','','','','','4','images/common/nav_base.gif')

//Leave this line
NIHMenu.construct()
