/*
  --- 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 src="home.gif" border=0> 主頁', 'content.php', {'tw' : 'content'}],
	['<img src="book.gif" border=0> 學校資料', null, null,
		['學校簡介', 'school_bg.php', {'tw' : 'content'} ],
		['校監的話', 'supervisor.php', {'tw' : 'content'} ],
		['校長的話', 'headmistress.php', {'tw' : 'content'} ],
		['校訓', 'school_motto_chi.php', {'tw' : 'content'} ],
		['學校的宣言', 'school_vision_chi.php', {'tw' : 'content'} ],
		['學校計劃/報告', 'schplan.php', {'tw' : 'content'} ]
	],
	['<img src="cam.gif" border=0> 相片區', null, null,
		['活動相片', 'gallery2/main.php', {'tw' : 'content'} ],
		['學生作品', 'gallery2/main.php?g2_itemId=1804', {'tw' : 'content'} ]
	],
	['<img src="schinfo.gif" border=0> 校園資訊', null, null,
		['校曆表', 'calender.php', {'tw' : 'content'}],
		['課程', 'currnew/index.html', {'tw' : 'content'} ],
		['學校設施', 'facilities/facilities_0.htm', {'tw' : 'content'} ],
		['認識老師', 'teachers.php', {'tw' : 'content'} ],
		['其他連結', 'link.php', {'tw' : 'content'} ]
	],
	['<img src="comp.gif" border=0> 下載區　', null, null,
		/* ['通告下載', 'downloadnew/cir/file.php?path=./0_全校通告', {'tw' : 'content'} ], */
		['通告下載', 'notice.html', {'tw' : 'content'} ],
		['學校刊物下載', 'publication.html', {'tw' : 'content'} ]
	],
	['<img src="question.gif" border=0> 網站指南', 'sitemap.php', {'tw' : 'content'}
	],
	['<img src="blank.gif" border=0>&nbsp', null
	],
	['<img src="blank.gif" border=0>&nbsp', null
	],
	['<img src="blank.gif" border=0>&nbsp', null
	],
	['<img src="blank.gif" border=0>&nbsp', null
	],
	['<img src="blank.gif" border=0>&nbsp', null
	],
	
];


