/*jslint browser: true, eqeqeq: true, undef: true, evil: true */
/*global Conferences */
/******************************************************************************
Lines above are for jslint, the JavaScript verifier.  http://www.jslint.com/
******************************************************************************/

// For each conference, write a statement like the following:
//
//   Conferences.add({ name: "Fundamentals of Commercial and Industrial Lighting",
//                     url: "/na/business_lighting/education_resources/conferences/detail_candifundamnt.htm",
//                     cost: 550,                        // in U.S. Dollars
//                     credits: 1.5,                     // in CEUs
//                     learningUnits: false,             // false or true
//                     registrationMethod: "online" });  // "online" or "print"
//
// Then *optionally* one or more statements like the following:
// 
//   Conferences.addSession("06/16/2010", "06/18/2010");
//   Conferences.addSession("08/03/2010", "08/05/2010");
//   Conferences.addSession("12/07/2010", "12/09/2010");
//
// Which conferences have sessions and which ones don't have any are now
// determined automatically.  You don't have to maintain separate lists
// of them anymore.
//
// Conference dates are sorted automatically.  You don't have to specify
// them in order anymore.
//
// Conferences.addSession() adds dates to the conference most recently
// specified using a Conferences.add() call.
//
// Ampersands in conference names SHOULD NOT be escaped anymore.
//
// UPCOMING CONFERENCES, AND COURSES NOT PLANNED TO BE OFFERED
//
// NOTE: All courses added using a Conferences.add() call that have no
// sessions added using Conferences.addSession() will be listed under
// "Upcoming Conferences" on this page:
// 
//     http://www.gelighting.com/na/business_lighting/education_resources/conferences/schedule.htm
//
// If there are no plans to offer a particular course, the best option
// is to simply comment out or remove its Conferences.add() call.
/*  &mdash; <b style='color: red;'>NEW</b> */
Conferences.add({ name: "Advanced Selling Tools",
		  url: "/na/business_lighting/education_resources/conferences/detail_advanced_selling_tools.htm",
		  cost: 400,
		  credits: 1.0,
		  learningUnits: false,
		  registrationMethod: "online" });

Conferences.addSession("04/11/2012", "04/13/2012");
Conferences.addSession("08/28/2012", "08/30/2012");
Conferences.addSession("11/14/2012", "11/16/2012");

Conferences.add({ name: "AF-6 Drives Troubleshooting and Start up",
		  former_name: "AF-6 Start-up and Troubleshooting",
		  url: "/na/business_lighting/education_resources/conferences/detail_af6_startup_troubleshooting.htm",
		  cost: 400,
		  credits: 0,
		  learningUnits: false,
		  registrationMethod: "online" });

Conferences.add({ name: "Advanced AF-6 Drives",
		  url: "/na/business_lighting/education_resources/conferences/detail_advanced_af6_drives.htm",
		  cost: 550,
		  credits: 0,
		  learningUnits: false,
		  registrationMethod: "online" });

Conferences.add({ name: "Controls Training Workshop",
		  url: "/na/business_lighting/education_resources/conferences/detail_controls_training_workshop.htm",
		  cost: 550,
		  credits: 0,
		  learningUnits: false,
		  registrationMethod: "online" });

Conferences.addSession("05/15/2012", "05/17/2012");

Conferences.add({ name: "Fundamentals of Lighting",
		  former_name: "Fundamentals of Commercial and Industrial Lighting",
		  url: "/na/business_lighting/education_resources/conferences/detail_candifundamnt.htm",
		  cost: 550,
		  credits: 1.5,
		  learningUnits: false,
		  registrationMethod: "online" }); 

Conferences.addSession("02/07/2012", "02/09/2012");
Conferences.addSession("05/01/2012", "05/03/2012");
Conferences.addSession("07/31/2012", "08/02/2012");
Conferences.addSession("12/11/2012", "12/13/2012");

Conferences.add({ name: "Hospitality Lighting",
		  former_name: "Hospitality Lighting Trends",
		  url: "/na/business_lighting/education_resources/conferences/detail_hospitality.htm",
		  cost: 400,
		  credits: 0,
		  learningUnits: false,
		  registrationMethod: "online" });

Conferences.addSession("10/30/2012", "10/31/2012");

Conferences.add({ former_name: "Industrial Solutions 101",
		  name: "C&I Products 101 (Distributor Training)",
		  url: "/na/business_lighting/education_resources/conferences/detail_ci_101.htm",
		  cost: 550,
		  credits: 0,
		  learningUnits: false,
		  registrationMethod: "online" });

Conferences.addSession("02/07/2012", "02/09/2012");
Conferences.addSession("04/10/2012", "04/12/2012");
Conferences.addSession("06/05/2012", "06/07/2012");
Conferences.addSession("08/07/2012", "08/09/2012");

Conferences.add({ former_name: "Industrial Solutions 102",
		  name: "C&I Products 102 (Distributor Training)",
		  url: "/na/business_lighting/education_resources/conferences/detail_ci_102.htm",
		  cost: 550,
		  credits: 0,
		  learningUnits: false,
		  registrationMethod: "online" });

Conferences.addSession("03/13/2012", "03/15/2012");
Conferences.addSession("05/01/2012", "05/03/2012");
Conferences.addSession("06/19/2012", "06/21/2012");
Conferences.addSession("08/21/2012", "08/23/2012");
Conferences.addSession("10/23/2012", "10/25/2012");

