
//
// Planning a Holiday Menu
//

with(QueenstownGuide=new menuname("QueenstownGuide"))
{
  style=menuStyle;
  aI("text=Queenstown;showmenu=Queenstown;");
  aI("text=Flights;showmenu=Flights;");
  aI("text=Accommodation;showmenu=AccommodationInfo;");
  aI("text=Transport;url=/listings.jsp?site=coronetpeak&category=5;");
  aI("text=Rental Vehicles;showmenu=RentalCars;");
  aI("text=Shopping;url=/listings.jsp?site=coronetpeak&category=6;");
  aI("text=Restaurants / Caf&eacute;s / Bars;url=/listings.jsp?site=coronetpeak&category=7;");
  aI("text=Ski &amp; Snowboard Shops;url=/listings.jsp?site=coronetpeak&category=9;");
  aI("text=Activities;showmenu=Activities;");
  aI("text=Travel & Services;url=/listings.jsp?site=coronetpeak&category=14;");
}

with(Queenstown=new menuname("Queenstown"))
{
  style=menuStyle;
  aI("text=About Queenstown;url=/guides/queenstown/index.jsp?site=coronetpeak;");
  aI("text=Maps;url=/guides/queenstown/maps.jsp?site=coronetpeak;");
}

with(Flights=new menuname("Flights"))
{
  style=menuStyle;
  aI("text=Flight Info;url=/products/flightInfo.jsp?site=coronetpeak;");
  aI("text=Purchase;url=http://bookit.nzski.com/flights;");
}

with(AccommodationInfo=new menuname("AccommodationInfo"))
{
  style=menuStyle;
  aI("text=Hotels;url=/listings.jsp?site=coronetpeak&category=1;");
  aI("text=Bed &amp; Breakfast &amp; Luxury Lodges;url=/listings.jsp?site=coronetpeak&category=3;");
  aI("text=Exclusive Holiday Homes;url=/listings.jsp?site=coronetpeak&filter=coronetpeak&category=15;");
  aI("text=Apartments;url=/listings.jsp?site=coronetpeak&category=2;");
  aI("text=Backpackers &amp; Lodges;url=/listings.jsp?site=coronetpeak&category=4;");
  aI("text=Purchase Accommodation;url=http://bookit.nzski.com/placestostay;");
}

with(RentalCars=new menuname("RentalCars"))
{
  style=menuStyle;
  aI("text=Rental Vehicle Info;url=/products/carRentalInfo.jsp?site=coronetpeak;");
  aI("text=Purchase;url=http://bookit.nzski.com/rentals;");
}

with(Activities=new menuname("Activities"))
{
  style=menuStyle;
  aI("text=Air;url=/listings.jsp?site=coronetpeak&category=11;");
  aI("text=Land;url=/listings.jsp?site=coronetpeak&category=12;");
  aI("text=Water;url=/listings.jsp?site=coronetpeak&category=13;");
}


//
// Mountain Info Menu
//



with(MountainInfo=new menuname("MountainInfo"))
{
  style=menuStyle;
  aI("text=About Coronet Peak;url=/guides/09/coronetpeak/;");  
  aI("text=Snow Reports and Snow Cams;showmenu=Reports;");
  aI("text=Mountain Statistics;url=/guides/09/coronetpeak/statistics.jsp;");
  aI("text=Children's Facilities;showmenu=ChildrensFacilities;");
  aI("text=Restaurants &amp; Caf&eacute;s;url=/guides/2010/coronetpeak/restaurants.jsp;");
  aI("text=Groups Information;showmenu=Groups;");
  aI("text=Mountain Transport;url=/guides/queenstown/2010/snowline.jsp?site=coronetpeak;");
  aI("text=Safety Information;showmenu=Safety;");
  aI("text=Sustainable Slopes;showmenu=SustainableSlopes;");
}

with(Reports=new menuname("Reports"))
{
  style=menuStyle;
  aI("text=Snow Report;url=/report.jsp?site=coronetpeak;");
  aI("text=Web Camera;url=/cameras.jsp?site=coronetpeak;");
}

with(ChildrensFacilities=new menuname("ChildrensFacilities"))
{
  style=menuStyle;	
   aI("text=Skiwiland;url=/products/2010/coronetpeak/skiwiland.jsp;");  
   aI("text=Kea Club;url=/products/2010/coronetpeak/keaclub.jsp;");
}

with(GroupsInformation=new menuname("Groups"))
{
  style=menuStyle;
  aI("text=School Groups;url=/guides/2010/coronetpeak/schoolGroups.jsp;");
  aI("text=Corporate Groups;url=/guides/2010/coronetpeak/corporateGroups.jsp;");
}

with(Safety=new menuname("Safety"))
{
  style=menuStyle;
  aI("text=Responsibility Code;url=/common/safety/responsibility.jsp?site=coronetpeak;");
  aI("text=Snow Safety;url=/common/safety/snow.jsp?site=coronetpeak;");
  aI("text=Road Safety;url=/common/safety/road.jsp?site=coronetpeak;");
}

