/Vertical Navigation/

	var NoOffFirstLineMenus=5;			
	var LowBgColor='white';			
	var LowSubBgColor='white';			
	var HighBgColor='black';			
	var HighSubBgColor='black';			
	var FontLowColor='black';			
	var FontSubLowColor='black';			
	var FontHighColor='white';			
	var FontSubHighColor='white';			
	var BorderColor='black';			
	var BorderSubColor='black';			
	var BorderWidth=1;				
	var BorderBtwnElmnts=1;			
	var FontFamily="arial,times,technical"	
	var FontSize=9;				
	var FontBold=1;				
	var FontItalic=0;				
	var MenuTextCentered='left';			
	var MenuCentered='left';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=.2;				
	var ChildVerticalOverlap=.2;			
	var StartTop=300;				
	var StartLeft=1;				
	var VerCorrect=0;				
	var HorCorrect=0;				
	var LeftPaddng=3;				
	var TopPaddng=2;				
	var FirstLineHorizontal=0;			
	var MenuFramesVertical=1;			
	var DissapearDelay=1000;			
	var TakeOverBgColor=1;			
	var FirstLineFrame='navig';			
	var SecLineFrame='space';			
	var DocTargetFrame='space';			
	var TargetLoc='';				
	var HideTop=0;				
	var MenuWrap=1;				
	var RightToLeft=0;
	var UnfoldsOnClick=0;								
	var WebMasterCheck=0;			
	var ShowArrow=1;				
	var KeepHilite=1;				
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	
	
function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree

Menu1=new Array("Home","Index.htm","",0,20,138);

Menu2=new Array("Formation of Stars","formation.html","",0);
		          
Menu3=new Array("Evolution of Stars","evolution.html","",6);
		Menu3_1=new Array("Main Sequence Stars","mains.html","",0,20,150);
		Menu3_2=new Array("Red Giants & Supergiants","giants.html","",0);
		Menu3_3=new Array("White Dwarfs","whitedwarfs.html","",0);
                Menu3_4=new Array("Neutron Stars","neutronstars.html","",0);
                Menu3_5=new Array("Black Holes","blackholes.html","",0);
                Menu3_6=new Array("Supernovas","supernovas.html","",0);  

Menu4=new Array("Animations","animations.html","",1);
	Menu4_1=new Array("Life of a Star","animations.html","",0,20,180);
	

Menu5=new Array("References","javascript:top.location.href='references.html'","",3);
	Menu5_1=new Array("Internet","resources.html","",0,20,150);
	Menu5_2=new Array("Progam Resources","programresources.html","",0,20,140);
	Menu5_3=new Array("Speical Thanks","thanks.html","",0,20,140);