 



	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#f2f5e2';			// Background color when mouse is not over
	var LowSubBgColor='#f2f5e2';			// Background color when mouse is not over on subs
	var HighBgColor='#000066';			// Background color when mouse is over
	var HighSubBgColor='#000066';			// Background color when mouse is over on subs
	var FontLowColor='#000066';			// Font color when mouse is not over
	var FontSubLowColor='black';			// 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='#2e5c02';			// Border color
	var BorderSubColor='#2e5c02';			// 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='center';			// 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=.2;			// vertical overlap child/ parent
	var StartTop=-5;				// Menu offset x coordinate
	var StartLeft=5;				// 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=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='MenuPos';				// 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);

//to add a submenu, remember to change the number of sub elements from zero to however many 
//submenu entries you have

Menu1=new Array("Home","index.htm","",0,20,113);
	 
Menu2=new Array("Instruction","","",6,20,150);
	Menu2_1=new Array("General Instruction","generalinstruction.htm","",6,20,150);
	    Menu2_1_1=new Array("Snorkeling","generalinstruction.htm#snork","",0,20,130);
	    Menu2_1_2=new Array("Scuba Experience","generalinstruction.htm#try","",0,20,130);
	    Menu2_1_3=new Array("Basic SCUBA Diver","generalinstruction.htm#basic","",0,20,130);
		Menu2_1_4=new Array("Basic SCUBA Review","generalinstruction.htm#refresh","",0,20,130);
		Menu2_1_5=new Array("Advanced SCUBA Diver","generalinstruction.htm#advanced","",0,20,130);
		Menu2_1_6=new Array("Master SCUBA Diver","generalinstruction.htm#master","",0,20,130);
		
				
		 
	Menu2_2=new Array("Basic Specialties","basicspec.htm","",7,20,150);
		Menu2_2_1=new Array("Dry Suit Diver","basicspec.htm#dry","",0,20,220);
		Menu2_2_2=new Array("Equipment Maintenance","basicspec.htm#eqpmaint","",0,20,220);
		Menu2_2_3=new Array("Marine Life Identification","basicspec.htm#marine","",0,20,220);	
		Menu2_2_4=new Array("Night Diver","basicspec.htm#night","",0,20,220); 
		Menu2_2_5=new Array("Nitrox","basicspec.htm#nitrox","",0,20,220);
		Menu2_2_6=new Array("Technical Equipment Configuration (NTEC)","basicspec.htm#ntec","",0,20,220);
		Menu2_2_7=new Array("Underwater Photography","basicspec.htm#uwphoto","",0,20,220);
		
	
	Menu2_3=new Array("Advance Specialties","advspec.htm","",5,20,150);
		Menu2_3_1=new Array("Deep Diver","advspec.htm#deep","",0,20,130);
		Menu2_3_2=new Array("Ice Diver","advspec.htm#ice","",0,20,130);	
		Menu2_3_3=new Array("River & Current","advspec.htm#rivercurrent","",0,20,130); 
		Menu2_3_4=new Array("Search & Receovery","advspec.htm#searchrecovery","",0,20,130);
		Menu2_3_5=new Array("Wreck Diving","advspec.htm#wreck","",0,20,130);
		
		
	Menu2_4=new Array("Accident Management","accmngt.htm","",3,20,150);
		Menu2_4_1=new Array("Dan O2","accmngt.htm#dan02","",0,20,100);
		Menu2_4_2=new Array("First Aid and CPR","accmngt.htm#firstaidcpr","",0,20,100); 
		Menu2_4_3=new Array("Rescue Diver","accmngt.htm#rescue","",0,20,100);
	
	Menu2_5=new Array("Leadership Courses","leadership.htm","",3,20,150);
		Menu2_5_1=new Array("Assistant Instructor","leadership.htm#asstinst","",0,20,220);
		Menu2_5_2=new Array("Dive Master","leadership.htm#divemaster","",0,20,220);	
		Menu2_5_3=new Array("Instructor (ITC) & Cross Over","leadership.htm#itc","",0,20,220); 
	
	Menu2_6=new Array("Technical Diver Courses","technicalcourses.htm","",8,20,150);
	    Menu2_6_1=new Array("Introduction to Technical Diving","intro to technical diving.htm#","",0,20,200);
		Menu2_6_2=new Array("Technical EANx (Nitrox) Diver","technical_eanx.htm#","",0,20,280);
		Menu2_6_3=new Array("Decompression Techniques","decompression techniques.htm#","",0,20,200);	 
		Menu2_6_4=new Array("Helitrox Diver","helitrox.htm#","",0,20,200);
		Menu2_6_5=new Array("Heliair, Trimix I & Trimix II","mixed gas blender.htm#heli","",0,20,200);
		Menu2_6_6=new Array("Mixed Gas Blender Course","mixed gas blender.htm#","",0,20,200);
		Menu2_6_7=new Array("Wreck Diver - Penetration","mixed gas blender.htm#wrec","",0,20,200);
		Menu2_6_8=new Array("Technical Wreck Penetration","mixed gas blender.htm#techwrec","",0,20,200);
		
    
Menu3=new Array("Events & Trips","","",3,20,150);
        Menu3_1=new Array("Let's Go Diving","lets_go_diving.htm#","",0,20,180);
  	    Menu3_2=new Array("All Trips","lets-go-diving.htm#","",4,20,150);
  	        Menu3_2_1=new Array("2010 Local Events & Excursions","2010_local_excursions.htm#","",0,20,210);
  	        Menu3_2_2=new Array("Pirates Day 2010","Pirates Day 2010.htm#","",0,20,180);
	        Menu3_2_3=new Array("Galapagos Islands 2011","galapagos.htm#","",0,20,180);
	        Menu3_2_4=new Array("Chuuk Lagoon 2012","Truk_2012.htm#","",0,20,180);
	    Menu3_3=new Array("Aggressor Fleet","aggressor.htm#","",0,20,150);
		
		       

Menu4=new Array("Products","","",8,20,150);
		Menu4_1=new Array("Vendors","vendors.htm","",0,20,150);
		Menu4_2=new Array("Finanacing","ge_money.htm","",0,20,150);
		Menu4_3=new Array("Mask, Snorkel & Fins","mask_snokel_fins2010.htm","",1,20,150);
 		    Menu4_3_1=new Array("Aqua Lung ~ Slingshot Fin","Aqua Lung Slingshot Fin.htm","",0,20,220);
 		Menu4_4=new Array("Snorkel Packages","snorkel_pkgs2010_a.htm","",0,20,150);
 		Menu4_5=new Array("Halcyon Products","halcyonproducts.htm","",0,20,150);
 		Menu4_6=new Array("Cameras","cameras 2.htm","",0,20,150);
 		Menu4_7=new Array("DUI Dry Suits","dui.htm","",0,20,150);
 		Menu4_8=new Array("Henderson Wet Suits","henderson sept 2010.htm","",0,20,150);

 		
			
Menu5=new Array("Photo Galleries","","",1,20,100);
//	Menu5_1=new Array("Author\'s Site","http://www.burmees.nl/","",0,20,140);
    Menu5_1=new Array("n2junkie","http://www.n2junkie.com/","",0,20,150);

Menu6=new Array("Contact Us","contact.htm","",0,20,100);
//Menu7=new Array("Home","default.htm","",0,20,100);
//	Menu5_1=new Array("Author\'s Site","http://www.burmees.nl/","",0,20,140);