/*  --- 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 = [	['醫院簡介',null, null,	    ['醫院宗旨','org/objective.html', {'tw' : 'content'}],		['醫院願景','org/hope.html', {'tw' : 'content'}],		['醫院目標','org/target.html', {'tw' : 'content'}],		['醫院核心價值','org/kernel.html', {'tw' : 'content'}],			],	['護理部簡介', null, null,		['護理部沿革','org/nurIntrodev.html', {'tw' : 'content'}],		['護理部宗旨','org/nd-objective.html', {'tw' : 'content'}],		['護理部願景','org/nd-hope.html', {'tw' : 'content'}],		['護理部核心價值','org/nd-kernel.html', {'tw' : 'content'}],			['護理部政策','org/nurIntrodo.html', {'tw' : 'content'}],        ['護理部組織圖','org/nurIntropeople.html', {'tw' : 'content'}],	],	['歷年護理部大事紀','org/nurrecord-renew/nurrecord.html',{'tw' : 'content'}],	];
