/***********************************************************************************
*	(c) Ger Versluis 2000 version 6.1 19 Januari 2002	          *
*	You may use this script on non commercial sites.	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/
	
	var NoOffFirstLineMenus=7;			// Number of first level items
	//var LowBgColor='#F6F6F3';			// Background color when mouse is not over
	//var HighBgColor='#DEDEDB';			// Background color when mouse is over

	var LowBgColor='blue';				// Background color when mouse is not over
	var HighBgColor='yellow';			// Background color when mouse is over

	var FontLowColor='white';			// Font color when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var BorderColor='black';			// Border color
	var BorderWidth=1;			// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical,arial"	// 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=0;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// 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;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=750;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';		// Frame where first level appears
	var SecLineFrame='MyFrameTwo';		// Frame where sub levels appear
	var DocTargetFrame='MyFrameTwo';		// 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 BottomUp=0;				// enables/ disables Bottom up 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,'triup.gif',10,5];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width, bgcolor, bghighcolor, fontcolor, fonthighcolor,bordercolor);
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"
Menu1=new Array("Home","Welcome.html","",0,20,50,"","","","","");
	Menu1_1=new Array("Example 1_1","file.htm","",0,20,100,"black","lightblue","yellow","blue","yellow");Menu2=new Array("About","","",5,20,70,"","","","","");
	Menu2_1=new Array("...TMAA","tanakasmartialartsacademy.html","",0,20,180,"","","","","");
	Menu2_2=new Array("...Karate-Do","Karate.htm","",0,20,180,"","","","","");
	Menu2_3=new Array("...Instructors","","",3,20,180,"","","","","");
		Menu2_3_1=new Array("Sensei Tanaka", "ST.html","images/STt.jpg",0,100,90,"","black","white","yellow","");
			Menu2_3_2=new Array("","","",0,40,0,"","","","","");
		Menu2_3_3=new Array("Assistant Instructors","Instructors.htm","",0,40,0,"","","","","");
	Menu2_4=new Array("...Manners","Manners.htm","",0,20,180,"","","","","");
	Menu2_5=new Array("...Students","Students.htm","",0,0,0,"","","","","");
Menu3=new Array("Class Schedule","Schedule.html","",0,20,100,"red","black","white","white","");
Menu4=new Array("Our School ","","",4,20,80,"","","","","");
	Menu4_1=new Array("Calendar of Events","CurrentEvents.htm","",0,20,150,"","","","","");
//	Menu4_2=new Array(" Straight 'A' Students List","Studentgrade.htm","",0,0,0,"","","","","");
	Menu4_2=new Array("","","",0,0,0,"","","","","");
	Menu4_3=new Array("Merchandise","Merch.htm","",0,0,0,"","","","","");
	Menu4_4=new Array("Test Your Knowledge","Quiz.htm","",0,0,0,"","","","","");
Menu5=new Array("Ranks / Belts/ Testing","","",2,20,140,"","","","","");
	Menu5_1=new Array("About Belt Tests","BeltTest.htm","",0,20,130,"","","","","");
	Menu5_2=new Array("Test Requirements", "","",10,20,120,"","","","","");
		Menu5_2_1=new Array("Jukkyu (Yellow)","Jukkyu.htm","",0,20,200,"","","","","");	
	Menu5_2_2=new Array("Kyukyu (Orange)","Kyukyu.htm","",0,20,200,"","","","","");
		Menu5_2_3=new Array("Hachikyu (Blue)","Hachikyu.htm","",0,20,200,"","","","","");
		Menu5_2_4=new Array("Nanakyu (Blue w/Purple Stripe)","Nanakyu.htm","",0,20,200,"","","","","");
		Menu5_2_5=new Array("Rokkyu (Purple)","Rokkyu.htm","",0,20,200,"","","","","");
		Menu5_2_6=new Array("Gokyu (Purple w/Green Stripe)","Gokyu.htm","",0,20,200,"","","","","");
		Menu5_2_7=new Array("Yonkyu (Green)","Yonkyu.htm","",0,20,200,"","","","","");
		Menu5_2_8=new Array("Sankyu (Green w/Brown Stripe)","Sankyu.htm","",0,20,200,"","","","","");	
	Menu5_2_9=new Array("Nikyu (Brown)","Nikyu.htm","",0,20,200,"","","","","");	
	Menu5_2_10=new Array("Ikkyu (Brown w/Black Stripe)","Ikkyu.htm","",0,20,200,"","","","","");
//	Menu5_3=new Array("Promotions ", "","",0,0,0,"brown","","","","");
//	Menu5_4=new Array("Ranks in Alaska ", "","",3,0,0,"","","","","");
//		Menu5_4_1=new Array(" Under Green","Beltswhite.htm","",0,20,100,"","","","","");	
//		Menu5_4_2=new Array(" Green to Brown","Beltsbrown.htm","",0,20,0,"","","","","");
//		Menu5_4_3=new Array(" Black","Beltsblack.htm","",0,20,0,"","","","","");
Menu6=new Array("Tournaments","","",2,20,130,"","","","","");
	Menu6_1=new Array('Schedule ',"TournSched.htm","",0,20,90,"","","","","");
	Menu6_2=new Array('Results ',"","",3,20,90,"","","","","");
		Menu6_2_1=new Array('Alaska ',"","",2,20,90,"","","","","");
			Menu6_2_1_1=new Array(" Top of the World ","","",6,20,110,"","","","","");
		        	Menu6_2_1_1_1=new Array(" May 2007 - 34th Annual","totw2007.htm","",0,20,110,"","","","","");
		        	Menu6_2_1_1_2=new Array(" May 2005 - 32nd Annual","totw2005.htm","",0,20,110,"","","","","");	
	        	Menu6_2_1_1_3=new Array(" May 2004 - 31st Annual","totw2004.htm","",0,20,110,"","","","","");
		        	Menu6_2_1_1_4=new Array(" May 2003 - 30th Annual","totw2003.htm","",0,20,110,"","","","","");
		        	Menu6_2_1_1_5=new Array("  2002 - 29th","","",0,20,110,"brown","","","","");
		        	Menu6_2_1_1_6=new Array(" April 2001 - 28th Annual","totw2001.htm","",0,20,110,"","","","","");
		        	Menu6_2_1_1_7=new Array("  2000 - 27th Annual","","",0,20,110,"brown","","","","");
			Menu6_2_1_2=new Array(" State","","",6,20,110,"","","","","");
				Menu6_2_1_2_1=new Array(" Dec 2007 - 28th Annual","alaska2007.htm","",0,20,110,"","","","","");
		        	Menu6_2_1_2_2=new Array(" Dec 2006 - 27th Annual","alaska2006.htm","",0,20,110,"","","","","");
		        	Menu6_2_1_2_3=new Array(" Nov 2005 - 26th Annual","alaska2005.htm","",0,20,110,"","","","","");
		        	Menu6_2_1_2_4=new Array(" Dec 2004 - 25th Annual","alaska2004.htm","",0,20,110,"","","","","");
		        	Menu6_2_1_2_5=new Array(" Dec 2002 - 23rd Annual","alaska2002.htm","",0,20,110,"","","","","");
		        	Menu6_2_1_2_6=new Array(" Nov 2001 - 22nd Annual","alaska2001.htm","",0,20,110,"","","","","");
		Menu6_2_2=new Array('National ',"","",6,20,100,"","","","","");
  			Menu6_2_2_1=new Array(" 2007 USA Open ","USAOpen2007.htm","",0,20,140,"","","","","");
			Menu6_2_2_2=new Array(" 2007 Junior Olympics ","JrOlympics2007.htm","",0,20,140,"","","","","");
			Menu6_2_2_3=new Array(" 2006 Pan American ","PanAm2006.htm","",0,20,140,"","","","","");
			Menu6_2_2_4=new Array(" 2005 Junior Olympics ","JrOlympics2005.htm","",0,20,140,"","","","","");
			Menu6_2_2_5=new Array(" 2005 USA Nationals ","nationals2005.htm","",0,20,140,"","","","","");
			Menu6_2_2_6=new Array(" 2003 USA Nationals ","nationals2003.htm","",0,20,140,"","","","","");
		Menu6_2_3=new Array('International ',"","",1,20,120,"","","","","");
			Menu6_2_3_1=new Array(" 2003 World Championship ","Vassar.html","",0,20,120,"","","","","");
Menu7=new Array("Branch Dojos","","",5,20,120,"","","","","");
	Menu7_1=new Array('Alaska ',"","",2,20,90,"","","","","");
		Menu7_1_1=new Array("UAA Dojo","Uaa.htm","",0,20,225,"","","","","","");
		Menu7_1_2=new Array("Kenwa Kai of Sitka (Web Site) ","javascript:window.open('http://www.kenwakarateofsitka.org')","",0,0,0,"","","","","","");
//		Menu7_1_3=new Array("Eagle River Dojo (Web Site) ","javascript:window.open('http://www.tma-eagleriver.com')","",0,0,0,"","","","","","");
	Menu7_2=new Array('Colorado ',"","",1,20,120,"","","","","");
		Menu7_2_1=new Array("Shito-Ryu of Colorado Springs ","ColoradoSprings.htm","",0,20,180,"","","","","","");
	Menu7_3=new Array('Oklahoma ',"","",1,20,120,"","","","","");
		Menu7_3_1=new Array("Kenwa Kai of Oklahoma ","Oklahoma.htm","",0,20,180,"","","","","","");	Menu7_4=new Array('Tennessee ',"","",1,20,120,"","","","","");
		Menu7_4_1=new Array("Green's Karate - Tennessee (Web Site) ","javascript:window.open('http://www.greenskarate.com')","",0,20,180,'',"","","","","");
	Menu7_5=new Array('Washington ',"","",1,20,220,"","","","","");
		Menu7_5_1=new Array("Kenwa Kai of Pullman, WA ","Pullman.htm","",0,20,220,"","","","","","");
//		Menu7_5_2=new Array("Satori Karate - Seattle, Wa (Web Site) ","javascript:window.open('http://www.satoriglory.com')","",0,20,220,'',"","","","","");
//		Menu7_5_3=new Array("Kenwa Kai of Edmonds (Web Site) ","javascript:window.open('http://mysite.verizon.net/res07b86/index.html')","",0,20,220,'',"","","","","");