 /***********************************************
*	(c) Ger Versluis 2000 version 13.20 October 12, 2005    *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=7;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#FFFFFF";			// Background color when mouse is not over
	var HighBgColor="#CCEECC";			// Background color when mouse is over
	var FontLowColor="#000000";			// Font color when mouse is not over
	var FontHighColor="#332288";			// Font color when mouse is over
	var BorderColor="#6644CC";			// Border color
	var BorderWidthMain=2;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border between elements main items 1 or 0
	var BorderBtwnSub=1;			// Border between elements sub items 1 or 0
	var FontFamily="arial";	// Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="center";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=110;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=2;			// Distance between main menu and frame border
	var LeftPaddng=3;				// Left padding
	var TopPaddng=-1;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="menu";			// Frame where first level appears
	var SecLineFrame="main";			// Frame where sub levels appear
	var DocTargetFrame="main";		// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=["http://www.npc.edu.hk/npctemp/tri.gif",5,10,"http://www.npc.edu.hk/npctemp/tridown.gif",10,5,"/trileft.gif",5,10,"/triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=1;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu3_2_1=new Array(.......

	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
	var OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=85)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 
Menu1=new Array("回首頁","main.htm","",0,20,45,"","","","","","",-1,-1,-1,"","");
//Menu2=new Array("上一頁","javascript:history.go(-1)","",0,20,45,"","","","","","",-1,-1,-1,"","");
Menu2=new Array("校長的話","s1/01a.jpg","",0,20,75,"","","","","","",-1,-1,-1,"","");	
Menu3=new Array("學校概覽","","",14,20,75,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("辦學宗旨","overview/aim.htm","",0,20,130,"","","","","","",-1,-1,-1,"","");	
	Menu3_2=new Array("學校簡史","overview/history.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");	
	Menu3_3=new Array("校訓","overview/motto.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu3_4=new Array("行政架構","test.htm","",4,20,100,"","","","","","",-1,-1,-1,"","");
		Menu3_4_1=new Array("校董會成員","overview/topmember.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu3_4_2=new Array("校長個人檔案","p/index.htm","",6,20,100,"","","","","","",-1,-1,-1,"","");
			Menu3_4_2_1=new Array("教育信念","p/index.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
			Menu3_4_2_2=new Array("專業發展","p/develop.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
			Menu3_4_2_3=new Array("教育公職","p/public.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
			Menu3_4_2_4=new Array("教學經驗","p/teaching.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
			Menu3_4_2_5=new Array("教育理想","p/ideal.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
			Menu3_4_2_6=new Array("校長的座右銘","p/motto.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu3_4_3=new Array("各部門負責老師","overview/panelhead.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu3_4_4=new Array("師資","overview/qualification.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu3_5=new Array("學校發展計劃","overview/report.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");	
	Menu3_6=new Array("學校設施","overview/facilities/facilities.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu3_7=new Array("科組網頁","overview/group.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu3_8=new Array("入學申請","","",1,20,100,"","","","","","",-1,-1,-1,"","");
		Menu3_8_1=new Array("插班生申請","overview/admission.htm","",0,20,125,"","","","","","",-1,-1,-1,"","");
				// Menu3_8_2=new Array("中一七月轉校申請","overview/admission_s1.htm","",0,20,125,"","","","","","",-1,-1,-1,"","");
	Menu3_9=new Array("校歌","overview/schoolsong.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu3_10=new Array("校曆表","javascript:NewWin=window.open(\"http://www.npc.edu.hk/overview/1011calendar.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu3_11=new Array("教職員合照","overview/staffphoto.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu3_12=new Array("學校概覽","javascript:NewWin=window.open(\"http://www.chsc.hk/secondary/tc/schooldetail.asp?sch_id=1176&scl_District=local&District=KT\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu3_13=new Array("校訊","javascript:NewWin=window.open(\"http://www.npc.edu.hk/20100426pamphlet_sch.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu3_14=new Array("迎接新學制","NewAcademicStructure.pdf","",0,20,100,"","","","","","",-1,-1,-1,"","");
		
Menu4=new Array("學與教","","",13,20,120,"","","","","","",-1,-1,-1,"","");
	Menu4_1=new Array("教師名單","","",1,20,120,"","","","","","",-1,-1,-1,"","");
	          Menu4_1_1=new Array("教師名單","teacher/teacher.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array("科任老師","","",3,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_2_1=new Array("S.1-3","teacher/subjects_S1-S3.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_2_2=new Array("S.4-5","teacher/subjects_S4-S5.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_2_3=new Array("S.6-7","teacher/subjects_S6-S7.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu4_3=new Array("科目結構","teacher/structure.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu4_4=new Array("拔尖補底","teacher/remedial.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu4_5=new Array("寧波大使","teacher/NPambassador.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu4_6=new Array("學生成績","test.htm","",5,20,120,"","","","","","",-1,-1,-1,"","");
		Menu4_6_1=new Array("學業評估","","",3,20,100,"","","","","","",-1,-1,-1,"","");
   		    Menu4_6_1_1=new Array("2010","teacher/assessment/IA_2010.pdf","",0,20,100,"","","","","","",-1,-1,-1,"","");
   		    Menu4_6_1_2=new Array("2009","teacher/assessment/IA_2009.pdf","",0,20,100,"","","","","","",-1,-1,-1,"","");
   		    Menu4_6_1_3=new Array("2008","teacher/assessment/IA_2006.pdf","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_6_2=new Array("成績龍虎榜","","",4,20,100,"","","","","","",-1,-1,-1,"","");
                  Menu4_6_2_1=new Array("2009-10","","",3,20,100,"","","","","","",-1,-1,-1,"","");
                        Menu4_6_2_1_1=new Array("09-10上學期考試","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/0910_1st_1.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
                        Menu4_6_2_1_2=new Array("09-10統一測驗","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/0910_2nd_1.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
                        Menu4_6_2_1_3=new Array("09-10全年成績","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/0910_all.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
                  Menu4_6_2_2=new Array("2008-09","","",3,20,100,"","","","","","",-1,-1,-1,"","");
                        Menu4_6_2_2_1=new Array("08-09上學期考試","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/0809_1st_1.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
  			Menu4_6_2_2_2=new Array("08-09統一測驗","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/0809_2nd_1.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
                        Menu4_6_2_2_3=new Array("08-09全年成績","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/0809_all.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
                  Menu4_6_2_3=new Array("2007-08","","",3,20,100,"","","","","","",-1,-1,-1,"","");
  			Menu4_6_2_3_1=new Array("07-08上學期考試","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/0708_1st_test.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
			Menu4_6_2_3_2=new Array("07-08統一測驗","javascript:NewWin=window.open(\"http://www.npc.edu.hk/0708_MidTerm.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
			Menu4_6_2_3_3=new Array("07-08全年成績","javascript:NewWin=window.open(\"http://www.npc.edu.hk/0708YearResult.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
                  Menu4_6_2_4=new Array("2006-07","","",4,20,100,"","","","","","",-1,-1,-1,"","");
			Menu4_6_2_4_1=new Array("06-07上學期測驗","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/0607_1st_test.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
			Menu4_6_2_4_2=new Array("06-07上學期考試","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/0607_1st_1.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
			Menu4_6_2_4_3=new Array("06-07下學期測驗","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/0607_2nd_1.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
			Menu4_6_2_4_4=new Array("06-07全年成績","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/06-07_overall.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");

		  Menu4_6_3=new Array("頒獎禮得獎名單","","",4,20,100,"","","","","","",-1,-1,-1,"","");
			Menu4_6_3_1=new Array("0506年度第35屆頒獎禮","news/reward.htm","",0,20,140,"","","","","","",-1,-1,-1,"","");
                        Menu4_6_3_2=new Array("0607年度第36屆頒獎禮","javascript:NewWin=window.open(\"http://www.npc.edu.hk/news/wl0607_scholarship.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","");
                        Menu4_6_3_3=new Array("0708年度第37屆頒獎禮","javascript:NewWin=window.open(\"http://www.npc.edu.hk/news/Scholarships_Prizes_0708.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","");
                        Menu4_6_3_4=new Array("0809年度第38屆頒獎禮","javascript:NewWin=window.open(\"http://www.npc.edu.hk/news/Scholarships_Prizes_0809.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","");
		Menu4_6_4=new Array("學生作品","teacher/studentswork/index.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_6_5=new Array("學業成績進步獎","","",5,20,100,"","","","","","",-1,-1,-1,"","");
                  Menu4_6_5_1=new Array("2009-10","","",2,20,100,"","","","","","",-1,-1,-1,"","");
                        Menu4_6_5_1_1=new Array("09-10上學期","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/0910_1stBestImproved.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
                        Menu4_6_5_1_2=new Array("09-10統一測驗","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/0910_2ndBestImproved.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
                  Menu4_6_5_2=new Array("2008-09","","",2,20,100,"","","","","","",-1,-1,-1,"","");
                        Menu4_6_5_2_1=new Array("08-09上學期","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/0809_1stBestImproved.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
                        Menu4_6_5_2_2=new Array("08-09統一測驗","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/0809_2ndBestImproved.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
                  Menu4_6_5_3=new Array("2007-08","","",3,20,100,"","","","","","",-1,-1,-1,"","");
                        Menu4_6_5_3_1=new Array("07-08上學期","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/0708_1stBestImproved.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
			Menu4_6_5_3_2=new Array("07-08統一測驗","javascript:NewWin=window.open(\"http://www.npc.edu.hk/0708_MidTermImp.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
			Menu4_6_5_3_3=new Array("07-08全年","javascript:NewWin=window.open(\"http://www.npc.edu.hk/0708_improvement.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");			
                  Menu4_6_5_4=new Array("2006-07","","",3,20,100,"","","","","","",-1,-1,-1,"","");
			Menu4_6_5_4_1=new Array("06-07上學期","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/0607_1st_2.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
			Menu4_6_5_4_2=new Array("06-07下學期","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/0607_2nd_2.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
			Menu4_6_5_4_3=new Array("06-07全年","javascript:NewWin=window.open(\"http://www.npc.edu.hk/wave/06-07_BestImproved.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
                  Menu4_6_5_5=new Array("2005-06","","",1,20,100,"","","","","","",-1,-1,-1,"","");
                        Menu4_6_5_5_1=new Array("05-06下學期","javascript:NewWin=window.open(\"http://www.npc.edu.hk/teacher/im0506.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
			
	Menu4_7=new Array("專題研習","teacher/project.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu4_8=new Array("晨讀計畫","teacher/morningreading.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu4_9=new Array("生活教育","teacher/life/index.htm","",5,20,120,"","","","","","",-1,-1,-1,"","");
		Menu4_9_1=new Array("健康校園政策","teacher/life/SEP09.pdf","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_9_2=new Array("環保教育","teacher/life/indexe.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
    		Menu4_9_3=new Array("寧波公學的環保措施","teacher/life/green.htm","",0,30,100,"","","","","","",-1,-1,-1,"","");
		Menu4_9_4=new Array("價值情意培育","teacher/life/indexv.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_9_5=new Array("生活點滴","teacher/life/life.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu4_10=new Array("語文能力提昇","","",3,20,120,"","","","","","",-1,-1,-1,"","");
		Menu4_10_1=new Array("中國語文","teacher/chinese.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_10_2=new Array("英國語文","teacher/english.htm","",5,20,100,"","","","","","",-1,-1,-1,"",""); 
         		Menu4_10_2_1=new Array("英文學會 ","javascript:NewWin=window.open(\"http://www.npc.edu.hk/~eng\",\"NWin\");window[\"NewWin\"].focus()","",0,20,150,"","","","","","",-1,-1,-1,"",""); 
			Menu4_10_2_2=new Array("英語自學園地","","",5,20,150,"","","","","","",-1,-1,-1,"","");
                       	     Menu4_10_2_2_1=new Array("英語文法練習 ","javascript:NewWin=window.open(\"http://www.english-grammar-lessons.com/\",\"NWin\");window[\"NewWin\"].focus()","",0,20,170,"","","","","","",-1,-1,-1,"",""); 
   			     Menu4_10_2_2_2=new Array("學生英語閱讀報告","javascript:NewWin=window.open(\"http://www.npc.edu.hk/~eng/pdf/BookReportForms.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,170,"","","","","","",-1,-1,-1,"",""); 
                    	     Menu4_10_2_2_3=new Array("英語詞彙 ","vocabulary.htm","",0,20,170,"","","","","","",-1,-1,-1,"",""); 
                             Menu4_10_2_2_4=new Array("英語網上練習English Builder ","javascript:NewWin=window.open(\"http://www.wiseman.com.hk/\",\"NWin\");window[\"NewWin\"].focus()","",0,20,170,"","","","","","",-1,-1,-1,"",""); 
   			     Menu4_10_2_2_5=new Array("自學英語網址推介  ","link.htm","",0,20,170,"","","","","","",-1,-1,-1,"",""); 
			Menu4_10_2_3=new Array("英語活動照片 ","","",6,20,155,"","","","","","",-1,-1,-1,"",""); 
       			     Menu4_10_2_3_1=new Array("暑期英語沉浸課程","javascript:NewWin=window.open(\"http://www.npc.edu.hk:8080/gallery/album1653\",\"NWin\");window[\"NewWin\"].focus()","",0,20,160,"","","","","","",-1,-1,-1,"","");
       			     Menu4_10_2_3_2=new Array("寧波英語復活營","javascript:NewWin=window.open(\"http://www.npc.edu.hk:8080/gallery/album1476\",\"NWin\");window[\"NewWin\"].focus()","",0,20,160,"","","","","","",-1,-1,-1,"","");
                    	     Menu4_10_2_3_3=new Array("萬聖節活動 ","javascript:NewWin=window.open(\"http://www.npc.edu.hk:8080/gallery/album1791\",\"NWin\");window[\"NewWin\"].focus()","",0,20,160,"","","","","","",-1,-1,-1,"","");
       			     Menu4_10_2_3_4=new Array("基督教國際學校英語文流日","javascript:NewWin=window.open(\"http://www.npc.edu.hk:8080/gallery/album1839\",\"NWin\");window[\"NewWin\"].focus()","",0,20,160,"","","","","","",-1,-1,-1,"","");
       			     Menu4_10_2_3_5=new Array("英文公開試口語巧講座 ","javascript:NewWin=window.open(\"http://www.npc.edu.hk:8080/gallery/album1788\",\"NWin\");window[\"NewWin\"].focus()","",0,20,160,"","","","","","",-1,-1,-1,"","");
       			     Menu4_10_2_3_6=new Array("英語故事朗讀比賽","javascript:NewWin=window.open(\"http://www.npc.edu.hk:8080/gallery/album1823\",\"NWin\");window[\"NewWin\"].focus()","",0,20,160,"","","","","","",-1,-1,-1,"","");
			Menu4_10_2_4=new Array("英文科刊物 ","teacher/english.htm","",2,20,155,"","","","","","",-1,-1,-1,"",""); 
              		     Menu4_10_2_4_1=new Array("英語學習在寧波","javascript:NewWin=window.open(\"http://www.npc.edu.hk/20100426pamphlet_Eng.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,155,"","","","","","",-1,-1,-1,"",""); 
              		     Menu4_10_2_4_2=new Array("強化英語學習環境","javascript:NewWin=window.open(\"http://www.npc.edu.hk/impeng.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,155,"","","","","","",-1,-1,-1,"",""); 
			Menu4_10_2_5=new Array("學生獎項及作品 ","","",2,20,155,"","","","","","",-1,-1,-1,"",""); 
    			     Menu4_10_2_5_1=new Array("學生獎項","awards.htm","",0,20,100,"","","","","","",-1,-1,-1,"",""); 
    			     Menu4_10_2_5_2=new Array("學生作品","","",3,20,100,"","","","","","",-1,-1,-1,"","");
          			     Menu4_10_2_5_2_1=new Array("中一級","javascript:NewWin=window.open(\"http://www.npc.edu.hk/~eng/pdf/F1.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
          			     Menu4_10_2_5_2_2=new Array("中二級","javascript:NewWin=window.open(\"http://www.npc.edu.hk/~eng/pdf/F2.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
          			     Menu4_10_2_5_2_3=new Array("中三級","javascript:NewWin=window.open(\"http://www.npc.edu.hk/~eng/pdf/F3.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_10_3=new Array("普通話","teacher/putunghua.htm","",0,20,100,"","","","","","",-1,-1,-1,"",""); 
	Menu4_11=new Array("教師專業發展","","",2,20,120,"","","","","","",-1,-1,-1,"","");
		Menu4_11_1=new Array("教師發展日","teacher/T_development.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_11_2=new Array("點滴師語","teacher/T_message.htm","",0,20,100,"","","","","","",-1,-1,-1,"",""); 
	Menu4_12=new Array("家長學堂","pta/lesson.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
        Menu4_13=new Array("校本教學語言政策","javascript:NewWin=window.open(\"http://www.npc.edu.hk/lanadjust.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,155,"","","","","","",-1,-1,-1,"",""); 



Menu5=new Array("校園動向","","",6,20,75,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("活動照片","activities/index.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	//Menu5_2=new Array("各級班相","0809ClassPhoto.htm","","",0,50,100,"","","","","","",-1,-1,-1,"","");
        Menu5_2=new Array("各級班相","0910ClassPhoto.htm","",0,20,100,"","","","","","",-1,-1,-1,"",""); 
		//Menu5_2_1=new Array("S.1-3","gallery/0607.htm#s1","",0,20,100,"","","","","","",-1,-1,-1,"","");
		//Menu5_2_2=new Array("S.4-5","gallery/0607.htm#s4","",0,20,100,"","","","","","",-1,-1,-1,"","");
		//Menu5_2_3=new Array("S.6-7","gallery/0607.htm#s6","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu5_3=new Array("學校通告","letter/letter.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu5_4=new Array("學生心聲","students/feedback.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
        Menu5_5=new Array("對外交流","teacher/diplomacy.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
                 Menu5_6=new Array("頒獎典禮","","",3,20,100,"","","","","","",-1,-1,-1,"","");
                      Menu5_6_1=new Array("36屆頒獎典禮","36th_speechday/36th.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
                      Menu5_6_2=new Array("37屆頒獎典禮","37th_speechday/37th.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
                      Menu5_6_3=new Array("38屆頒獎典禮","38th_speechday/38th.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
        Menu5_6=new Array("傳媒報導","teacher/media.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
        //Menu5_4=new Array("校外活動及獎狀","news/cert.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
Menu6=new Array("課外活動","","",3,20,75,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("學會網頁","eca/index.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu6_2=new Array("學生得獎名單","javascript:NewWin=window.open(\"http://www.npc.edu.hk/portfolio/index.htm\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu6_3=new Array("藝展資訊","javascript:NewWin=window.open(\"http://www.npc.edu.hk/藝展資訊CL_20100325.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,155,"","","","","","",-1,-1,-1,"",""); 
Menu7=new Array("連結","","",11,20,100,"","","","","","",-1,-1,-1,"","");
	Menu7_1=new Array("校長網上會客室","javascript:NewWin=window.open(\"http://www.npc.edu.hk/guestbook/index.htm\",\"NWin\");window[\"NewWin\"].focus()","",3,20,100,"","","","","","",-1,-1,-1,"",""); 
		Menu7_1_1=new Array("05-06校長網上會客室","javascript:NewWin=window.open(\"http://www.npc.edu.hk/guestbook/0506_guestbook.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,135,"","","","","","",-1,-1,-1,"",""); 
		Menu7_1_2=new Array("06-07校長網上會客室","javascript:NewWin=window.open(\"http://www.npc.edu.hk/guestbook/0607_guestbook.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"",""); 
		Menu7_1_3=new Array("寧波是我家網上傳心意","javascript:NewWin=window.open(\"http://www.npc.edu.hk/guestbook/0506_guestbookte.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu7_2=new Array("教師個人網頁","link/index.htm","",0,20,70,"","","","","","",-1,-1,-1,"",""); 
	Menu7_3=new Array("學生園地","students/feedback.htm","",0,20,100,"","","","","","",-1,-1,-1,"",""); 
	Menu7_4=new Array("MySch","javascript:NewWin=window.open(\"http://npc.mysch.net/mysch\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"",""); 
	Menu7_5=new Array("學校圖書館","javascript:NewWin=window.open(\"http://www.npc.edu.hk/~lib\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"",""); 
	Menu7_6=new Array("English Builder","javascript:NewWin=window.open(\"http://www.englishbuilder.hk\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"",""); 
        Menu7_11=new Array("中七升學指南","javascript:NewWin=window.open(\"http://27771112.hk/f7/index.php\",\"NWin\");window[\"NewWin\"].focus()","",0,20,120,"","","","","","",-1,-1,-1,"",""); 
	Menu7_7=new Array("家長教師會","pta/index.htm","",5,20,100,"","","","","","",-1,-1,-1,"",""); 
		Menu7_7_1=new Array("最新消息","pta/index.htm","",0,20,100,"","","","","","",-1,-1,-1,"",""); 
		Menu7_7_2=new Array("家教會活動","pta/act.htm","",0,20,100,"","","","","","",-1,-1,-1,"",""); 
		Menu7_7_3=new Array("家長學堂","pta/lesson.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu7_7_4=new Array("家長心聲","pta/feedback.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu7_7_5=new Array("家教會通訊","","",4,20,100,"","","","","","",-1,-1,-1,"","");
                 	Menu7_7_5_1=new Array("第一頁","javascript:NewWin=window.open(\"http://www.npc.edu.hk/p1.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
  		        Menu7_7_5_2=new Array("第二頁","javascript:NewWin=window.open(\"http://www.npc.edu.hk/p2.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
  		        Menu7_7_5_3=new Array("第三頁","javascript:NewWin=window.open(\"http://www.npc.edu.hk/p3.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
  		        Menu7_7_5_4=new Array("第四頁","javascript:NewWin=window.open(\"http://www.npc.edu.hk/p4.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu7_8=new Array("校友會","","",3,20,100,"","","","","","",-1,-1,-1,"",""); 
                Menu7_8_1=new Array("校友會網頁","javascript:NewWin=window.open(\"http://www.npc.edu.hk/~alumni\",\"NWin\");window[\"NewWin\"].focus()","",0,20,70,"","","","","","",-1,-1,-1,"","");
                Menu7_8_2=new Array("校友殊榮","SF.htm","",0,20,100,"","","","","","",-1,-1,-1,"",""); 
                Menu7_8_3=new Array("傑出校友","topsf.htm","",0,20,100,"","","","","","",-1,-1,-1,"",""); 
        Menu7_9=new Array("其他連結","test.htm","",0,20,70,"","","","","","",-1,-1,-1,"",""); 
       	Menu7_10=new Array("聯絡我們","link/contactus.htm","",0,20,70,"","","","","","",-1,-1,-1,"","");  