/***********************************************************************************
*	(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=8;			// Number of first level items
var LowBgColor='#000000';			// Background color when mouse is not over
var LowSubBgColor='#000000';			// Background color when mouse is not over on subs
var HighBgColor='#FF0000';			// Background color when mouse is over
var HighSubBgColor='#FF0000';			// Background color when mouse is over on subs
var FontLowColor='#FF0000';			// Font color when mouse is not over
var FontSubLowColor='#FF0000';			// Font color subs when mouse is not over
var FontHighColor='#000000';			// Font color when mouse is over
var FontSubHighColor='#000000';			// Font color subs when mouse is over
var BorderColor='#000000';			// Border color
var BorderSubColor='#FF0000';			// 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=12;				// 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='center';			// 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=.2;			// 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=0;				// Left padding
var TopPaddng=4;				// 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=0;				// Uses arrow gifs when 1
var KeepHilite=0;				// Keep selected path highligthed
var Arrws=['',5,10,'',10,5,'',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,25,100);

Menu2=new Array("AIKO","menu/aiko.html","",6);
Menu2_1=new Array("Geiko Ichi","menu/aiko_kata.html","",0,25,150);
Menu2_2=new Array("Movie","menu/aiko_promo.html","",0,25,150);
Menu2_3=new Array("Regulations","menu/aiko_regulations.html","",0,25,150);
Menu2_4=new Array("Application Dojo","menu/aiko_application.html","",0,25,150);
Menu2_5=new Array("Application Individual","menu/aiko_membership.html","",0,25,150);
Menu2_6=new Array("Merchandise","menu/aiko_merchandise.html","",0,25,150);

Menu3=new Array("Dan Grades","menu/dangrades.html","",0,25,100);

Menu4=new Array("Agenda","menu/agenda.html","",0,25,100);

Menu5=new Array("News","","",6);
Menu5_1=new Array("Blackbelt Grading","menu/news/news_blackbeltgrading.html","",0,25,200);
Menu5_2=new Array("New Dojo","menu/news/news_new_dojo.html","",0,25,200);
Menu5_3=new Array("Sensei Riethorst","menu/news/news_henkriethorst.html","",0,25,200);
Menu5_4=new Array("News events","menu/news/news_events.html","",0,25,200);
Menu5_5=new Array("Ashihara book","menu/news/news_book_english.html","",0,25,200);
Menu5_6=new Array("Archive","menu/archive_news.html","",0,25,150);

Menu6=new Array("Activities","","",2);
Menu6_1=new Array("AIKO winter seminar 2012","menu/activities/act_winterseminar2012.html","",0,25,200);
Menu6_2=new Array("Archive","menu/archive_activities.html","",0,25,150);

Menu7=new Array("Event report","","",9);
Menu7_1=new Array("Sri Lanka Championship","menu/events/event_srilanka2011.html","",0,25,200);
Menu7_2=new Array("Ashihara Poland","menu/events/event_polishseminar.html","",0,25,200);
Menu7_3=new Array("Open NK Musashi","menu/events/event_musashicup12.html","",0,25,200);
Menu7_4=new Array("Katsu Gala","menu/events/event_katsugala.html","",0,25,200);
Menu7_5=new Array("Summer Seminar","menu/events/event_aikoseminar2011.html","",0,25,200);
Menu7_6=new Array("Oyama Cup 2011","menu/events/event_hoc2011.html","",0,25,200);
Menu7_7=new Array("Polish Championship","menu/events/event_polishchampionship.html","",0,25,200);
Menu7_8=new Array("Dutch Championship 2011","menu/events/event_musashi2011.html","",0,25,200);
Menu7_9=new Array("Archive","menu/archive_events.html","",0,25,150);

Menu8=new Array("Links","menu/links.html","",1);
Menu8_1=new Array("Locations","menu/locations.html","",0,25,100);

