/* Tigra Menu items structure */
var MENU_ITEMS = [
	['主頁', './index.asp', {'tw':'_self'}],
	['服務範圍', './petservice.asp', {'tw':'_self'}],
	['牠的故事', './petphoto.asp', {'tw':'_self'}],
	['活動事項', null, null,
		['最新活動', './promotion.asp?p_past=N', {'tw':'_self'}],
		['活動回顧 ', './promotion.asp?p_past=Y', {'tw':'_self'}]
	],
	['領養服務', './petadoptphoto.asp?self=Y', {'tw':'_self'},
		['領養', './petadoptphoto.asp?self=Y', {'tw':'_self'}],
		['助養', './petadoptphoto.asp?self=Y&p_longstay=Y&p_newwin=N', {'tw':'_self'}],
		['成功個案', './petadoptsuccess.asp', {'tw':'_self'}],
		['領養前須知', './petadoptphotofaq.asp', {'tw':'_self'}],
		['領助養方法', './petadoptphotohelp.asp', {'tw':'_self'}]
	],
	['支持CAF', './supportus.asp', {'tw':'_self'},
		['成為會員', './supportus.asp#label1', {'tw':'_self'}],
		['直接捐款', './supportus.asp#label2', {'tw':'_self'}],
		['助養計劃', './supportus.asp#label3', {'tw':'_self'}],
		['物資捐助', './wishlist.asp?type=M', {'tw':'_self'}],
		['廣告贊助', './supportus.asp#label5', {'tw':'_self'}],
		['義工招募', './supportus.asp#label6', {'tw':'_self'}]
	],
	['關於我們', null, null,
		['財務報告  ', './finreport.asp', {'tw':'_self'}],
		['本會簡介', './aboutus.asp#label1', {'tw':'_self'}],
		['開放時間', './help.asp#label2', {'tw':'_self'}],
		['職位招聘', './wishlist.asp?type=J', {'tw':'_self'}],
		['嗚謝', './acknowledgement.asp', {'tw':'_self'}]
	],
	['常見問題', './mg01faq.asp', {'tw':'_self'}],
	['實用資訊', './linksum.asp', {'tw':'_self'}],
	['聯絡CAF', './help.asp', {'tw':'_self'}]
];
