	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#666666';	                	// Background color when mouse is not over
	var LowSubBgColor='#666666';		// 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='#FFFFFF';		// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';		// Font color subs when mouse is not over
	var FontHighColor='#000000';		// Font color when mouse is over
	var FontSubHighColor='#000000';		// Font color subs when mouse is over
	var BorderColor='#CCCCCC';			// Border color
	var BorderSubColor='#000000';		// Border color for subs
	var BorderWidth=1;			// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="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='center';		// 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=.05;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.15;		// vertical overlap child/ parent
	var netver = parseInt(navigator.appVersion);
if(!document.all && (netver < 7)){
	StartTop=182;
	}else{
	StartTop=188;// Menu offset x coordinate
	}
	 				
	var StartLeft=19;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// 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=300; 			// 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=0;				// 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","index.html","",0,16,67);

Menu1=new Array("What is anthrax?","disease_rec.html","",7,16,126);
	Menu1_1=new Array("What is <i>Bacillus anthracis</i>?","disease_rec.html#anthracis","",0,16,175);
	Menu1_2=new Array("How can I be exposed<br>to <i>Bacillus anthracis</i>?","disease_rec.html#exposed","",0,30);
	Menu1_3=new Array("What are the<br>symptoms of anthrax?","disease_rec.html#symptoms","",0,30);
	Menu1_4=new Array("What are the incidence<br>rates of anthrax?","disease_rec.html#incidence","",0,30);
	Menu1_5=new Array("How is anthrax<br>diagnosed and treated?","disease_rec.html#diagnosed","",0,30);
	Menu1_6=new Array("How can I prevent<br>anthrax infection?","disease_rec.html#prevent","",0,30);
	Menu1_7=new Array("Additional information on<br><i>Bacillus anthracis</i> and anthrax","disease_rec.html#links","",0,30);

Menu2=new Array("Who is at risk?","risk_eval.html","",5,16,126);
	Menu2_1=new Array("Anthrax Risk Reduction Matrix","risk_eval.html#Matrix","",0,16,185);
	Menu2_2=new Array("Workers Exposed Through Criminal / Terrorist Acts","risk_eval.html#terrorist","",0,30);
	Menu2_3=new Array("Emergency Response Workers","risk_eval.html#response","",0,16);
	Menu2_4=new Array("Healthcare Workers","risk_eval.html#Health","",0,16);
	Menu2_5=new Array("Animal-Handling Occupations","risk_eval.html#Animal","",0,16);

Menu3=new Array("How do I prepare?","credible_risk.html","",2,16,127);
	Menu3_1=new Array("Emergency Action Plan","credible_risk.html#Action","",0,16,150);
	Menu3_2=new Array("Mail-handling Procedures","credible_risk.html#Mail","",0);

Menu4=new Array("What if I have a threat?","initial_actions.html","",3,16,152);
	Menu4_1=new Array("Discovery of<br>Contamination or Threat","initial_actions.html#Discovery","",0,30,152);
	Menu4_2=new Array("Credibility of Threat","initial_actions.html#evaluate","",0,16);
	Menu4_3=new Array("Actions to Take","initial_actions.html#actions","",0,16);

Menu5=new Array("How do I clean up my worksite?","response.html","",9,16,195);
	Menu5_1=new Array("What first response actions<br>should be taken? ","first_response.html","",0,30,195);
	Menu5_2=new Array("What Health and Safety Plan<br>(HASP) requirements exist at<br>anthrax contaminated sites?","hasp.html","",0,45);
	Menu5_3=new Array("What training requirements exist<br>for workers involved in anthrax<br>response and remediation?","training.html","",0,45);
	Menu5_4=new Array("What types of personal protective<br>equipment (PPE) are necessary?","ppe.html","",0);
	Menu5_5=new Array("What are the employee medical<br>program requirements?","medical_program.html","",0);
	Menu5_6=new Array("How do I sample and<br>analyze for anthrax?","sampling.html","",0);
	Menu5_7=new Array("How should I decontaminate<br>during response actions?","decon.html","",0);
	Menu5_8=new Array("What is a transition program and<br>what elements should I include<br>in my transition program?","transition_program.html","",0,45);
	Menu5_9=new Array("Additional Anthrax<br>Response Information","response_links.html","",0);