// This is the editable menu structure. Go nuts. _scrollAmount=3 // Used for Netscape 4 scrolling _scrollDelay=20 // Used for Netscape 4 scrolling _menuCloseDelay=500 // The delay for menus to remain visible on mouse off _menuOpenDelay=150 // The delay for opening menus on mouse over //_followSpeed=0 // Follow Scrolling speed (higher number makes the scrolling smoother but slower) //_followRate=0 // Follow Scrolling Rate (use a minimum of 40 or you may experience problems) _subOffsetTop=0; // Sub menu offset Top position _subOffsetLeft=0; // Sub menu offset Left position with (mainStyle=new mm_style()){ onbgcolor = "#FFFFFF"; oncolor = "#81B934"; offbgcolor = "#95CC4C"; offcolor = "#457AD1"; pagebgcolor = "#FF2900"; pagecolor = "#000000"; bordercolor = "#95CC4C"; borderstyle = "solid"; borderwidth = "0"; separatorcolor = "#497ED5"; separatorsize = 1; padding = 4; align = "center" fontsize = "12px"; fontstyle = "normal"; fontweight = "normal"; fontfamily = "Arial, Helvetica, sans-serif"; } with (mainSubStyle=new mm_style()){ onbgcolor = "#DCF1F6"; oncolor = "#000000"; offbgcolor = "#95CC4C"; offcolor = "#57AD1"; pagebgcolor = "#FFFFFF"; pagecolor = "#000000"; bordercolor = "#666666"; borderstyle = "solid"; borderwidth = "1"; separatorcolor = "#0093B1"; separatorsize = 0; padding = 4; align = "left" fontsize = "11px"; fontstyle = "normal"; fontweight = "normal"; fontfamily = "Arial, Helvetica, sans-serif"; subimage = "/images/menu-arrow.gif"; } with (milonic=new menuname("mainmenu")) { alwaysvisible=1; orientation="horizontal"; position="relative"; itemheight=26; style=mainStyle; aI("text=  Home  ;url=/1.html;"); aI("text=  About New Zealand  ;url=/161.html;"); aI("text=  Courses  ;url=/185.html;"); aI("text=  Institutions  ;showmenu=129;url=/129.html;"); aI("text=  About Manawatu  ;showmenu=131;url=/131.html;"); aI("text=  Members  ;url=/176.html;"); aI("text=  Student & Alumni Profile  ;showmenu=217;url=/217.html;"); aI("text=  Links  ;showmenu=9;url=/9.html;"); } with (milonic=new menuname("129")) { alwaysvisible=0; orientation="vertical"; style=mainSubStyle; aI("text=   Tertiary Institutions   ;showmenu=136;url=/136.html;"); aI("text=   English Language Schools   ;showmenu=141;url=/141.html;"); aI("text=   Secondary Schools   ;showmenu=147;url=/147.html;"); aI("text=   Primary and Intermediate Schools   ;showmenu=183;url=/183.html;"); } with (milonic=new menuname("136")) { alwaysvisible=0; orientation="vertical"; style=mainSubStyle; aI("text=   Massey University   ;url=/137.html;"); aI("text=   UCOL   ;url=/139.html;"); aI("text=   International Pacific College   ;url=/140.html;"); } with (milonic=new menuname("141")) { alwaysvisible=0; orientation="vertical"; style=mainSubStyle; aI("text=   CUPELS - Centre for university preparation and English language studies   ;url=/145.html;"); aI("text=   ETC English Language School   ;url=/142.html;"); } with (milonic=new menuname("147")) { alwaysvisible=0; orientation="vertical"; style=mainSubStyle; aI("text=   Awatapu College   ;url=/148.html;"); aI("text=   Dannevirke High School   ;url=/149.html;"); aI("text=   Feilding High School   ;url=/150.html;"); aI("text=   Freyberg High School   ;url=/151.html;"); aI("text=   Horowhenua College   ;url=/152.html;"); aI("text=   Longburn Adventist College   ;url=/153.html;"); aI("text=   Manawatu College   ;url=/154.html;"); aI("text=   Palmerston North Boys' High School   ;url=/155.html;"); aI("text=   Palmerston North Girls' High School   ;url=/156.html;"); aI("text=   Queen Elizabeth College   ;url=/157.html;"); aI("text=   St. Peter's College   ;url=/158.html;"); } with (milonic=new menuname("183")) { alwaysvisible=0; orientation="vertical"; style=mainSubStyle; aI("text=   Palmerston North Intermediate Normal School   ;url=/184.html;"); } with (milonic=new menuname("131")) { alwaysvisible=0; orientation="vertical"; style=mainSubStyle; aI("text=   Accommodation   ;url=/134.html;"); } with (milonic=new menuname("217")) { alwaysvisible=0; orientation="vertical"; style=mainSubStyle; aI("text=   Student Profile   ;url=/188.html;"); } with (milonic=new menuname("9")) { alwaysvisible=0; orientation="vertical"; style=mainSubStyle; aI("text=   Sitemap   ;url=/12.html;"); aI("text=   Contact Us   ;url=/13.html;"); aI("text=   Search Site   ;url=/15.html;"); } drawMenus();