	var NoOffFirstLineMenus=5;			// Number of first level items
	
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#D6C8AF';			// 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='#EEF7FC';			// Font color when mouse is not over
	var FontSubLowColor='000000';			// Font color subs when mouse is not over
	var FontHighColor='#135892';			// Font color when mouse is over
	var FontSubHighColor='000000';		// Font color subs when mouse is over

	//Border Setting
	var BorderColor='';					//Main Menu Border color
	var BorderSubColor='#000000';		//Sub Menu Border Color
	var BorderWidth=0;					//Main Menu Border width
	var BorderWidthSubMenu=1;
	var BorderBtwnElmnts=1;				//Sub Menu Border Width 1 or 0
	//End

	var FontFamily="Verdana,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='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=91;				// 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=0;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// 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='MenuPos';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// 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=1;			// 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=['',0,0,'',0,0,'',0,0];	// Arrow source, width and height

	// menu width and menu height
	var smImg_width,smImg_height,mmImg_height;
	smImg_width = 153;
	smImg_height= 20;
	mmImg_height=18;
	//end

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Drop Down Menus
//mainMenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width,Title,Status);
//For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

mainMenu1=new Array("rollover:images/btnhome.gif:images/btnhome_over.gif","index.htm","",3,mmImg_height,143,"Home","OREGON : Home ");
	 mainMenu1_1=new Array("History","history.htm","",0,smImg_height,smImg_width,"History","OREGON : History ");
	 mainMenu1_2=new Array("Awards","awards.htm","",0,smImg_height,smImg_width,"Awards","OREGON : Awards ");
	 mainMenu1_3=new Array("Articles/PressReleases","articles.htm","",0,smImg_height,smImg_width,"Articles / Press Releases","OREGON : Articles / Press Releases ");			
mainMenu2=new Array("rollover:images/btncapabilities.gif:images/btncapabilities_over.gif","capabilities.htm","",6,mmImg_height,143,"Capabilities","OREGON : Capabilities ");
	 mainMenu2_1=new Array("Facilities","facilities.htm","",0,smImg_height,smImg_width,"Facilities","OREGON : Facilities ");
 	 mainMenu2_2=new Array("Equipment","equipment.htm","",0,smImg_height,smImg_width,"Equipment","OREGON : Equipment ");
 	 mainMenu2_3=new Array("Project Management","management.htm","",0,smImg_height,smImg_width,"Project Management","OREGON : Project Management ");
 	 mainMenu2_4=new Array("Work Force","exceptionalteam.htm","",0,smImg_height,smImg_width,"Work Force","OREGON : Work Force ");
 	 mainMenu2_5=new Array("Quality Assurance","quality.htm","",0,smImg_height,smImg_width,"Quality Assurance","OREGON :Quality Assurance");
  	 mainMenu2_6=new Array("Security ","security.htm","",0,smImg_height,smImg_width,"Security","OREGON :Security");
mainMenu3=new Array("rollover:images/btnwhatweoffer.gif:images/btnwhatweoffer_over.gif","ironworks.htm","",8,mmImg_height,143,"What We Offer","OREGON : What We Offer ");
		 mainMenu3_1=new Array("Best Value","bestvalue.htm","",0,smImg_height,smImg_width,"Best Value","OREGON : Best Value ");
	 	 mainMenu3_2=new Array("Rapid Prototyping","rapidprototyping.htm","",0,smImg_height,smImg_width,"Rapid Prototyping","OREGON : Rapid Prototyping ");
	 	 mainMenu3_3=new Array("Transition","transition.htm","",0,smImg_height,smImg_width,"Transition","OREGON : Transition ");
	 	 mainMenu3_4=new Array("System Engineering","oiwprovide.htm","",0,smImg_height,smImg_width,"System Engineering","OREGON : System Engineering ");
	 	 mainMenu3_5=new Array("Out of Box Solutions","boxsolutions.htm","",0,smImg_height,smImg_width,"Out of Box Solutions","OREGON : Out of Box Solutions ");
	 	 mainMenu3_6=new Array("Innovation","innovation.htm","",0,smImg_height,smImg_width,"Innovation","OREGON : Innovation ");
	 	 mainMenu3_7=new Array("SBIR","sbir.htm","",0,smImg_height,smImg_width,"SBIR","OREGON : SBIR ");
	  	 mainMenu3_8=new Array("Diversity","diversity.htm","",0,smImg_height,smImg_width,"Diversity","OREGON : Diversity ");
mainMenu4=new Array("rollover:images/btnproducts.gif:images/btnproducts_over.gif","products.htm","",8,mmImg_height,143,"Products","OREGON : Products ");
	  	 mainMenu4_1=new Array("Hydro","hydro.htm","",0,smImg_height,smImg_width,"Hydro","OREGON : Hydro ");
 	  	 mainMenu4_2=new Array("Bridge / Sign Bridge","bridge.htm","",0,smImg_height,smImg_width,"Bridge / Sign Bridge","OREGON : Bridge / Sign Bridge ");
 	  	 mainMenu4_3=new Array("Marine","marine.htm","",0,smImg_height,smImg_width,"Marine","OREGON : Marine ");
 	  	 mainMenu4_4=new Array("Aerospace","aero.htm","",2,smImg_height,smImg_width,"Aerospace","OREGON : Aerospace ");
			 	  	 mainMenu4_4_1=new Array("Launch Support and Vehicle Access","launch.htm","",0,30,smImg_width,"Launch Support and Vehicle Access","OREGON : Launch Support and Vehicle Access ");
			  	  	 mainMenu4_4_2=new Array("GMD Program","missile.htm","",0,smImg_height,smImg_width,"GMD Program","OREGON : GMD Program ");
			  	  	
 	  	 mainMenu4_5=new Array("Nuclear/ASME Vessels","nuclear.htm","",0,smImg_height,smImg_width,"Nuclear / ASME Vessels","OREGON : Nuclear / ASME Vessels ");
 	  	 mainMenu4_6=new Array("Structural/Mechanical","structural.htm","",0,smImg_height,smImg_width,"Structural / Mechanical","OREGON : Structural / Mechanical ");
 	  	 mainMenu4_7=new Array("Streetcar","streetcar.htm","",0,smImg_height,smImg_width,"Street Car","OREGON : Street Car ");
		 mainMenu4_8=new Array("Renewable Energy","renewable-energy.html","",0,smImg_height,smImg_width,"Renewable Energy","OREGON : Renewable Energy ");
mainMenu5=new Array("rollover:images/btncontactus.gif:images/btncontactus_over.gif","Contactus.htm","",0,mmImg_height,143,"Contact Us","OREGON : Contact Us ");