
with(main=new menuname("Main Menu"))
{
  alwaysvisible=1;
  left=1;
  orientation="horizontal";
  style=topMenuStyle;
  top=1;
	menuwidth=770;
  position="relative";
  aI("text=HOME;url=/parklife;");
  aI("text=ON THE HILL;showmenu=OnTheHill;");
  aI("text=PARKS &amp; PIPES;showmenu=ParksAndPipes;");
  aI("text=CAMPS, DEVELOPMENT &amp; TRAINING;showmenu=Camps;");
  aI("text=EVENTS;url=/parklife/eventList.jsp?site=parklife;");
  aI("text=TEAM;showmenu=Team;");
  aI("text=GALLERY;showmenu=Gallery;");
  aI("text=CONTACT US;url=/parklife/contactUs.jsp;");
  aI("text=WWW.NZSKI.COM;url=/;");
}

drawMenus();


