/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='black';			// Background color when mouse is not over
	var LowSubBgColor='black';			// 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='FFFF40';			// Font color when mouse is not over
	var FontSubLowColor='FFFF40';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='FFFF40';			// 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=8;				// Font size menu items
	var FontBold=0;				// 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=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=70;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=2;				// Multiple frames y correction
	var HorCorrect=1;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=5;				// 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=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=['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","http://www.pia.com","",0,20,54);
	

Menu2=new Array("EVENTS","","",4,20,110);
	Menu2_1=new Array("Calendar and","http://www.pia.com/MEETINGSCHEDULE.htm","",0,20,150);
	Menu2_2=new Array("Meeting Information","http://www.pia.com/MEETINGSCHEDULE.htm","",0,20,150);
	Menu2_3=new Array("Symposium","","",3,20,200);
		Menu2_3_1=new Array("Symposium 2005-Photo Gallery","http://www.pia.com/PHOTO_GALLERY/PHOTOGALLERYp1.htm","",0,20,200);
		Menu2_3_2=new Array("Symposium 2007-Photo Gallery","http://www.pia.com/Symposium2007/2007PHOTOALBUM-SYMP.htm","",0,20,200);
		Menu2_3_3=new Array("Symposium 2009-Photo Gallery","http://www.pia.com/Symposium2009/photo_gallery2009/PHOTOGALLERY2009.htm","",0,20,200);
	Menu2_4=new Array("Kittenger Event Photo Gallery","http://www.pia.com/NSM_PIA_KittingerEvent/PHOTOGALLERY2010NSM.htm","",0,20,200);
		
	
					
Menu3=new Array("PIA Member List and Documents","","",6,40,222);
	Menu3_1=new Array("PIA MEMBER YELLOW PAGES","http://www.pia.com/links.htm","",0,20,220);
	Menu3_2=new Array("Member News", "NEWS.htm", "", 0,20,120);
	Menu3_3=new Array("PIA Committees","http://www.pia.com/committees.htm","",0,20,120);
	Menu3_4=new Array("PIA Member Database","http://www.pia.com/PIA/default.asp","",0,20,120);
	Menu3_5=new Array("PIA Public Documents","http://www.pia.com/PIAPUBS.htm","",0,20,120);
	Menu3_6=new Array("The PIA Rigger's Forum","http://riggers.pia.com","",0,20,120);
	
	

Menu4=new Array("PIA Specifications and Products","","",3,20,222);
	Menu4_1=new Array("PIA Products","http://www.pia.com/shoppiastore.htm","",0,20,222);
			
	Menu4_2=new Array("PIA Specifications and Standards","","",6,35,222);
		Menu4_2_1=new Array("Cloth","","",2,20,222);
			Menu4_2_1_1=new Array("Cloth Specifications","http://www.pia.com/shopcloth.htm","",0,20,120);
			Menu4_2_1_2=new Array("Cloth Standards","http://www.pia.com/shopclothstds.htm","",0,20,120);
		Menu4_2_2=new Array("Webbing and Tape","","",2,20,120);
			Menu4_2_2_1=new Array("Webbing and Tape Specifications","http://www.pia.com/shopwebbingtape.htm","",0,35,120);
			Menu4_2_2_2=new Array("Webbing and Tape Standards","http://www.pia.com/shopwebbingtapestds.htm","",0,35,120);
		Menu4_2_3=new Array("Cord","","",2,20,120);
			Menu4_2_3_1=new Array("Cord Specifications","http://www.pia.com/shopcord.htm","",0,20,120);
			Menu4_2_3_2=new Array("Cord Standards","http://www.pia.com/shopcordstds.htm","",0,20,120);
		Menu4_2_4=new Array("Hardware","","",2,20,120);
			Menu4_2_4_1=new Array("Hardware Specifications","http://www.pia.com/shophardware.htm","",0,35,120);
			Menu4_2_4_2=new Array("Hardware Standards","http://www.pia.com/shophardwarestds.htm","",0,20,120);
		Menu4_2_5=new Array("Parachutes","","",2,20,120);
			Menu4_2_5_1=new Array("Parachute Specifications","http://www.pia.com/shopparachutes.htm","",0,35,120);
			Menu4_2_5_2=new Array("Parachute Standards","http://www.pia.com/shopparachutestds.htm","",0,20,120);
		Menu4_2_6=new Array("Textile Test Methods","http://www.pia.com/shoptestmethods.htm","",0,20,120);
		
	Menu4_3=new Array("PIA Public Documents","PIAPUBS.htm","PIA Public Documents Available for free",0,20,120);
			
					
						
Menu5=new Array("Contact Us","","",2,20,152);
	Menu5_1=new Array("Contact Committee Chairs","http://www.pia.com/contact/contact.htm","",0,20,152);
	Menu5_2=new Array("Contact Webmaster","mailto:webmaster@pia.com","",0,20,152);


	
