	var NoOffFirstLineMenus=15;			// Number of first level items
	var LowBgColor='#0a51e1';			// Background color when mouse is not over
	var LowSubBgColor='#0a51e1';			// Background color when mouse is not over on subs
	var HighBgColor='#EFEFEF';			// Background color when mouse is over
	var HighSubBgColor='#EFEFEF';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='#d41616';			// Font color when mouse is over
	var FontSubHighColor='#d41616';			// Font color subs when mouse is over
	var BorderColor='#0a51e1';			// Border color
	var BorderSubColor='#aaaaaa';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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='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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=220;				// Menu offset x coordinate
	var StartLeft=100;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// 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='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=['images/tri.gif',6,10,'images/tridown.gif',10,6,'images/trileft.gif',6,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","index.htm","",0,15,138);

Menu2=new Array("SASD","http://www.seal-pa.org","",0,15,138);

Menu3=new Array("","","",0);

Menu4=new Array("Accounting I","","",3);
	Menu4_1=new Array("Syllabus","accountingISyllabus.pdf","",0,15,150);
	Menu4_2=new Array("Assignments","accountingIAssignments.html","",0,15,150);
	Menu4_3=new Array("Class Links","","",0,15,150);
	
Menu5=new Array("Accounting II","","",3);
	Menu5_1=new Array("Syllabus","","",0,15,150);
	Menu5_2=new Array("Assignments","","",0,15,150);
	Menu5_3=new Array("Class Links","","",0,15,150);
	
Menu6=new Array("Sports Marketing","","",3);
	Menu6_1=new Array("Syllabus","","",0,15,150);
	Menu6_2=new Array("Assignments","","",0,15,150);
	Menu6_3=new Array("Class Links","","",0,15,150);	

Menu7=new Array("Career Futures","","",3);
	Menu7_1=new Array("Syllabus","cfSyllabus.pdf","",0,15,150);
	Menu7_2=new Array("Assignments","cfAssignments.html","",0,15,150);
	Menu7_3=new Array("Portfolio List","cfPortfolioList.html","",0,15,150);
	Menu7_4=new Array("Class Links","cfClassLinks.html","",0,15,150);
	
Menu8=new Array("Career Prep","","",3);
	Menu8_1=new Array("Syllabus","cpSyllabus.pdf","",0,15,150);
	Menu8_2=new Array("Assignments","cpAssignments.html","",0,15,150);
	Menu8_3=new Array("Portfolio List","cpPortfolioList.html","",0,15,150);
	Menu8_4=new Array("Class Links","cpClassLinks.html","",0,15,150);

Menu9=new Array("Computer Apps","","",3);
	Menu9_1=new Array("Syllabus","caSyllabus.pdf","",0,15,150);
	Menu9_2=new Array("Assignments","caAssignments.html","",0,15,150);
	Menu9_3=new Array("Class Links","caClassLinks.html","",0,15,150);

Menu10=new Array("Personal Finance","","",3);
	Menu10_1=new Array("Syllabus","pfSyllabus.pdf","",0,15,150);
	Menu10_2=new Array("Assignments","pfAssignments.html","",0,15,150);
	Menu10_3=new Array("Class Links","pfClassLinks.html","",0,15,150);

Menu11=new Array("","","",0);
	
Menu12=new Array("Resources","","",2);
	Menu12_1=new Array("High School Timeline","HighSchoolTimeline.pdf","",0,15,150);
	Menu12_2=new Array("Career Voyages","http://www.careervoyages.gov","",0);
	Menu12_3=new Array("Resource 3","","",0);
	Menu12_4=new Array("Resource 4","","",0);
	
Menu13=new Array("About Me","aboutme.html","",0);

Menu14=new Array("BCIT Website","http://www.seal-pa.org/sahs/business/","",0);

Menu15=new Array("Contact Information","contact.html","",0);