/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#EEEEEE';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='#FFFFFF';			// Background color when mouse is over on subs
	var FontLowColor='';			// Font color when mouse is not over
	var FontSubLowColor='CC0000';			// Font color subs when mouse is not over
	var FontHighColor='';			// Font color when mouse is over
	var FontSubHighColor='#CC0000';			// Font color subs when mouse is over
	var BorderColor='#FFFFFF';			// Border color
	var BorderSubColor='#FFFFFF';			// 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=7;				// 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='';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=76;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=12;				// 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=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='';			// Frame where first level appears
	var SecLineFrame='';			// Frame where sub levels appear
	var DocTargetFrame='';			// 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,7,'images/spacer.gif',10,5,'images/spacer.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"

// Facts and Figures

Menu1=new Array("rollover:images/nav_factfigs_lo.gif:images/nav_factfigs_hi.gif","facts_figures/index.html","",4,25,122);

	Menu1_1=new Array("Impaired Driving Facts","facts_figures/alcohol_impaired_driving.html","",0,20,240);	
	Menu1_2=new Array("Marijuana and Driving Facts","facts_figures/marijuana_and_driving.html","",0);
	Menu1_3=new Array("Additional Highway Safety Information","facts_figures/highway_safety.html","",7,20,240);
	
		Menu1_3_1=new Array("Distracted Driving","facts_figures/distracted_driving.html","",0,20,200);				
		Menu1_3_2=new Array("Drowsy Driving","facts_figures/drowsy_driving.html","",0);
		Menu1_3_3=new Array("Speeding","facts_figures/speeding.html","",0);												
		Menu1_3_4=new Array("Red Light/Stop Sign Running","facts_figures/stop_running.html","",0);
		Menu1_3_5=new Array("Bicyclists and Pedestrians","facts_figures/bicyclists_and_pedestrians.html","",0);		
		Menu1_3_6=new Array("Safety Belt Use","facts_figures/safety_belt_use.html","",0);
		Menu1_3_7=new Array("Cell Phones","facts_figures/cell_phones.html","",0);
		
	Menu1_4=new Array("Priority Populations","facts_figures/priority_populations.html","",3,20,220);	

		Menu1_4_1=new Array("Risk Factors for Increased Alcohol Consumption","facts_figures/risk_increased.html","",0,20,255);
		Menu1_4_2=new Array("Risk Factors for Alcohol Impaired Driving","facts_figures/risk_impaired.html","",0);
		Menu1_4_3=new Array("Risk and Protective Factors","facts_figures/protective_factors.html","",0);


// Alcohol and Drugs and Driving

Menu2=new Array("rollover:images/navalcoholdrugs_lo.gif:images/navalcoholdrugs_hi.gif","alcohol_drugs_driving/index.html","",5,25,174);

	Menu2_1=new Array("Blood Alcohol Concentration","alcohol_drugs_driving/flashcheck.html","",0,20,240);	
	Menu2_2=new Array("Cost of a DUI","alcohol_drugs_driving/cost_of_dui.html","",0);
	Menu2_3=new Array("Economic Costs of Alcohol Impaired Driving","alcohol_drugs_driving/economic_costs.html","",0);
	Menu2_4=new Array("Drugs and Driving","alcohol_drugs_driving/drugs_driving.html","",0);
	Menu2_5=new Array("How to Spot an Impaired Driver","alcohol_drugs_driving/impaired_driver.html","",0);


// Programming

