/***********************************************************************************
*	(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;		     //5	// Number of first level items
	var LowBgColor='#E6EEFB';				// Background color when mouse is not over - (Light Gray F2F2F2)
	var LowSubBgColor='#E6EEFB';				// Background color when mouse is not over on subs
	var HighBgColor='#003399';				// Background color when mouse is over - Dark Blue
	var HighSubBgColor='#213983';	     //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='yellow';		                  // Font color when mouse is over
	var FontSubHighColor='yellow';		         // Font color subs when mouse is over
	var BorderColor='darkblue';				// Border color
	var BorderSubColor='darkblue';			         // 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'  ORIGINAL LEFT
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;					// horizontal overlap child/ parent .2
	var ChildVerticalOverlap=.2;				// vertical overlap child/ parent
	var StartTop=0;					         // Menu offset x coordinate CHANGED FROM 240
	var StartLeft=-100;			                  //1	 Menu offset y coordinate
	var VerCorrect=0;					         // Multiple frames y correction
	var HorCorrect=0;					         // Multiple frames x correction
	var LeftPaddng=10;					// Left padding 3
	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=0;	//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 <div id='MenuPos' style='position:relative'></div>
	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=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=['scripts/tri.gif',5,10,'scripts/tridown.gif',10,5,'scripts/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("Radio Communications","radio.html","",5,20,170);
	Menu1_1=new Array("Antennas: 2 Driven Element Rotatable Arrays","antennas.html#2 Element Array","",4,20,320);
              Menu1_1_1=new Array("2D-40A Full Size 40M","antennas.html#2D-40A","",0,20,210);
	     Menu1_1_2=new Array("2D-30A Full-Size 30M","antennas.html#2D-30A","",0);
	     Menu1_1_3=new Array("2D-20A Full-Size 20M","antennas.html#2D-20A","",0);
	     Menu1_1_4=new Array("2D-17A Full-Size 17M","antennas.html#2D-17A","",0);

	Menu1_2=new Array("Antennas: Rotatable Dipoles","antennas.html#Dipoles","",4,20,190);
              Menu1_2_1=new Array("DIP-40A Full-Size 40M","antennas.html#DIP-40A","",0,20,210);
	     Menu1_2_2=new Array("DIP-30A Full-Size 30M","antennas.html#DIP-30A","",0);
	     Menu1_2_3=new Array("DIP-20A Full-Size 20M","antennas.html#DIP-20A","",0);
	     Menu1_2_4=new Array("DIP-17A Full Size 17M","antennas.html#DIP-17A","",0);

	Menu1_3=new Array("Antennas: Self Supporting Verticals","antennas.html#Verticals","",2,20,210);
              Menu1_3_1=new Array("VSS-40A Full Size ¼ Wave","antennas.html#Verticals","",0,20,210);
	     Menu1_3_2=new Array("VSS-30A Full Size ¼ Wave","antennas.html#Verticals","",0);

	Menu1_4=new Array("Baluns: External Bead, Low Profile","baluns.html","",3,20,240);
	     Menu1_4_1=new Array("EB-1: 1.8-30 MHz, 2.5KW","baluns.html#EB-1 Low Profile Balun","",0,20,210);
	     Menu1_4_2=new Array("EB-2: 10-60 MHz, 2.5 KW","baluns.html#EB-2 Low Profile, High-Band Balun","",0);
	     Menu1_4_3=new Array("EB-3: 7-30 MHz, 10KW","baluns.html#EB-3 Low Profile, High-Power Balun","",0);

	Menu1_5=new Array("Mobile Antenna Springs","springs.html","",2,20,240);
	     Menu1_5_1=new Array("Mark 5 and Variants","springs.html","",0,20,140);
	     Menu1_5_2=new Array("Mark 6 and Variants","springs.html","",0);


Menu2=new Array("Research & Test","research.html","",3,20,125);

	Menu2_1=new Array("Explosive Test Site Range Instrumentation","test-range.html","",5,20,275);
	     Menu2_1_1=new Array("Electronic Detonators, CDUs, EDUs","test-range.html#Electronic Detonators","",0,20,250);
	     Menu2_1_2=new Array("CDU Controllers","test-range.html#CDU Controllers","",0);
	     Menu2_1_3=new Array("Test Range Firing Panels","test-range.html#Test Range Firing Panels","",0);
	     Menu2_1_4=new Array("Timing Generators","test-range.html#Timing Generators","",0);
	     Menu2_1_5=new Array("Other Instrumentation Items","test-range.html#Other Instrumentation Items","",0);

	Menu2_2=new Array("Illuminated Warning Signs","signs.html","",0);

	Menu2_3=new Array("Special Projects","special.html","",0);

Menu3=new Array("Customer Service","","",3,20,135);
	Menu3_1=new Array("Contact Cal-Av","mailto:info@cal-av.com","",0,20,180);
	Menu3_2=new Array("How to Order","order.html","",0);
	Menu3_3=new Array("Order Form (PDF)","order-form.pdf","",0);
//	Menu3_4=new Array("Blank","index.html","",0);

Menu4=new Array("About Cal-Av","about.html","",0,20,100);

//Menu5=new Array("Home","index.html","",0,20,100);

