/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='bcab95';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='9c1f2e';			// Background color when mouse is over on subs
	var FontLowColor='505050';			// Font color when mouse is not over
	var FontSubLowColor='4d2612';			// 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=0;				// 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=175;				// Menu offset x coordinate
	
	
	if(navigator.appName == "Microsoft Internet Explorer")
	{
		if (screen.width<=800)
		{
		var StartLeft=256;
		}
		else
		{	
			if (document.body.clientWidth<=760)
			{
			var StartLeft=256;
			}
			else		
			{
			var StartLeft;
			StartLeft=(document.body.clientWidth-760)/2+256;
			}
		}

	}
	else
	{
		if (screen.width<=800)
		{
		var StartLeft=256;
		}
		else
		{	
			if (document.documentElement.clientWidth<=760)
			{
			var StartLeft=256;
			}
			else		
			{
			var StartLeft;
			StartLeft=(document.documentElement.clientWidth-760)/2+256;
			}
		}
	}
	
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=4;				// 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=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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'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("rollover:images/nav_1.jpg:images/nav_1.jpg","#","",4,20,127);
	Menu1_1=new Array("Overview","about.php","",0,20,127);
	Menu1_2=new Array("Contact Us","contact.php","",0,20,127);
	Menu1_3=new Array("Employment","jobs_list.php","",0,20,127);
	Menu1_4=new Array("News","news_list.php","",0,20,127);


Menu2=new Array("rollover:images/nav_2.jpg:images/nav_2.jpg","#","",10,20,126);
	Menu2_1=new Array("Product Search","product_quick_search.php","",0,20,175);
	Menu2_2=new Array("Package Search","package_search.php","",0,20,175);
	Menu2_3=new Array("Cavity Filters","filter_cavity.php","",0,20,175);
  Menu2_4=new Array("Ceramic Filters","filter_ceramic.php","",0,20,175);
	Menu2_5=new Array("Crystal Filters","filter_crystal.php","",4,20,175);
		Menu2_5_1=new Array("Monolithic Filters","filter_monolithic.php","",0,20,175);
		Menu2_5_2=new Array("Bandpass (1- 20 MHz)","filter_crystalband1.php","",0,20,175);
		Menu2_5_3=new Array("Bandpass (10.7 + 21.4 MHz)","filter_crystalband2.php","",0,20,175);	
		Menu2_5_4=new Array("High Frequency","filter_crystalbandhf.php","",0,20,175);	
	Menu2_6=new Array("Crystal Oscillators","filter_oscillators.php","",0,20,175);
	Menu2_7=new Array("Lumped Component Filters","filter_minilc.php","",3,20,175);
		Menu2_7_1=new Array("Bandpass","filter_minilc_band.php","",0,20,175);
		Menu2_7_2=new Array("Lowpass","filter_minilc_low.php","",0,20,175);
		Menu2_7_3=new Array("Highpass","filter_minilc_high.php","",0,20,175);
	Menu2_8=new Array("RF Assemblies","filter_rf.php","",6,20,175);
		Menu2_8_1=new Array("Switched Filter Banks","filter_rf_switched.php","",0,20,220);
		Menu2_8_2=new Array("Phase Shifters","filter_rf_phase.php","",0,20,220);
		Menu2_8_3=new Array("Multiplexers & Diplexers","filter_rf_multi.php","",0,20,220);
		Menu2_8_4=new Array("Filter/Amplifier Assemblies","filter_amp_asm.php","",0,20,220);
		Menu2_8_5=new Array("Filter/Limiter Assemblies","filter_lim_asm.php","",0,20,220);
		Menu2_8_6=new Array("Limiter/Pre-Amp/B.P.Filter Assemblies","filter_lim_pre-amp_bpf.php","",0,20,220);
	Menu2_9=new Array("Specialized LC & Crystal Filters","filter_specialized.php","",5,20,175);
		Menu2_9_1=new Array("Delay, Phase & Amplitude Equalization","filter_specialized_delay.php","",0,20,175);
		Menu2_9_2=new Array("Unique Transfer Functions","filter_specialized_unique.php","",0,20,175);
		Menu2_9_3=new Array("Delay, Amplitude or Phase Matching","filter_specialized_delay2.php","",0,20,175);
		Menu2_9_4=new Array("Band Reject Filters","filter_specialized_band.php","",0,20,175);
		Menu2_9_5=new Array("High Power Filters","filter_specialized_power.php","",0,20,175);
	Menu2_10=new Array("Space Products","filter_space.php","",0,20,175);
	Menu2_11=new Array("Request for Quote","form.php","",0,20,175);


Menu3=new Array("rollover:images/nav_3.jpg:images/nav_3.jpg","#","",3,20,146);
	Menu3_1=new Array("Engineering and Reference","engineering.php","",0,20,170);
	Menu3_2=new Array("Manufacturing and Testing","manufacturing.php","",0,20,170);
	Menu3_3=new Array("Quality","quality.php","",0,20,170);
	

Menu4=new Array("rollover:images/nav_4.jpg:images/nav_4.jpg","#","",4,20,104);
	Menu4_1=new Array("Customer Feedback","feedback.php","",0,20,135);
	Menu4_2=new Array("Sales Representatives","sales_repsearch.php","",0,20,135);
	Menu4_3=new Array("Terms And Conditions","terms.php","",0,20,135);
	Menu4_4=new Array("Request For Quote","form.php","",0,20,135);
