/* Code for embedding the Marquee Flash piece for the COC Online Brochure */
/* Including methods for loading lightbox pages from within the Flash     */
/* Andrew Murphy - Delvinia Interactive - 07/01/2010                      */

// Flash Marquee Embed
var marquee_flashvars = {};
var marquee_params = {};
marquee_params.swliveconnect = "true";
marquee_params.allowscriptaccess = "always";
var marquee_attributes = {};
marquee_attributes.id = "flash_marquee";
swfobject.embedSWF("http://www.coc.ca/ecms.ashx/Flash/digitalBrochure/coc_marquee.swf", "marquee_flash", "951", "212", "9.0.115", false, marquee_flashvars, marquee_params, marquee_attributes);

// method called by the Flash to open a lightbox window
function openLightbox(lb_name)
{
	switch(lb_name)
	{
		case "marquee_0":
			// the play list button
			GB_showCenter("", "/ecms.ashx/greybox/perfect_mix.htm", 550, 856);
			break;
		case "marquee_1":
			// the "Watch Alexander Neef" button
			GB_showCenter("", "/ecms.ashx/greybox/alexander_intro.htm", 550, 670);
			break;
		case "productions_seg_0":
			// first row, first box
			GB_showCenter("", "/ecms.ashx/greybox/magic-flute.htm", 550, 856);
			break;
		case "productions_seg_1":
			// first row, second box
			GB_showCenter("", "/ecms.ashx/greybox/ariadne-auf-naxos.htm", 550, 856);
			break;
		case "productions_seg_2":
			// first row, third box
			GB_showCenter("", "/ecms.ashx/greybox/nixon-in-china.htm", 550, 856);
			break;
		case "productions_seg_3":
			// second row, first box
			GB_showCenter("", "/ecms.ashx/greybox/orfeo-ed-euridice.htm", 550, 856);
			break;
		case "productions_seg_4":
			// second row, second box
			GB_showCenter("", "/ecms.ashx/greybox/aida.htm", 550, 856);
			break;
		case "productions_seg_5":
			// second row, third box
			GB_showCenter("", "/ecms.ashx/greybox/death-in-venice.htm", 550, 856);
			break;
		case "productions_seg_6":
			// third row, first box
			GB_showCenter("", "/ecms.ashx/greybox/la-cenerentola.htm", 550, 856);
			break;
		case "productions_seg_7":
			// third row, second box
			window.location = "1011DigitalBrochure/WhyDonate.aspx";
			break;
		case "productions_seg_8":
			// third row, third box
			window.location = "http://www.coc.ca/PerformancesAndTickets/Subscriptions/1011DigitalBrochure/SubscribeOnline.aspx";
			break;
	}
}


