// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]

var MENU_ITEMS = [
	['主頁','index.php', {'tw' : '_self'}],

	['學校簡介', null, null,
		['辦學宗旨及理念','index.php?i=1&s=1', {'tw' : '_self'}],
		['本校概覽','index.php?i=1&s=2', {'tw' : '_self'}],
		['學校組織架構','resources/sch/org/framework.pdf', {'tw' : '_blank'}],
		['校董會','index.php?i=1&s=3', {'tw' : '_self'}],
		['教職員資料','index.php?i=1&s=4', {'tw' : '_self'}],
		['校務計劃','index.php?i=1&s=5', {'tw' : '_self'}],
		['獎助學金及資助計劃','index.php?i=1&s=6', {'tw' : '_self'}],
		['學生須知','index.php?i=1&s=8', {'tw' : '_self'}]
	],
	['校友會', null, null,
		['執行委員會資料','index.php?i=2&s=1', {'tw' : '_self'}],
		['近期消息','index.php?i=2&s=2', {'tw' : '_self'}],
		['聯誼活動/相片','index.php?i=2&s=3', {'tw' : '_self'}],
		['校友會通訊','index.php?i=2&s=4', {'tw' : '_self'}],
		['加入校友會','index.php?i=2&s=5', {'tw' : '_self'}],
		['校友電郵','index.php?i=2&s=6', {'tw' : '_self'}],
		['校友會獎學金','resources/ssccaa/2008-2009/scholarship.pdf', {'tw' : '_blank'}],
		['校友榮譽消息','index.php?i=2&s=7', {'tw' : '_self'}],
		['聯繫網頁','http://www.facebook.com/group.php?gid=29919237204#/group.php?gid=29919237204', {'tw' : '_blank'}]
	],
	['家長教師會', null, null,
		['執行委員會資料','index.php?i=3&s=1', {'tw' : '_self'}],
		['會務計劃及行事曆','index.php?i=3&s=2', {'tw' : '_self'}],
		['學生活動資助計劃','index.php?i=3&s=3', {'tw' : '_self'}],
		['家長教師會通訊','index.php?i=3&s=4', {'tw' : '_self'}],
		['與本會聯絡方法','index.php?i=3&s=5', {'tw' : '_self'}],
		['近期消息','index.php?i=3&s=6', {'tw' : '_self'}],
		['家校活動/相片','index.php?i=3&s=7', {'tw' : '_self'}]
	],
	['圖書館', null, null,
		['圖書館資料','index.php?i=4&s=1', {'tw' : '_self'}],
		['圖書館規則','index.php?i=4&s=2', {'tw' : '_self'}],
		['閱讀計劃','index.php?i=4&s=3', {'tw' : '_self'}],
		['龍虎榜','index.php?i=4&s=4', {'tw' : '_self'}],
		['下載區','index.php?i=4&s=5', {'tw' : '_self'}],
		['Liberal Studies','http://sscc-ls.wisenews.net:8000/?gid=sscc&user=ipaccess', {'tw' : '_blank'}],
		['WiseLearning','http://sscc-wl.wisenews.net:8000/?gid=sscc&user=ipaccess', {'tw' : '_blank'}],
		['WiseSearch','http://wisesearch.wisers.net:8000/?gid=sscc&user=ipaccess', {'tw' : '_blank'}]
	],
	['榮譽榜', null, null,
		['校外比賽','index.php?i=5&s=1', {'tw' : '_self'}],
		['校內比賽','index.php?i=5&s=2', {'tw' : '_self'}],
		['學業成績','index.php?i=5&s=3', {'tw' : '_self'}],
		['校冠盃','index.php?i=5&s=4', {'tw' : '_self'}],
		['媒體報道','index.php?i=5&s=5', {'tw' : '_self'}]
	],
	['學科網頁', null, null,
		['中文','index.php?i=6&s=1', {'tw' : '_self'}],
		['英文','http://www.sscc.edu.hk/subjects/english/index.php', {'tw' : '_blank'}],
		['數學','index.php?i=6&s=3', {'tw' : '_self'}],
		['電腦','index.php?i=6&s=4', {'tw' : '_self'}],
		['經濟','index.php?i=6&s=5', {'tw' : '_self'}],
		['視藝','index.php?i=6&s=6', {'tw' : '_self'}],
		['音樂','index.php?i=6&s=7', {'tw' : '_self'}],
		['體育','index.php?i=6&s=8', {'tw' : '_self'}],
		['通識','index.php?i=6&s=9', {'tw' : '_self'}]
	],
	['課外活動', null, null,
		['學會及學科活動日誌','index.php?i=7&s=1', {'tw' : '_self'}],
		['學生會','index.php?i=7&s=2', {'tw' : '_self'}],
		['服務','index.php?i=7&s=3', {'tw' : '_self'}],
		['學術','index.php?i=7&s=4', {'tw' : '_self'}],
		['體育','index.php?i=7&s=5', {'tw' : '_self'}],
		['興趣','index.php?i=7&s=6', {'tw' : '_self'}],
		['藝術','index.php?i=7&s=7', {'tw' : '_self'}]
	],
	['校園剪影', null, null,
		['相片簿','index.php?i=8&s=1', {'tw' : '_self'}],
		['影片庫','index.php?i=8&s=2', {'tw' : '_self'}]
	],

	['聯絡我們','index.php?i=9', {'tw' : '_self'}]
];
