
	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='B6C5EE';			// Background color when mouse is not over
	var LowSubBgColor='F1F1F1';			// Background color when mouse is not over on subs
	var HighBgColor='4B73D1';			// Background color when mouse is over
	var HighSubBgColor='CCCCCC';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='B6C5EE';			// Border color
	var BorderSubColor='A0A0A0';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=240;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=-136;				// Multiple frames x correction
	var LeftPaddng=15;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='nav';			// Frame where first level appears
	var SecLineFrame='main';			// Frame where sub levels appear
	var DocTargetFrame='main';			// 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=1;			// 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',10,5,'trileft.gif',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("Home","bmain.htm","",0,19,138);

Menu2=new Array("","blank.htm","images/space.gif",0,19,1);

Menu3=new Array("Report","","",8,19,138);
	Menu3_1=new Array("Executive Summary","report/02.html","",0,20,150);
	Menu3_2=new Array("Problem Statement","report/03.html","",0);
	Menu3_3=new Array("Implementation","","",7);	
		Menu3_3_1=new Array("Finite Element Method","report/04.html","",0,20,150);
		Menu3_3_2=new Array("Plasma Model","","",2);
			Menu3_3_2_1=new Array("Methodology", "report/05.html","",0,20,150);
			Menu3_3_2_2=new Array("Implementation", "report/06.html","",0);

                Menu3_3_3=new Array("Mesh Implementation","report/07.html","",0);
                Menu3_3_4=new Array("Optimization Algorithms","report/08.html","",0);
                Menu3_3_5=new Array("Genetic Algorithm","report/09.html","",0);
		Menu3_3_6=new Array("Simulated Annealing","report/10.html","",0);
		Menu3_3_7=new Array("Graphical Method","report/11.html","",0);          

	Menu3_4=new Array("Results","report/12.html","",0);
	Menu3_5=new Array("Conclusion","report/13.html","",0);
	Menu3_6=new Array("Significant Achievements","report/14.html","",0);
	Menu3_7=new Array("Acknowledgements","report/15.html","",0);
	Menu3_8=new Array("References","report/16.html","",0);

Menu4=new Array("","blank.htm","images/space.gif",0,19,1);

Menu5=new Array("Appendixes: Code","","",10,19,200);
	Menu5_1=new Array("TorusProperty","","",2,20,150);
		Menu5_1_1=new Array("TorusProperty.h","code/01.html","",0,20,150);
		Menu5_1_2=new Array("TorusProperty.C","code/02.html","",0);
	Menu5_2=new Array("magnetic_field","","",2);
		Menu5_2_1=new Array("magnetic_field.h","code/03.html","",0,20,150);
		Menu5_2_2=new Array("magnetic_field.C","code/04.html","",0);
	Menu5_3=new Array("main.C","code/05.html","",0);
	Menu5_4=new Array("math_tool","","",2);
		Menu5_4_1=new Array("math_tool.h","code/06.html","",0,20,150);
		Menu5_4_2=new Array("math_tool.C","code/07.html","",0);
	Menu5_5=new Array("mesh.C","code/08.html","",0);
	Menu5_6=new Array("mesh_generation.C","code/9.html","",0);
	Menu5_7=new Array("mesh_gmv_support.C","code/10.html","",0);
	Menu5_8=new Array("optimize","","",2);
		Menu5_8_1=new Array("optimize.h","code/11.html","",0,20,150);
		Menu5_8_2=new Array("optimize.C","code/12.html","",0);
	Menu5_9=new Array("particle","","",2);
		Menu5_9_1=new Array("particle.h","code/13.html","",0,20,150);
		Menu5_9_2=new Array("particle.C","code/17.html","",0);
	Menu5_10=new Array("particle_system","","",2);
		Menu5_10_1=new Array("particle_system.h","code/14.html","",0,20,150);
		Menu5_10_2=new Array("particle_system.C","code/15.html","",0);

Menu6=new Array("","blank.htm","images/space.gif",0,19,1);
	
Menu7=new Array("Media","","",1,19,138);
	Menu7_1=new Array("Images","images.html","",0,20,180);
	
Menu8=new Array("","blank.htm","images/space.gif",0,19,1);

Menu9=new Array("Links","","",3,19,138);
	Menu9_1=new Array("Printable Report","http://challenge.nm.org/archive/03-04/finalreports/08.pdf","",0,20,140);
	Menu9_2=new Array("Downloadable Code","http://challenge.nm.org/archive/03-04/finalreports/08.tar.gz","",0,20,140);
	Menu9_3=new Array("AiS Challenge Website","http://challenge.nm.org","",0,20,140);