Conferences.add({ former_name: "Industrial Solutions 103",
		  name: "C&I Products 103 (Distributor Training)",
		  url: "/na/business_lighting/education_resources/conferences/detail_ci_103.htm",
		  cost: 550,
		  credits: 0,
		  learningUnits: false,
		  registrationMethod: "online" });

Conferences.addSession("03/27/2012", "03/29/2012");
Conferences.addSession("11/06/2012", "11/08/2012");

Conferences.add({ name: "Lighting for Healthcare Facilities",
		  url: "/na/business_lighting/education_resources/conferences/detail_lighting_health.htm",
		  cost: 400,
		  credits: 1.0,
		  learningUnits: false,
		  registrationMethod: "online" });

Conferences.addSession("06/05/2012", "06/06/2012");

Conferences.add({ name: "LED and Energy Efficient Lighting Trends for Retail",
		  url: "/na/business_lighting/education_resources/conferences/detail_energy_efficient_trends.htm",
		  cost: 400,
		  credits: 1.0,
		  learningUnits: false,
		  registrationMethod: "online" });

Conferences.addSession("09/18/2012", "09/19/2012");

Conferences.add({ name: "Lighting Retrofits",
		  url: "/na/business_lighting/education_resources/conferences/detail_lighting_retrofits.htm",
		  cost: 400,
		  credits: 1.0,	// used to be 0
		  learningUnits: false,
		  registrationMethod: "online" });

Conferences.addSession("03/27/2012", "03/28/2012");
Conferences.addSession("07/26/2012", "07/27/2012");
Conferences.addSession("09/06/2012", "09/07/2012");

Conferences.add({ name: "LC Exam Prep Course",
		  url: "/na/business_lighting/education_resources/conferences/detail_lc_exam_prep.htm",
		  cost: 550,
		  credits: 1.5,
		  learningUnits: false,
		  registrationMethod: "online" });

Conferences.addSession("09/26/2012", "09/28/2012");
		  
Conferences.add({ name: "Trends in Museum Lighting",
		  former_name: "Museum Lighting",
		  url: "/na/business_lighting/education_resources/conferences/detail_museum.htm",
		  cost: 400,
		  credits: 0, //used to be 1.0
		  learningUnits: false,
		  registrationMethod: "online" });

Conferences.addSession("10/17/2012", "10/18/2012");

Conferences.add({ name: "LED Indoor Lighting Workshop &mdash; <b style='color: red;'>NEW</b>",
	  url: "/na/business_lighting/education_resources/conferences/detail_indoor_lighting.htm",
	  cost: 400,
	  credits: 0,
	  learningUnits: false,
	  registrationMethod: "online" });

Conferences.addSession("02/14/2012", "02/15/2012");

Conferences.add({ name: "LED Outdoor Lighting Workshop",
		  former_name: "Outdoor Lighting",
		  url: "/na/business_lighting/education_resources/conferences/detail_outdoor_lighting.htm",
		  cost: 400,
		  credits: 0,	// used to be 1.0
		  learningUnits: false,
		  registrationMethod: "online" });

Conferences.addSession("03/13/2012", "03/14/2012");
Conferences.addSession("11/01/2012", "11/02/2012");

Conferences.add({ name: "Advanced Lighting for Distributors",
		  former_name: "Advanced Lighting Update",
		  url: "/na/business_lighting/education_resources/conferences/detail_advanced.htm",
		  cost: 400,
		  credits: 0,	// used to be 1.0
		  learningUnits: false,
		  registrationMethod: "online" });
		  
		  

// Conferences.add({ name: "Advanced MCC and Switchboard Takeoffs",
// 		  url: "/na/business_lighting/education_resources/conferences/detail_advanced_motor_control_centers.htm",
// 		  cost: 550,
// 		  credits: 0,
// 		  learningUnits: false,
// 		  registrationMethod: "online" });

// Conferences.add({ name: "Basic Distributor Sales Training (Edison Elite)",
// 		  url: "/na/business_lighting/education_resources/conferences/detail_basic_distributor_sales.htm",
// 		  cost: 500,
// 		  credits: 0,
// 		  learningUnits: false,
// 		  registrationMethod: "online" });

// Conferences.add({ name: "Workshop for Architects",
// 		  url: "/na/business_lighting/education_resources/conferences/detail_workshop_for_architects.htm",
// 		  cost: 550,
// 		  credits: 0,
// 		  learningUnits: false,
// 		  registrationMethod: "online" });

// Conferences.add({ name: "Switchgear Basics",
// 		  url: "/na/business_lighting/education_resources/conferences/detail_switchgear_basics.htm",
// 		  cost: 550,
// 		  credits: 0,
// 		  learningUnits: false,
// 		  registrationMethod: "online" });

// Conferences.add({ name: "Trends in Electrical Solutions",
// 		  url: "/na/business_lighting/education_resources/conferences/detail_trends.htm",
// 		  cost: 400,
// 		  credits: 0.7,
// 		  learningUnits: false,
// 		  registrationMethod: "online" });

// Conferences.add({ name: "Environmental Building Strategies",
// 		  url: "/na/business_lighting/education_resources/conferences/detail_environmental_building_strategies.htm",
// 		  cost: 400,
// 		  credits: 1.0,
// 		  learningUnits: false,
// 		  registrationMethod: "online" });

// Conferences.add({ name: "Retail Lighting",
// 		  url: "/na/business_lighting/education_resources/conferences/detail_retail.htm",
// 		  cost: 400,
// 		  credits: 1.0,
// 		  learningUnits: false,
// 		  registrationMethod: "online" });

// This call *must* be done last.

Conferences.finalize();


