/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [

	['<img border="0" src="images/menu_button.jpg">', null, null,
		['合辦腦科組織', 'a1_coop.html',  {'tw' : '_top'}],
		['腦科資訊', null, null,
			['腦損常識', null, null,
				['一般常識', 'b1_basic.html',  {'tw' : '_top'}],
				['西醫常識', 'b2_medical.html', {'tw' : '_top'}],
				['中醫常識', 'b3_chimedi.html', {'tw' : '_top'}],
				['藥物常識', 'b4_drugs.html', {'tw' : '_top'}],
				['其他療法常識', 'b5_other.html', {'tw' : '_top'}]
			],
			['復康資訊  ', null, null,
				['病人心理', 'c1_psyche.html', {'tw' : '_top'}],
				['復康護理', 'c2_rehab.html', {'tw' : '_top'}],
				['物理治療', 'c3_physio.html', {'tw' : '_top'}],
				['職業治療', 'c4_ot.html', {'tw' : '_top'}],
				['語言治療', 'c5_lang.html', {'tw' : '_top'}],
				['醫務社工', 'c6_social_work.html', {'tw' : '_top'}],
				['復康器材', 'c7_equip.html', {'tw' : '_top'}],
				['認知能力改進', 'c8_cognitive.html', {'tw' : '_top'}],
				['與腦友相處之道', 'communication.htm', {'tw' : '_top'}]
				]
			
		],
		['社區資源  ', null, null,
			['資源一覽', 'd1_resources.html', {'tw' : '_top'}],
			['常用電話', 'd2_phones.html', {'tw' : '_top'}]
		],
		['腦友園地', null, null,
			['腦友活動  ', null, null,
				['消閒好去處', 'g1_activity.html', {'tw' : '_top'}],
				['腦友組織活動時間表', 'g2_timetable.html', {'tw' : '_top'}]
			],
			['腦友心聲  ', null, null,
				['同路人心聲', 'i1_peer_voice.html', {'tw' : '_top'}],
				['支援者心聲', 'i2_support_voice.html', {'tw' : '_top'}]
			],
			['腦友前路  ', null, null,
				['腦友學堂', 'j1_brainsch.html', {'tw' : '_top'}],
				['重投社會', 'j2_go_social.html', {'tw' : '_top'}],
				['就業機會', 'j3_career.html', {'tw' : '_top'}]
			]
		],
		['義工天地  ', null, null,
			['活動剪影', 'l1_snapshot.html', {'tw' : '_top'}],
			['義工心聲', 'l2_v_voice.html', {'tw' : '_top'}],
			['義工招募', 'l3_v_recruit.html', {'tw' : '_top'}],
			['義工訓練', 'l4_v_train.html', {'tw' : '_top'}],
			['相 片 集', 'l5_album.html', {'tw' : '_top'}]
		],
		['腦科相關網站  ', null, null,
			['中文網站', 'h1_chi_links.html', {'tw' : '_top'}],
			['英文網站', 'h2_eng_links.html', {'tw' : '_top'}]
		],
		['專題特寫', 'feature_index.htm', {'tw' : '_top'}],
		['常見問題', 'f1_faq.html', {'tw' : '_top'}],
		['腦友基本運動', 'k1_sports.html', {'tw' : '_top'}],
		['腦友遊樂場', 'playground.html', {'tw' : '_top'}]
	]
];

