	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#003366';			// Background color when mouse is not over
	var LowSubBgColor='#E2E9F0';			// Background color when mouse is not over on subs
	var HighBgColor='#E2E9F0';			// Background color when mouse is over
	var HighSubBgColor='#003366';			// Background color when mouse is over on subs
	var FontLowColor='#CCCCCC';			// Font color when mouse is not over
	var FontSubLowColor='#003366';			// Font color subs when mouse is not over
	var FontHighColor='#003366';			// Font color when mouse is over
	var FontSubHighColor='#CCCCCC';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=203;				// Menu offset x coordinate
	var StartLeft=30;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=1;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	//var Arrws=['tri.gif',5,10,'tridown.gif',9,6,'trileft.gif',5,10];	// Arrow source, width and height
	var Arrws=['',5,10,'',9,6,'',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

//Menu1=new Array("rollover:testButtons/home1.jpg:testButtons/home2.jpg","http://www.icg.seas.gwu.edu/","",0,18,45);
Menu1=new Array("Home","http://www.icg.seas.gwu.edu/","",0,18,50);
//Menu2=new Array("rollover:testButtons/News1.jpg:testButtons/News2.jpg","http://www.icg.seas.gwu.edu/news.htm","",0,18,45);
Menu2=new Array("News","http://www.icg.seas.gwu.edu/news.htm","",0,18,50);	
//Menu3=new Array("rollover:testButtons/AcademicPrograms1.jpg:testButtons/AcademicPrograms2.jpg","http://www.icg.seas.gwu.edu/academicPrograms.htm","",0,18,120);
Menu3=new Array("Academic Programs","http://www.icg.seas.gwu.edu/academicPrograms.htm","",0,18,145);
	/*Menu3_1=new Array("Research Labs","","",2,20,140);
		Menu3_1_1=new Array("Computer Graphics Lab","http://home.gwu.edu/~tinana01/research_CGLab.htm","",0,20,250);
		Menu3_1_2=new Array("The Laboratory for Advanced Computer Applications in Medicine","http://www.ibe.gwu.edu/index.html","",0,30,200);
	Menu3_2=new Array("Current Research","","",4,20,120);
		Menu3_2_1=new Array("Global Illumination of Infrared Ship Signature","http://home.gwu.edu/~tinana01/research_currentResearch_globalIllumination.htm","",0,30,300);
		Menu3_2_2=new Array("A visual system of multi-dimensional data for mission specific visualization","http://home.gwu.edu/~tinana01/research_currentResearch_visualQuery.htm","",0,30,300);
		Menu3_2_3=new Array("CryoSurgery Simulator for Localized Prostate Cancer","http://home.gwu.edu/~tinana01/research_currentResearch_cyro.htm","",0,30,300);
		Menu3_2_4=new Array("Motion Editing by Combining Partial Pose","http://home.gwu.edu/~tinana01/research_currentResearch_motionEditing.htm","",0,20,380);
	Menu3_3=new Array("Motion Control","","",4,20,120);
		Menu3_3_1=new Array("Procedural Methods Using Physically Based Modeling ","http://home.gwu.edu/~tinana01/research_motionControl_proceduralMethod.htm","",0,30,250);
		Menu3_3_2=new Array("GP for Articulated Figure Motion","http://home.gwu.edu/~tinana01/research_motionControl_GP.htm","",0,20,250);
		Menu3_3_3=new Array("Articulated Figure Motion Synthesis","http://home.gwu.edu/~tinana01/research_motionControl_articulatedMotion.htm","",0,20,250);
		Menu3_3_4=new Array("Interactive Constraint Dynamics","http://home.gwu.edu/~tinana01/research_motionControl_interactiveConstraint.htm","",0,20,250);
	Menu3_4=new Array("Medical/Visualization","","",7,20,120);
		Menu3_4_1=new Array("Distributed Virtual Environment Allied Health Training System","blank.htm","",0,30,350);
		Menu3_4_2=new Array("Medical Surgery Simulation","blank.htm","",0,20,350);
		Menu3_4_3=new Array("Endoscopic Neurosurgery Simulation","blank.htm","",0,20,350);
		Menu3_4_4=new Array("Simulation of Human Skin and Hair","blank.htm","",0,20,350);
		Menu3_4_5=new Array("Blood Vessel Segmentation from Volume Data","blank.htm","",0,20,350);
		Menu3_4_6=new Array("Vena Cava Filter Placement","blank.htm","",0,20,350);
		Menu3_4_7=new Array("Scientific Data Visualization: an Object Oriented Perspective.","blank.htm","",0,30,350);
	Menu3_5=new Array("Rendering","blank.htm","",0,20,120);
	Menu3_6=new Array("Virtual Reality","","",5,20,120);
		Menu3_6_1=new Array("Interaction in Immersive Virtual Environments","blank.htm","",0,30,300);
		Menu3_6_2=new Array("Integrated Sound and Motion for VR and Animation","blank.htm","",0,30,300);
		Menu3_6_3=new Array("Reactive Actors in Virtual Environments","blank.htm","",0,20,300);
		Menu3_6_4=new Array("Digital Museum: Collaborations with the Smithsonian","blank.htm","",0,30,300);
		Menu3_6_5=new Array("Geometric Morphing","blank.htm","",0,20,300);
	Menu3_7=new Array("Demo Video Clips","blank.htm","",0,20,120);
*/
//Menu4=new Array("rollover:testButtons/Research1.jpg:testButtons/Research2.jpg","","",6,18,70);
Menu4=new Array("Research","","",10,18,80);
	Menu4_1=new Array("Motion Capture","http://www.icg.seas.gwu.edu/MOCA/","",0,20,180);
	Menu4_2=new Array("Image Guided Laryngoplasty","http://www.icg.seas.gwu.edu/research_igml/","",0,30,200);
	Menu4_3=new Array("Cardiac Motion Visualization","http://www.icg.seas.gwu.edu/3dcardiac/","",0,30,200);
	Menu4_4=new Array("Surgical Simulation","http://www.icg.seas.gwu.edu/research_surgicalSimulatioin.htm","",0);
	Menu4_5=new Array("Image Guided Surgery","http://www.icg.seas.gwu.edu/research_imageGuidedSurgery.htm","",0);
	Menu4_6=new Array("Information Visualization","http://www.icg.seas.gwu.edu/research_informationVisualizaion.htm","",0);
	Menu4_7=new Array("Computer Animation and Visualization of Olympic Swimmers","http://www.icg.seas.gwu.edu/research_olympicSwimmers.htm","",0,40);
	Menu4_8=new Array("Home of the 21st Century","http://www.icg.seas.gwu.edu/research_h21c.htm","",0);
	Menu4_9=new Array("Past Research","http://www.icg.seas.gwu.edu/research_pastResearch_medicalVisual.htm","",0);
	Menu4_10=new Array("Publications","http://www.icg.seas.gwu.edu/publication_paper.htm","",0);
	
//Menu5=new Array("rollover:testButtons/People1.jpg:testButtons/People2.jpg","http://www.icg.seas.gwu.edu/people.htm","",0,18,55);
Menu5=new Array("People","http://www.icg.seas.gwu.edu/people.htm","",0,18,65);
//Menu6=new Array("rollover:testButtons/FestivalOfAnimation1.jpg:testButtons/FestivalOfAnimation2.jpg","","",2,18,130);
Menu6=new Array("Festival of Animation","","",2,18,160);
	Menu6_1=new Array("Images and Video","http://www.icg.seas.gwu.edu/festivalOfAnimation.htm","",0,20,160);
	Menu6_2=new Array("Festival of Animation","http://www.icg.seas.gwu.edu/festivalOfAnimation_animationFestival.htm","",0,20,160);
	
//Menu7=new Array("rollover:testButtons/AssociatedOrganization1.jpg:testButtons/AssociatedOrganization2.jpg","","",3,18,150);
Menu7=new Array("Associated Organization","","",3,18,180);
	Menu7_1=new Array("Institute for Biomedical Engineering","http://www.ibe.gwu.edu/index.html","",0,30,180);
	Menu7_2=new Array("Education and Multimedia Systems Groups","http://cs.seas.gwu.edu/research/multimedia/main.html","",0,30,180);
	Menu7_3=new Array("Human Computer Interaction Research Group","http://cs.seas.gwu.edu/research/interaction/index.html","",0,30,180);

//Menu8=new Array("rollover:testButtons/Links1.jpg:testButtons/Links2.jpg","http://www.icg.seas.gwu.edu/links.htm","",0,18,45);
Menu8=new Array("Links","http://www.icg.seas.gwu.edu/links.htm","",0,18,50);
Menu9=new Array("Meetings","http://www.icg.seas.gwu.edu/meetings_gate.htm","",0,18,70);