Menu3=new Array("rollover:images/nav_prog_lo.gif:images/nav_prog_hi.gif","programming/index.html","",7,25,102);

	Menu3_1=new Array("Program Planning Action Guide","programming/action_guide.html","",1,20,240);

		Menu3_1_1=new Array("Action Guide","javascript:window.open('http://216.58.166.141/docs/Prog_Plan_Action_Guide.doc')","",0,20,200);	
	
	Menu3_2=new Array("Marketing Your Program","programming/marketing.html","",3,20,240);
	
		Menu3_2_1=new Array("Sample Media Alert","javascript:window.open('http://216.58.166.141/docs/Sample_Media_Alert.doc')","",0,20,200);
		Menu3_2_2=new Array("Sample Press Release","javascript:window.open('http://216.58.166.141/docs/Sample_Press_Release.doc')","",0,20,200);			
		Menu3_2_3=new Array("Sample PSA","javascript:window.open('http://216.58.166.141/docs/Sample_PSAs.doc')","",0,20,200);
			
	Menu3_3=new Array("Using Social Norming Campaigns","programming/using_campaigns.html","",0,20,240);
	Menu3_4=new Array("Model Programs","programming/model_programs.html","",2,20,240);
	
		Menu3_4_1=new Array("High Risk Times","programming/high_risk_times.html","",2,20,240);
		
			Menu3_4_1_1=new Array("Halloween","../programming/halloween.html","",0,20,255);
			Menu3_4_1_2=new Array("Winter Break","../programming/winter.html","",0,20,255);
		
		Menu3_4_2=new Array("Creating a Safe Ride Program","programming/safe_ride.html","",7,20,240);
		
			Menu3_4_2_1=new Array("Getting Started","programming/getting_started.html","",0,20,255);		
			Menu3_4_2_2=new Array("Van Shuttle Program","programming/van_shuttle.html","",0,20,255);
			Menu3_4_2_3=new Array("Taxi Cab Service","programming/taxi_service.html","",0,20,255);			
			Menu3_4_2_4=new Array("Questions You'll Need to Answer","programming/questions.html","",0,20,255);
			Menu3_4_2_5=new Array("Steps to Implementing a Program","programming/steps.html","",0,20,255);
			Menu3_4_2_6=new Array("Incentives for Establishment Participation","programming/incentives.html","",0,20,255);
			Menu3_4_2_7=new Array("Creating a Budget","programming/creating_a_budget.html","",0,20,255);
	
	Menu3_5=new Array("Collaboration","programming/collaboration.html","",3,20,240);	

		Menu3_5_1=new Array("Working with Law Enforcement","programming/law_enforcement.html","",0,20,240);	
		Menu3_5_2=new Array("Working with Faculty","programming/working_with_faculty.html","",0,20,240);
		Menu3_5_3=new Array("Working with the Community","programming/working_with_community.html","",0,20,240);
	
	Menu3_6=new Array("Resource Manuals","../programming/alongtheselines.html","",0,20,240);
	
	Menu3_7=new Array("SBI Pilot","../programming/sbipilot.html","",0,20,240);


// Student Involvement

Menu4=new Array("rollover:images/nav_studeninv_lo.gif:images/nav_studeninv_hi.gif","student_involvement/index.html","",6,25,137);

	Menu4_1=new Array("How to Stop a Friend From Driving Impaired","student_involvement/stop_a_friend.html","",0,20,240);
	Menu4_2=new Array("Responsible Hosting Tips","student_involvement/hosting_tips.html","",0);
	Menu4_3=new Array("Student Initiatives","student_involvement/student_initiatives.html","",0);
	Menu4_4=new Array("Working with Student Government","student_involvement/student_government.html","",0);
	Menu4_5=new Array("Event Calendar","student_involvement/event_calendar.html","",0);
	Menu4_6=new Array("Threaded Discussion Board","student_involvement/threadeddiscussion.html","",0);		

// Policy

Menu5=new Array("rollover:images/nav_policy_lo.gif:images/nav_policy_hi.gif","policy/index.html","",2,25,56);

	Menu5_1=new Array("Building a Campus/Community Task Force","policy/task_force.html","",0,20,230);
	Menu5_2=new Array("State and Local Ordinances","policy/ordinances.html","",0);


// Evaluation
	
Menu6=new Array("rollover:images/nav_eval_lo.gif:images/nav_eval_hi.gif","evaluation/index.html","",3,25,82);

	Menu6_1=new Array("Environmental Scan","evaluation/environmental_scan.html","",0,20,255);
	Menu6_2=new Array("Impaired Driving Attitude and Behavior Survey","evaluation/survey.html","",0);
	Menu6_3=new Array("Program Evaluation","evaluation/program_evaluation.html","",0);


// Resources
	
Menu7=new Array("rollover:images/nav_resources_lo.gif:images/nav_resources_hi.gif","resources/index.html","",3,25,81);	

	Menu7_1=new Array("More Impaired Driving Prevention Info","resources/prevention.html","",0,20,255);
	Menu7_2=new Array("Your State Traffic Safety Office","resources/state_offices.html","",0);
	Menu7_3=new Array("Impaired Driving Prevention Campaign Materials","resources/campaign_materials.html","",0);