with(SustainableSlopes=new menuname("SustainableSlopes"))
{
  style=menuStyle;
  aI("text=Sustainable Slopes;url=/sustainability.jsp?site=coronetpeak;"); 
  aI("text=Ride Share;url=/rideshare.jsp?site=coronetpeak;");
}

//
// Mountain Products Menu
//


with(MountainProducts=new menuname("MountainProducts"))
{
  style=menuStyle;
  aI("text=Beginner Information;url=/products/2010/coronetpeak/beginnerInfo.jsp;");
  aI("text=Season Passes;showmenu=SeasonPasses;");
  aI("text=Lift Passes;showmenu=LiftPasses;");
  aI("text=Rental Equipment;showmenu=RentalEquipment;");
  aI("text=Combo Packages;showmenu=ComboPackages;");
  aI("text=Night Ski Lift Passes;showmenu=NightSkiLiftPasses;");
  aI("text=First Tracks Lift Passes;url=/products/2010/coronetpeak/firstTracks.jsp;");
  aI("text=Snowsports School Info;url=/guides/2010/coronetpeak/snowSchool.jsp;");	
  aI("text=Group Lessons;showmenu=GroupLessons;");
  aI("text=Private Lessons;url=/products/2010/coronetpeak/privateLessons.jsp;");
  aI("text=Children's Programmes;showmenu=ChildrensProgrammes");
  aI("text=Training Programmes;url=/products/2010/coronetpeak/programmes.jsp;");
  aI("text=Adaptive Programmes;url=/products/2010/theremarkables/adaptiveProgrammes.jsp;");
  aI("text=Become a Snowboard/Ski Instructor;url=/products/2010/coronetpeak/instructor.jsp;");
  aI("text= Group Information;showmenu=Groups");
}

with(SeasonPasses=new menuname("SeasonPasses"))
{
  style=menuStyle;
  aI("text=Season Passes;url=/products/2010/seasonPasses.jsp?site=coronetpeak;");
  aI("text=Purchase;url=https://www.ebuy.nzski.com/webpoint/cgi-bin/wp.dll?nzski;");
}

with(LiftPasses=new menuname("LiftPasses"))
{
  style=menuStyle;
  aI("text=Lift Passes;url=/products/2010/coronetpeak/liftPasses.jsp;");
  aI("text=Purchase;url=http://www.nzski.com/mypass");
}

with(RentalEquipment=new menuname("RentalEquipment"))
{
  style=menuStyle;
  aI("text=Rental Equipment;url=/products/2010/coronetpeak/rental.jsp;");
  aI("text=Purchase;url=http://www.nzski.com/mypass");
}

with(ComboPackages=new menuname("ComboPackages"))
{
  style=menuStyle;
  aI("text=Combo Packages;url=/products/2010/coronetpeak/comboPacks.jsp;");
  aI("text=Purchase;url=http://bookings.bookitsecure.com/custom/NZSKIC.aspx?s=d0652ee0-b651-41dd-b84b-8cdef8d3b871&mountain=cp;");
}

with(NightSkiLiftPasses=new menuname("NightSkiLiftPasses"))
{
  style=menuStyle;
  aI("text=Night Skiing;url=/products/2010/coronetpeak/nightSki.jsp;");
  aI("text=Purchase;url=http://www.nzski.com/mypass");
}

with(GroupLessons=new menuname("GroupLessons"))
{
  style=menuStyle;
  aI("text=Adult Group Lessons;url=/products/2010/coronetpeak/groupLessons.jsp;");
  aI("text=Purchase;url=http://www.nzski.com/mypass");
}

with(ChildrensProgrammes=new menuname("ChildrensProgrammes"))
{
  style=menuStyle;	
   aI("text=Skiwiland;url=/products/2010/coronetpeak/skiwiland.jsp;");  
   aI("text=Kea Club;url=/products/2010/coronetpeak/keaclub.jsp;");
   aI("text=School Holidays;url=/products/2010/coronetpeak/holidays.jsp;");
}


//
// Events Menu
//


with(Events=new menuname("Events"))
{
  style=menuStyle;
  aI("text=Festivals / Events / Competitions;url=/events.jsp?site=coronetpeak&category=2;");
  aI("text=Results;url=/events.jsp?site=coronetpeak&category=3;");
  aI("text=Promotions;url=/events.jsp?site=coronetpeak&category=1;");
}

//
// Image Gallery Menu
//


with(Gallery=new menuname("Gallery"))
{
  style=menuStyle;
  aI("text=Coronet Peak;url=/gallery.jsp?site=coronetpeak;");
}
  
  
//
// Trade/Media Menu
//


with(TradeMedia=new menuname("TradeMedia"))
{
  style=menuStyle;
  aI("text=Image Gallery;url=/trade/gallery.jsp?site=coronetpeak;");
  aI("text=Media Releases;url=/trade/media.jsp?site=coronetpeak;");
  aI("text=Mountain Editorial;url=/trade/mountainDetails.jsp?site=coronetpeak;");
}


//
// Contact Us Menu
//

with(contactUs=new menuname("contactUs"))
{
  style=menuStyle;
  aI("text=Mountain Contacts;url=/contactUs.jsp?site=nzski;");
  aI("text=Employment;url=http://nzski.applyonline.co.nz/route.php;");
}


drawMenus();
