/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001
*	(updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	Approved for commercial use
***********************************************************************************/
	// Ciao Blue=#1a3d8f,  Ciao Green=#58b02d
	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#103aa0';			// Background color when mouse is not over
	var LowSubBgColor='#5cb430';			// Background color when mouse is not over on subs
	var HighBgColor='#5cb430';			// Background color when mouse is over
	var HighSubBgColor='#1a3d8f';			// 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='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='#2a4d9f';			// Border color
	var BorderSubColor='#1a3d8f';			// 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='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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=6;				// Menu offset x coordinate
	var StartLeft=1;				// 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=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='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=['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("Home","index.html","",0,20,60);

Menu2=new Array("RF & Microwave Amplifiers","AMP-over.html","",11,20,200);
	Menu2_1=new Array("Overview","amp-over.html","",0,20,240);
	Menu2_2=new Array("Features and Options","amp-features.html","",0);
	Menu2_3=new Array("Octave & Half-Octave","o-ho-over.html","",8);	
		Menu2_3_1=new Array("Overview","o-ho-over.html","",0,20,180);
		Menu2_3_2=new Array("Octave Band 1.0 to 2.0 GHz","O-HO-1-2.html","",0);
		Menu2_3_3=new Array("Octave Band 2.0 to 4.0 GHz","O-HO-2-4.html","",0);
		Menu2_3_4=new Array("Octave Band 4.0 to 8.0 GHz","O-HO-4-8.html","",0);
		Menu2_3_5=new Array("Half-Octave 8.0 to 12.0 GHz","O-HO-8-12.html","",0);
        Menu2_3_6=new Array("Octave Band 10.0 to 20.0 GHz","O-HO-10-20.html","",0);
		Menu2_3_7=new Array("Half-Octave 12.0 to 18.0 GHz","O-HO-12-18.html","",0);
		Menu2_3_8=new Array("Octave Band 12.0 to 24.0 GHz","O-HO-12-24.html","",0);
	Menu2_4=new Array("Radar and Communications","RC-over.html","",4);
		Menu2_4_1=new Array("Overview","RC-over.html","",0,20,95);
		Menu2_4_2=new Array("1.2 to 8.4 GHz","","",9,20,96);
		Menu2_4_2_1=new Array("1.2-1.6 GHz","R-C-12-16.html","",0,20,95);
		Menu2_4_2_2=new Array("2.2-2.3 GHz","R-C-22-23.html","",0);
		Menu2_4_2_3=new Array("2.7-2.9 GHz","R-C-27-29.html","",0);
		Menu2_4_2_4=new Array("3.7-4.2 GHz","R-C-37-42.html","",0);
		Menu2_4_2_5=new Array("4.4-5.0 GHz","R-C-44-50.html","",0);
		Menu2_4_2_6=new Array("5.4-5.9 GHz","R-C-54-59.html","",0);
		Menu2_4_2_7=new Array("5.85-6.425 GHz","R-C-585-6425.html","",0);
		Menu2_4_2_8=new Array("7.25-7.75 GHz","R-C-725-775.html","",0);
		Menu2_4_2_9=new Array("7.9-8.4 GHz","R-C-79-84.html","",0);
		Menu2_4_3=new Array("9.0 to 15.5 GHz","","",10,20,95);
		Menu2_4_3_1=new Array("9.0-9.5 GHz","R-C-90-95.html","",0,20,95);
		Menu2_4_3_2=new Array("9.5-10.0 GHz","R-C-95-100.html","",0);
		Menu2_4_3_3=new Array("9.0-10.6 GHz","R-C-90-106.html","",0);
		Menu2_4_3_4=new Array("10.7-11.2 GHz","R-C-107-112.html","",0);
		Menu2_4_3_5=new Array("11.7-12.2 GHz","R-C-117-122.html","",0);
		Menu2_4_3_6=new Array("12.2-12.7 GHz","R-C-122-127.html","",0);
		Menu2_4_3_7=new Array("12.7-13.2 GHz","R-C-127-132.html","",0);
		Menu2_4_3_8=new Array("13.75-14.5 GHz","R-C-1375-145.html","",0);
		Menu2_4_3_9=new Array("14.0-14.5 GHz","R-C-140-145.html","",0);
		Menu2_4_3_10=new Array("13.75-15.5 GHz","R-C-1375-154.html","",0);
		Menu2_4_4=new Array("17.7 GHz to 29.0 GHz","","",10,20,95);
		Menu2_4_4_1=new Array("17.7-18.3 GHz","R-C-177-183.html","",0,20,95);
		Menu2_4_4_2=new Array("17.7-19.7 GHz","R-C-177-197.html","",0);
		Menu2_4_4_3=new Array("17.0-22.0 GHz","R-C-170-220.html","",0);
		Menu2_4_4_4=new Array("19.2-20.2 GHz","R-C-192-202.html","",0);
		Menu2_4_4_5=new Array("20.2-21.2 GHz","R-C-202-212.html","",0);
		Menu2_4_4_6=new Array("21.2-23.6 GHz","R-C-212-236.html","",0);
		Menu2_4_4_7=new Array("23.2-24.6 GHz","R-C-232-246.html","",0);
		Menu2_4_4_8=new Array("24.2-25.6 GHz","R-C-242-256.html","",0);
		Menu2_4_4_9=new Array("25.2-26.6 GHz","R-C-252-266.html","",0);
		Menu2_4_4_10=new Array("27.5-29.0 GHz","R-C-275-290.html","",0);
	Menu2_5=new Array("Broadband & Multi-Octave","BB-MO-over.html","",13);	
		Menu2_5_1=new Array("Overview","BB-MO-over.html","",0,20,160);
		Menu2_5_2=new Array("6.0 to 18.0 GHz Broadband","BB-6-18.html","",0);
		Menu2_5_3=new Array("8.0 to 18.0 GHz Broadband","BB-8-18.html","",0);
		Menu2_5_4=new Array("0.5 to 2.0 GHz Multi-Octave","MO-05-20.html","",0);
		Menu2_5_5=new Array("0.5 to 4.0 GHz Multi-Octave","MO-05-40.html","",0);
		Menu2_5_6=new Array("0.5 to 6.0 GHz Multi-Octave","MO-05-60.html","",0);
		Menu2_5_7=new Array("0.5 to 8.0 GHz Multi-Octave","MO-05-80.html","",0);
		Menu2_5_8=new Array("1.0 to 6.0 GHz Multi-Octave","MO-10-60.html","",0);
		Menu2_5_9=new Array("1.0 to 8.0 GHz Multi-Octave","MO-10-80.html","",0);
		Menu2_5_10=new Array("2.0 to 6.0 GHz Multi-Octave","MO-2-6.html","",0);
		Menu2_5_11=new Array("2.0 to 8.0 GHz Multi-Octave","MO-2-8.html","",0);
		Menu2_5_12=new Array("2.0 to 10.0 GHz Multi-Octave","MO-2-10.html","",0);
		Menu2_5_13=new Array("2.0 to 12.0 GHz Multi-Octave","MO-2-12.html","",0);
	Menu2_6=new Array("Ultra Broadband","UB-over.html","",9);	
		Menu2_6_1=new Array("Overview","UB-over.html","",0,20,190);
		Menu2_6_2=new Array("0.1 to 2.0 GHz Ultra Broadband","UB-01-20.html","",0);
		Menu2_6_3=new Array("0.1 to 4.0 GHz Ultra Broadband","UB-01-40.html","",0);
		Menu2_6_4=new Array("0.1 to 6.0 GHz Ultra Broadband","UB-01-60.html","",0);
		Menu2_6_5=new Array("0.1 to 8.0 GHz Ultra Broadband","UB-01-80.html","",0);
		Menu2_6_6=new Array("0.1 to 10.0 GHz Ultra Broadband","UB-01-100.html","",0);
		Menu2_6_7=new Array("0.5 to 18.0 GHz Ultra Broadband","UB-05-180.html","",0);
		Menu2_6_8=new Array("1.0 to 18.0 GHz Ultra Broadband","UB-10-180.html","",0);
		Menu2_6_9=new Array("2.0 to 18.0 GHz Ultra Broadband","UB-20-180.html","",0);
	Menu2_7=new Array("Low Noise, 200/500 MHz Bandwidth","LN-over.html","",3);	
		Menu2_7_1=new Array("Overview","BB-MO-over.html","",0,20,145);
		Menu2_7_2=new Array("---200 MHz Bandwidth---","","",12,20,95);
		Menu2_7_2_1=new Array("1.0 to 1.2 GHz","LN-200-10-12.html","",0,20,95);
		Menu2_7_2_2=new Array("1.2 to 1.4 GHz","LN-200-12-14.html","",0);
		Menu2_7_2_3=new Array("1.4 to 1.6 GHz","LN-200-14-16.html","",0);
		Menu2_7_2_4=new Array("1.6 to 1.8 GHz","LN-200-16-18.html","",0);
		Menu2_7_2_5=new Array("1.7 to 1.9 GHz","LN-200-17-19.html","",0);
		Menu2_7_2_6=new Array("1.8 to 2.0 GHz","LN-200-18-20.html","",0);
		Menu2_7_2_7=new Array("2.0 to 2.2 GHz","LN-200-20-22.html","",0);
		Menu2_7_2_8=new Array("2.2 to 2.4 GHz","LN-200-22-24.html","",0);
		Menu2_7_2_9=new Array("2.4 to 2.6 GHz","LN-200-24-26.html","",0);
		Menu2_7_2_10=new Array("2.7 to 2.9 GHz","LN-200-27-29.html","",0);
		Menu2_7_2_11=new Array("2.8 to 3.0 GHz","LN-200-28-30.html","",0);
		Menu2_7_2_12=new Array("2.9 to 3.1 GHz","LN-200-29-31.html","",0);
		Menu2_7_3=new Array("---500 MHz Bandwidth---","","",6);
		Menu2_7_3_1=new Array("1.0 to 1.5 GHz","LN-500-10-15.html","",0,20,95);
		Menu2_7_3_2=new Array("1.5 to 2.0 GHz","LN-500-15-20.html","",0);
		Menu2_7_3_3=new Array("2.0 to 2.5 GHz","LN-500-20-25.html","",0);
		Menu2_7_3_4=new Array("2.5 to 3.0 GHz","LN-500-25-30.html","",0);
		Menu2_7_3_5=new Array("3.0 to 3.5 GHz","LN-500-30-35.html","",0);
		Menu2_7_3_6=new Array("3.5 to 4.0 GHz","LN-500-35-40.html","",0);
	Menu2_8=new Array("*NEW* Ultra-Low Noise Amplifiers","ULN-over.html","",2);	
		Menu2_8_1=new Array("Overview","ULN-over.html","",0,20,90);
		Menu2_8_2=new Array("All Specs","ULN-01-03.html","",0);	
	Menu2_9=new Array("Limiting Amplifiers","LA-over.html","",2);	
		Menu2_9_1=new Array("Overview","LA-over.html","",0,20,90);
		Menu2_9_2=new Array("All Specs","LA-05-18.html","",0);	
	Menu2_10=new Array("GPS Amplifiers","GPS-over.html","",2);
		Menu2_10_1=new Array("Overview","GPS-over.html","",0,20,95);
		Menu2_10_2=new Array("L1-L5","GPS-L1-L5.html","",0,20,95);
	Menu2_11=new Array("KA Band Amplifiers","KA-Over.html","",2);
		Menu2_11_1=new Array("Overview","KA-over.html","",0,20,95);
		Menu2_11_2=new Array("All Specs","KA-18-26.html","",0,20,95);


Menu3=new Array("Other Products and Services","","",3,20,220);					
	Menu3_1=new Array("Radial Power Dividers/Combiners","PDC-over.html","",4,20,220);
	Menu3_1_1=new Array("Overview","PDC-over.html","",0,20,120);
	Menu3_1_2=new Array("Data Sheet","PDC-data.html","",0);
	Menu3_1_3=new Array("0.4 to 5.9 GHz","","",10,20,95)
	Menu3_1_3_1=new Array("400 to 500 MHz","PDC-400-500.html","",0,20,95);
	Menu3_1_3_2=new Array("1.2 to 1.4 GHz","PDC-12-14.html","",0);
	Menu3_1_3_3=new Array("1.85 to 1.95 GHz","PDC-185-195.html","",0);
	Menu3_1_3_4=new Array("2.2 to 2.3 GHz","PDC-22-23.html","",0);
	Menu3_1_3_5=new Array("2.3 to 2.4 GHz","PDC-23-24.html","",0);
	Menu3_1_3_6=new Array("2.7 to 2.9 GHz","PDC-27-29.html","",0);
	Menu3_1_3_7=new Array("2.9 to 3.5 GHz","PDC-29-35.html","",0);
	Menu3_1_3_8=new Array("3.7 to 4.2 GHz","PDC-37-42.html","",0);
	Menu3_1_3_9=new Array("4.4 to 5.0 GHz","PDC-44-50.html","",0);
	Menu3_1_3_10=new Array("5.4 to 5.9 GHz","PDC-54-59.html","",0);
	Menu3_1_4=new Array("5.9 to 14.5 GHz","","",11,20.95)
	Menu3_1_4_1=new Array("5.9 to 6.4 GHz","PDC-59-64.html","",0,20,95);
	Menu3_1_4_2=new Array("7.25 to 7.75 GHz","PDC-725-775.html","",0);
	Menu3_1_4_3=new Array("7.9 to 8.4 GHz","PDC-79-84.html","",0);
	Menu3_1_4_4=new Array("9.0 - 9.5 GHz","PDC-90-95.html","",0);
	Menu3_1_4_5=new Array("9.5 to 10.0 GHz","PDC-95-100.html","",0);
	Menu3_1_4_6=new Array("10.0 to 10.7 GHz","PDC-100-107.html","",0);
	Menu3_1_4_7=new Array("10.7 to 11.7 GHz","PDC-107-117.html","",0);
	Menu3_1_4_8=new Array("11.7 to 12.2 GHz","PDC-117-122.html","",0);
	Menu3_1_4_9=new Array("12.2 to 12.7 GHz","PDC-122-127.html","",0);
	Menu3_1_4_10=new Array("12.7 to 13.2 GHz","PDC-127-132.html","",0);
	Menu3_1_4_11=new Array("13.7 to 14.5 GHz","PDC-137-145.html","",0);
	Menu3_2=new Array("Space Qualified Filters","SQF-over.html","",1,20,135);
	Menu3_2_1=new Array("Filters","SQF-fil.html","",0,20,90);
	// Menu3_2=new Array("Multiplexers","SQF-mul.html","",0);
	// Menu3_3=new Array("Hybrids","SQF-hyb.html","",0);
	// Menu3_4=new Array("Couplers","SQF-coup.html","",0);
	Menu3_3=new Array("Environmental Screening Services","ESS-over.html","",2,20,205);
	Menu3_3_1=new Array("Overview","ESS-over.html","",0,20,150);
	Menu3_3_2=new Array("Capabilities & Services","ESS-svc.html","",0);

Menu4 = new Array("Quality","quality.html","",0,20,70);

Menu5=new Array("About Ciao Wireless","Ciao-hist.html","",5,20,200);
	Menu5_1=new Array("Contacts","Ciao-cont.html","",0,20,110);
	Menu5_2=new Array("Facilities","Ciao-fac.html","",0);
	Menu5_3=new Array("Employment","Ciao-emp.html","",0);
	Menu5_4=new Array("Visitor Info","Ciao-visit.html","",0);
	Menu5_5=new Array("Site Map","Ciao-map.html","",0);
