//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



//*****************************//
// 編集可能プロパティ　始まり //
//*****************************//

// IE5.5以上の特殊効果stringは、http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" //複数フィルタを使用時のIE5.5のバグを停止
}


timegap=500			// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=10;		// Sub menu offset Left position

style1=[			// style1 is an array of properties. 必要な数のプロパティ配列をもつことができる。これはメニューがそれ自身のスタイルをもつことを意味する。
"#ffffff",			// Mouse Off Font色
"limegreen",			// Mouse Off 背景色
"#ffffff",			// Mouse On Font色
"darkgreen",			// Mouse On 背景色
"000000",			// Menu Border 色
12,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"ＭＳ 明朝",			// Font Name
4,				// Menu Item Padding
"./images/arrow.gif",	        // Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"Purple",			// Current Page Item Font色 (leave this blank to disable)
"pink",				// Current Page Item 背景色(leave this blank to disable)
"./images/arrowdn.gif",         // トップバーイメージ (Leave this blank to disable)
"ffffff",			// Menu Header Font色(Leave blank if headers are not needed)
"000099",			// Menu Header 背景色(Leave blank if headers are not needed)
]



addmenu(menu=[			// 配列 that contains your menu properties and details
"mainmenu",			// Menu名 - メニューの呼出し命令で必要
20,				// Menu Top - The Top position of the menu in pixels
200,				// Menu Left - The Left position of the menu in pixels
,				// Menu幅 - Menus width in pixels
2,				// Menu境界幅
"center:top",			// 画面位置−右記可能 "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,				// 常に可視 - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,				// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 				// 水平Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,				// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,				// Position of TOP sub image left:center:right
,				// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,				// Right To Left - Used in Hebrew for example. (1=on/0=off)
,				// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,				// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,				// 将来利用のためのリザーブ
,				// 将来利用のためのリザーブ
,				// 将来利用のためのリザーブ
,"トップ","../index.html",,"トップへ戻る",1 // "記述テキスト", "URL", "択一 URL", "Status", "Separator Bar"


,"１章 産業構造&nbsp;&nbsp;","../port/kouzou.html",,"",1
,"２章 各種事業&nbsp;&nbsp;","show-menu=type",,"",1
,"３章 産業の特質&nbsp;&nbsp;","../port/tokusitu.html",,"",1
,"４章 港湾使用料&nbsp;&nbsp;","../port/price.html",,"",1
,"５章 港湾労働&nbsp;&nbsp;","../port/roudou.html",,"",1
,"６章 ターミナル&nbsp;&nbsp;","show-menu=terminal",,"",1
])


	addmenu(menu=["type",
        ,,140,1,,style1,0,"left","randomdissolve(duration=0.5);Shadow(color='#999999', Direction=135, Strength=5)",0,,,,,,,,,,,
	,"T 一般港湾運送事業","../port/type_general.html",,,1
	,"U 港湾荷役事業","../port/type_niyaku.html",,,1
	,"V はしけ運送事業","../port/type_hasike.html",,,1
	,"W いかだ運送事業","../port/type_ikada.html",,,1
	,"X 検数事業","../port/type_kensu.html",,,1
	,"Y 鑑定事業","../port/type_kantei.html",,,1
	,"Z 検量事業","../port/type_kenryou.html",,,1
	,"[ その他事業","../port/type_others.html",,,1
	])






	addmenu(menu=["price",
        ,,100,1,,style1,0,"left","randomdissolve(duration=0.5);Shadow(color='#999999', Direction=135, Strength=5)",0,,,,,,,,,,,
	,"T 横浜港","show-menu=yokohama",,,1
	,"U 名古屋港","show-menu=nagoya",,,1
	])
		addmenu(menu=["yokohama",
		   ,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
		   ,"1. 基本的な考え方","../logist/trans_model_base.html",,,0
		   ,"2. 経済性","../logist/trans_model_economic.html",,,0
		   ,"3. 迅速性","../logist/trans_model_speed.html",,,0
		   ,"4. 安全性","../logist/trans_model_safety.html",,,0
		   ,"5. 利便性","../logist/trans_model_convi.html",,,0
		])
		addmenu(menu=["nagoya",
		   ,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
		   ,"1. 線型計画法","../logist/trans_problem_LP.html",,,0
		   ,"2. 輸送問題の定式化","../logist/trans_problem_form.html",,,0
		])



	addmenu(menu=["roudou",
        ,,130,1,,style1,0,"left","randomdissolve(duration=0.5);Shadow(color='#999999', Direction=135, Strength=5)",0,,,,,,,,,,,
	,"T 雇用の不安定性","http://isweb43.infoseek.co.jp/art/deco-art/index.html",,"雇用の不安定性",1
	,"U 港湾労働法","http://isweb43.infoseek.co.jp/art/deco-art/index.html",,"港湾労働法",1
	,"V 荷役労働の実際","http://isweb43.infoseek.co.jp/art/deco-art/index.html",,"荷役労働の実際",1
	])
	



	addmenu(menu=["terminal",
        ,,100,1,,style1,0,"left","randomdissolve(duration=0.5);Shadow(color='#999999', Direction=110, Strength=5)",0,,,,,,,,,,,
	,"T ターミナル","../port/niyaku_terminal.html",,"ターミナル",1
	,"U 荷役機材","../port/niyaku_kizai.html",,"荷役機材",1
	,"V 荷役作業","../port/niyaku_sagyou.html",,"荷役作業",1
	])
	

dumpmenus()
