/*  --- 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 = [	['護理品管','nurtro/01.html',{'tw' : 'content'}],	['護理行政','nurtro/02.html',{'tw' : 'content'}],	['教育訓練','nurtro/03.html',{'tw' : 'content'}],	['研究發展','nurtro/04.html',{'tw' : 'content'}],	['影音講座','http://training.chimei.org.tw',{'tw' : '_blank'}],	['活動花絮','nurtro/06.html',{'tw' : 'content'}],    ['護理電子報','nurtro/04_link/nurse/index.html',{'tw' : '_blank'}],   ];   
