/***********************************************************************************
*	
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#abc9ee';			// Background color when mouse is not over
	var LowSubBgColor='#abc9ee';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// 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='white';			// Border color
	var BorderSubColor='white';			// 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=9;				// 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=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=134;				// Menu offset x coordinate
	var StartLeft=3;				// 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=['/art/banners/tri.gif',5,10,'/art/banners/tridown.gif',10,5,'/art/banners/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

function popupapp(filename){
  var wid=screen.availWidth;
  var hei=screen.availHeight-100;
		window.open(filename,'NAME','width='+wid+',height='+hei+',scrollbars=yes,toolbar=no,top=0,left=0,locationX=0,locationY=0');
}

function popupappsshow(filename){
  var wid=screen.availWidth-330;
  var hei=screen.availHeight-215;
		window.open(filename,'NAME','width='+wid+',height='+hei+',scrollbars=no,toolbar=no,top=0,left=0,locationX=0,locationY=0');
}


//  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,20,143);

Menu2=new Array("About NOAA Corps","/about/about.html","",8);
	Menu2_1=new Array("About","/about/about.html","",0,20,150);	
	//Menu2_2=new Array("Directory","javascript:popupapp('/directory.html')","",0,20,150);
	Menu2_2=new Array("NOAA Flag","/about/flag.html","",0);
	Menu2_3=new Array("History","/about/history1.html","",0);
    Menu2_4=new Array("Insignia","/about/insignia.html","",0);
    Menu2_5=new Array("Mission","/about/about.html#mission","",0);
	Menu2_6=new Array("Corps Values","/about/values.html","",0);
	Menu2_7=new Array("Ribbons","/about/ribbons.html","",0);
	Menu2_8=new Array("Song","/about/song.html","",0);
	//Menu2_9=new Array("Slide Show","javascript:popupappsshow('/slideshow/Noaacorpsslideshow.html')","",0,20,150);
                          
	
//Menu3=new Array("CPC","http://www.corpscpc.noaa.gov","",0);
	
Menu3=new Array("Recruiting","/recruiting/index.html","",9);
	Menu3_1=new Array("Application Process","/recruiting/application.html","",0,20,250);
	Menu3_2=new Array("Officer Training","/recruiting/officertraining.html","",10);
			Menu3_2_1=new Array("Training","/recruiting/training.html","",0,20,150);
			Menu3_2_2=new Array("Course Outline","http://www.noaacorps.noaa.gov/recruiting/pdf/noaa_a_school_course.pdf","",0);
			//Menu3_2_3=new Array("Schedule","/recruiting/training.html#schedule","",0);
			//Menu3_2_4=new Array("Lodging/Meals","/recruiting/lodging.html","",0);
			Menu3_2_3=new Array("Personal Appearance","/recruiting/personal.html","",0);
			Menu3_2_4=new Array("Personal Gear","/recruiting/gear.html","",0);
			//Menu3_2_7=new Array("Uniforms","/recruiting/uniforms.html","",0);
			Menu3_2_5=new Array("Uniform Purchases","/recruiting/uniformpur.html","",0);
				//Menu3_2_5_1=new Array("Female Uniform Purchases","/recruiting/female_uniforms.html","",0,20,160);
				//Menu3_2_5_2=new Array("Male Uniform Purchases","/recruiting/male_uniforms.html","",0,20,160);

			Menu3_2_6=new Array("Financial","/recruiting/other.html#financial","",0);
			Menu3_2_7=new Array("Administration","/recruiting/other.html#admin","",0);
			Menu3_2_8=new Array("Mailing Address","/recruiting/other.html#mail","",0);
			Menu3_2_9=new Array("Preparation","/recruiting/other.html#prep","",0);
			Menu3_2_10=new Array("Recommended Reading","/recruiting/recreading.html","",0);

	Menu3_3=new Array("Eligibility Requirements","/recruiting/eligibilty_req.html","",0);
	Menu3_4=new Array("FAQ's","/recruiting/faqs.html","",0);
	Menu3_5=new Array("Inter-Service Transfers","/recruiting/interservice.html","",0);
	Menu3_6=new Array("Pay & Benefits","/recruiting/benefits.html","",0);
	Menu3_7=new Array("Recruiting Contacts","/recruiting/reccontacts.html","",0);
	Menu3_8=new Array("BOTC In-Processing","","",2);
		Menu3_8_1=new Array("Pre-Commissioning Medical Process","/recruiting/precom_medical.html","",0,20,220);
		Menu3_8_2=new Array("Forms","/recruiting/botc_process.html","",0,20,150);
	Menu3_9=new Array("What it means to be a NOAACORPS Officer","/PersonnelPages/corps101.html","",0);

Menu4=new Array("Leadership","","",1);
	Menu4_1= new Array("Director NOAA Corps","/PersonnelPages/noaacorpsdirbailey.html","",0,20,140);
	//Menu6_2= new Array("Director CPC","/cpc/cpcPersonnelPages/biocpcdir.html","",0,20,140);
	//Menu7_3= new Array("Deputy Director CPC","/cpc/cpcPersonnelPages/biocpcdepdir.html","",0);

Menu5=new Array("Class Rosters","/botc/classrosters.html","",4);
	Menu5_1= new Array("BOTC91 to Present","/botc/classrosters91topresent.html","",0,20,140);
	Menu5_2= new Array("BOTC61 to BOTC90","/botc/classrosters61to90.html","",0);
	Menu5_3= new Array("BOTC31 to BOTC60","/botc/classrosters31to60.html","",0);
	Menu5_4= new Array("BOTC1 to BOTC30","/botc/classrosters1to30.html","",0);
	
//Menu4=new Array("Contacts","","",1);
Menu6=new Array("CPC Directory","javascript:popupapp('/directory.html')","",0,20,140);
	//Menu4_1= new Array("CPC Directory","javascript:popupapp('/directory.html')","",0,20,140);

Menu7=new Array("Disclaimer","/disclaimer.html","",0);

Menu8=new Array("Site Map","/sitemap.html","",0);	