

	var NoOffFirstLineMenus=9; //set number of main menu items
	var LowBgColor='#6699CC';
	var HighBgColor='#CCFFFF';
	var FontLowColor='FFFFFF';
	var FontHighColor='336699';
	var BorderColor='336699';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="MS Gothic, MS Mincho, Arial, Helvetica, sans-serif"
	var FontSize=11;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=90; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=4;
	var TopPaddng=4;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("ホーム","jp-main-center.htm",0,24,86);

Menu2=new Array("ニュース","#",2);
	Menu2_1=new Array("新着情報", "notice-board.htm",0,24,86); 
    //Menu2_2=new Array("お知らせ", "jp-notice-board.htm",0,24,86); 
	Menu2_2=new Array("予定一覧", "schedule.php",0,24,86);

Menu3=new Array("本会案内","#",2); 
	Menu3_1=new Array("柳心会とは", "jp-profile.htm",0,24,86); 
    Menu3_2=new Array("コーチ紹介", "jp-coach.htm",0,24,86); 

Menu4=new Array("稽古案内","#",4);
	Menu4_1=new Array("稽古日時", "jp-timetable.htm",0,24,86); 
	Menu4_2=new Array("入会案内", "jp-enrollment.htm",0,24,86);
    Menu4_3=new Array("進級審断", "jp-grade.htm",0,24,86); 
    Menu4_4=new Array("審査結果", "jp-result_password_1.htm",0,24,86); 

Menu5=new Array("試合","#",2);
	Menu5_1=new Array("大会記録", "jp-games.htm",0,24,86); 
    Menu5_2=new Array("試合結果", "jp-result.htm",0,24,86); 

Menu6=new Array("会員クラブ","#",2);
	Menu6_1=new Array("イベント", "jp-event.htm",0,24,86);
	Menu6_2=new Array("会員の広場", "jp-square.htm",0,24,86);

Menu7=new Array("ギャラリー","jp-photo-gallery.htm",0,24,86);

Menu8=new Array("メッセージ","jp-guestbook.htm",0,24,86);

Menu9=new Array("リンク","jp-link.htm",0,24,86);
	





