/***********************************************************************************
*	(c) Jamie Judd, KVIE Inc.
*	jjudd@kvie.org		          *
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='black';			// Background color when mouse is not over
	var LowSubBgColor='#FFCC33';			// Background color when mouse is not over on subs
	var HighBgColor='#FFCC33';			// Background color when mouse is over
	var HighSubBgColor='#6666CC';			// 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='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#6666CC';			// Border color
	var BorderSubColor='#6666CC';			// 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='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=150;				// Menu offset x coordinate
	var StartLeft=16;				// 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=500;			// 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',5,10,'/images/tridown.gif',10,5,'/images/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","http://www.newvalley.org","",0,20,138);

Menu2=new Array("Episodes","http://www.newvalley.org/episodes/default.htm","",3);
	Menu2_1=new Array("Season One","http://www.newvalley.org/episodes/default.htm","",10,20,150);	
		Menu2_1_1=new Array("101-Preserving the Dream","http://www.newvalley.org/episodes/101/101.htm","",0,20,200);
		Menu2_1_2=new Array("102-Through the Roof","http://www.newvalley.org/episodes/102/102.htm","",0);
		Menu2_1_3=new Array("103-Boom or Bust?","http://www.newvalley.org/episodes/103/103.htm","",0);
		Menu2_1_4=new Array("104-In the Fast Lane","http://www.newvalley.org/episodes/104/104.htm","",0,20,150);
		Menu2_1_5=new Array("105-A Silicon Future?","http://www.newvalley.org/episodes/105/105.htm","",0,20,150);
		Menu2_1_6=new Array("106-Help Wanted","http://www.newvalley.org/episodes/106/106.htm","",0,20,150);
		Menu2_1_7=new Array("107-Heartbeat of Healthcare","http://www.newvalley.org/episodes/107/107.htm","",0,20,150);
		Menu2_1_8=new Array("108-Refuge or Ruin","http://www.newvalley.org/episodes/108/108.htm","",0,20,150);
		Menu2_1_9=new Array("109-Making the Grade","http://www.newvalley.org/episodes/109/109.htm","",0,20,150);
		Menu2_1_10=new Array("110-Movers and Shakers","http://www.newvalley.org/episodes/110/110.htm","",0,20,150);
		Menu2_2=new Array("Season Two","http://www.newvalley.org","",10);
		Menu2_2_1=new Array("201-Planes, Trains & Shipping","http://www.newvalley.org/episodes/201/201.htm","",0,20,200);
		Menu2_2_2=new Array("202-A Tale of Two Valleys","http://www.newvalley.org/episodes/202/202.htm","",0,20,200);
        Menu2_2_3=new Array("203-The Green Machine","http://www.newvalley.org/episodes/203/203.htm","",0,20,200);
		Menu2_2_4=new Array("204-Lost & Found","http://www.newvalley.org/episodes/204/204.htm","",0);
		Menu2_2_5=new Array("205-Give Me Shelter!","http://www.newvalley.org/episodes/205/205.htm","",0);
		Menu2_2_6=new Array("206-Divided We Stand","http://www.newvalley.org/episodes/206/206.htm","",0);
		Menu2_2_7=new Array("207-Art for Our Sake","http://www.newvalley.org/episodes/207/207.htm","",0);
		Menu2_2_8=new Array("208-Power to the People","http://www.newvalley.org/episodes/208/208.htm","",0);
		Menu2_2_9=new Array("209-A Rising Tide","http://www.newvalley.org/episodes/209/209.htm","",0);
		Menu2_2_10=new Array("210-Common Ground","http://www.newvalley.org/episodes/210/210.htm","",0);
		Menu2_3=new Array("Season Three","http://www.newvalley.org","",4);
		Menu2_3_1=new Array("301-Clean Energy","http://www.newvalley.org/episodes/301/clean_energy.htm","",0,20,200);
		Menu2_3_2=new Array("302-Opportunity Knocks","http://www.newvalley.org/episodes/302/opportunity_knocks.htm","",0,20,200);
		Menu2_3_3=new Array("303-Open For Business","http://www.newvalley.org/episodes/303/open_for_business.htm","",0,20,200);
		Menu2_3_4=new Array("304-The Good Life","http://www.newvalley.org/episodes/304/the_good_life.htm","",0,20,200);
		
Menu3=new Array("Search","http://www.newvalley.org/search/search.htm","",0,20,138);
	
Menu4=new Array("About the Series","http://www.newvalley.org/about.htm","",0,20,138);

Menu5=new Array("Behind the Scenes","http://www.newvalley.org/behind_scenes/default.htm","",0,20,138);
	
Menu6=new Array("Resources","http://www.newvalley.org/resources/default.htm","",0,20,138);
	
Menu7=new Array("Feedback","http://www.newvalley.org/feedback.htm","",0,20,138);
