/*
		left_position - Left pixel coordinate from left edge of browser window. Number. 
		top_position - Top pixel coordinate from left edge of browser window. Number. 
		width - Width of popup in pixels. Number. 
		height - Height of popup in pixels. Number. 
		id_of_box - Unique arbitrary ID value given to the popup. String. 
		content_text - HTML string inside popup. Because the content is in string form, watch for quotes syntax! Use the wizard (at top of page) for help. 
		content_bgcolor - Content area background color. Hex color triplet or valid color name string. 
		content_text_color - Content text color, obviously. Hex color triplet or valid color name string. 
		content_font_stylestring - Font style set using CSS type syntax. Hex color triplet or valid color name string. 
		title_text - Text to appear in the titlebar. String. 
		title_bgcolor - Background color of the titlebar when active. Hex color triplet or valid color name string. 
		title_text_color - Color of the titlebar text. Hex color triplet or valid color name string. 
		border_color - Color of the popup borders. Hex color triplet or valid color name string. 
		scrollbar_color - Color of the scrollbar (IE5.5 only) and the color of the titlebar when not in focus. Hex color triplet or valid color name string. 
		shadow_color - Semi-transparent shadow color (IE5+, NS6+ only). Hex color triplet or valid color name string. 
		is_hidden_on_start - Specifies whether the popup is initially "closed". true or false. 
		is_draggable - Specifies whether popup is draggable. true or false. 
		is_resizeable - Specifies whether popup is resizeable. If not, resize handle and the minimize/maximize buttons will not be present. true or false. 
		show_old - Specifies whether the popup will show up in "non-standards" browsers. The popup appears as normal windows in these types of browsers if this value is enabled. true or false. 
		is_external - Specifies whether the text in the content area is a link to an external website or simply text to display in the popup. If this is not set, the URL in the content area will not be loaded, it will just be displayed as text. true or false. 
		disable_on_return - Specifies whether the popups will reappear if the user returns to the page. This option uses cookies, so the user must have cookies enabled for this to work. true or false. 
		min_image - Specifies the image URL and path (if applicable) where the minimize image is stored. Example: 'min.gif' 
		max_image - Specifies the image URL and path (if applicable) where the maximize image is stored. Example: 'max.gif' 
		close_image - Specifies the image URL and path (if applicable) where the close image is stored. Example: 'close.gif' 
		resize_image - Specifies the image URL and path (if applicable) where the resize image is stored. Example: 'resize.gif'
*/

window.onload=function() {

	// YAK Indy Explosion 07
	new popUp(
		380,
		150,
		300,
		360,
		"YAK_Indy_Exp",
		"<div style='padding:4px;'><b>Friday, March 23, 2007 (5:00 p.m.)</b> –<br/><b>Saturday, March 24, 2007 (9:00 a.m.)</b><br/><br/>Event closed.<br/><br/>For more information contact Robin Westerman at <a href='mailto:GowithYAK@aol.com'>GowithYAK@aol.com</a>.</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"YAK Indy Explosion",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// Northpoint Family Fun Night & 80’s Dance 07
	new popUp(
		380,
		150,
		300,
		360,
		"Fam_Fun",
		"<div style='padding:4px;'><b>Friday, April 20, 2007 (5:00 p.m. – 11:00 p.m.)</b><br/><br/>Riviera Club<br/><br/>Northpoint's 80's Dance and Family Fun Night is scheduled for April 20. This event is intended for Northpoint students and their families, graduates, teachers and members of the Board of Advisors. Those wishing to attend, can download the relevant registration forms <a href='forms/nhc_april_80s_dance_forms.doc'>here</a>. These forms should be submitted by March 29. Hope to see you there!!!<br/><br/>For more information contact Cindy Gaisser at <a href='mailto:cgeyser@indy.net'>cgeyser@indy.net</a>.</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Northpoint Family Fun Night & 80’s Dance",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// Standardized Testing 07
	new popUp(
		380,
		150,
		300,
		360,
		"Testing",
		"<div style='padding:4px;'><b>Monday, April 23, 2007 (8:30 a.m. – 12:30 p.m.)</b><br/>&nbsp;&nbsp;&nbsp;Grades 4-8<br/>&nbsp;&nbsp;&nbsp;Grades 9-12<br/><br/><b>Wednesday, April 25, 2007 (8:30 a.m. – 12:30 p.m.)</b><br/>&nbsp;&nbsp;&nbsp;Grades 4-8<br/>&nbsp;&nbsp;&nbsp;Grades 9-12<br/><br/><b>Friday, April 27, 2007 (9:00 a.m. – 11:00 a.m.)</b><br/>&nbsp;&nbsp;&nbsp;Grades 4-8<br/><br/>For more information contact Elise Durell at <a href='mailto:teal.indy@comcast.net'>teal.indy@comcast.net</a>.</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Standardized Testing",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// YAK Prom 07
	new popUp(
		380,
		150,
		300,
		360,
		"Prom07",
		"<div style='padding:4px;'><b>Friday, May  4, 2007 (7:00 p.m. – 12:00 a.m.)</b><br/><br/><i>An Evening in Venice</i><br/><br/>Ritz Charles in Carmel<br/><br/>For more information contact Robin Westerman at <a href='mailto:GowithYak@aol.com'>GowithYak@aol.com</a></div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"YAK Prom",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// End of Year Lunch 07
	new popUp(
		380,
		150,
		300,
		360,
		"End_Lunch07",
		"<div style='padding:4px;'><b>Thursday, May 17, 2007 (11:30 a.m. – 1:30 p.m.)</b><br/><br/>Family Life Center<br/><br/>For more information contact Cindy Gaisser at <a href='mailto:cgeyser@indy.net'>cgeyser@indy.net</a>.</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"End of Year Lunch",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// Northpoint Family Fun Night & Tropical Paradise Dance 07
	new popUp(
		380,
		150,
		400,
		360,
		"Tropical07",
		"<div style='padding:4px;'><b>Friday, May 18, 2007 (5:00 p.m. – 11:00 p.m.)</b><br/><br/>Knights of Columbus<br/><br/>For more information contact Cindy Gaisser at <a href='mailto:cgeyser@indy.net'>cgeyser@indy.net</a>.</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Northpoint Family Fun Night & Tropical Paradise Dance",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// Northpoint Graduation Ceremony 07
	new popUp(
		380,
		150,
		300,
		360,
		"Grad07",
		"<div style='padding:4px;'><b>Thursday, May 24, 2007</b><br/><br/>Graduation Events: <br/><ul><li>6:00 - Dinner in Fellowship Hall</li><li>7:30 - Graduation ceremony in the sanctuary</li><li>9:00 - Dessert reception in Fellowship Hall</li></ul>For more information contact Kathy Badger at <a href='mailto:northpointclasses@comcast.net'>northpointclasses@comcast.net</a>.</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Northpoint Graduation Ceremony",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// Junior/Senior Orlando Trip 07
	new popUp(
		380,
		150,
		300,
		360,
		"Orlando07",
		"<div style='padding:4px;'><b>Saturday, May 26, 2007</b> -<br/><b>Friday, June 1, 2007</b><br/><br/>Now open to everyone!  Spots still available!  Amazing price!<br/><br/>For more information contact Robin Westerman at <a href='mailto:northpointboard@aol.com'>northpointboard@aol.com</a>.</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Junior/Senior Orlando Trip",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// IFHS State Graduation Ceremony
	new popUp(
		380,
		150,
		300,
		360,
		"StateGrad07",
		"<div style='padding:4px;'><b>Saturday, June 2, 2007 (2:00 p.m.)</b><br/><br/>Calvary Tabernacle<br/><br/>For more information go to <a href='http://www.ifhsonline.org'>www.ifhsonline.org</a>.</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"IFHS State Graduation Ceremony",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// YAK Prom 08
	new popUp(
		380,
		150,
		300,
		360,
		"Prom08",
		"<div style='padding:4px;'><b>Friday, May 2, 2008 (7:00 p.m. to 12:00 a.m.)</b><br/><br/>Ritz Charles in Carmel</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"YAK Prom",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 08 Tuition Due
	new popUp(
		380,
		150,
		300,
		360,
		"Tuition07",
		"<div style='padding:4px;'><b>Monday, July 16, 2007</b><br/><br/>Tuition is due by Monday, July 16th.  First quarter tuition checks, plus any applicable supply or lab fees are payable directly to the teacher.  An address list and instructions on making this payment were mailed on June 18th.  If you have not received these instructions, contact Kathy at northpointclasses.com.<br/><br/>First quarter administrative fees ($25.00 PER student) are also due on July 15th.  This check should be written to Northpoint Homeschool Classes and mailed to 6650 Dover Road, Indianapolis, IN 46220.</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"2007-08 First Quarter Tuition Due",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Kickoff
	new popUp(
		380,
		150,
		300,
		360,
		"Kickoff07",
		"<div style='padding:4px;'><b>Saturday, August 18, 2007 (4:00 p.m. to 9:00 p.m.)</b><br/><br/>By the lake at Castleview</b><br/><br/>All families (including student, parents and siblings) are invited and need to bring a brown bag dinner, including drinks, paper products and lawn chairs (some tables are available).  This is a great time for fun and fellowship!!!</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"2007-08 Kickoff Picnic",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Orientation
	new popUp(
		380,
		150,
		300,
		360,
		"Orientation07",
		"<div style='padding:4px;'><b>Monday, August 20, 2007 (4:00 p.m.)</b><br/><br/>Family Life Center</b><br/><br/>This is a mandatory Orientation meeting.  All students and at least one parent must attend.  This meeting should not last more than one hour.</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"2007-08 Orientation",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Picture Day
	new popUp(
		380,
		150,
		300,
		360,
		"PictureDay08",
		"<div style='padding:4px;'><b>Tuesday, September 9, 2008</b><br/><br/>Family Life Center<br/><br/>Professional photographer, Rick Beets, will be in the Family Life Center on Tuesday, September 9th from 9:00 a.m. to 2:00 p.m.  Pre-paid envelopes will be sent home with students the week before.  Purchasing pictures is optional, but we would like ALL students to have a picture taken for our yearbook.</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Picture Day",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Class Ring and Graduation
	new popUp(
		380,
		150,
		300,
		360,
		"RingGrad07",
		"<div style='padding:4px;'><b>Thursday, October 11, 2007</b><br/><br/>Northpoint<br/><br/>A representative from Herff Jones will be at Northpoint to provide information to the sophomores regarding class ring orders and to the seniors regarding caps, gowns, announcements, etc.  The Seniors' meeting will be from 9:00 a.m. to 9:30 a.m. and the Sophomores' meeting will be from 10:00 a.m. to 10:30 a.m.</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Class Ring and Senior Graduation Meeting",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Class Ring and Graduation Open House
	new popUp(
		380,
		150,
		420,
		360,
		"RingGradOpen07",
		"<div style='padding:4px;'><b>Friday, October 18, 2007 (4:30 p.m. to 7:30 p.m.)</b><br/><br/>Fellowship Hall<br/><br/>A representative from Herff Jones will be present to take orders for class rings and senior caps, gowns, announcements, and other graduation products.</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Class Ring and Senior Graduation Info Open House",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 First Dance - Colts
	new popUp(
		380,
		150,
		420,
		360,
		"DanceColts07",
		"<div style='padding:4px;'><b>September 21, 2007</b><br/><br/>FIRST DANCE - COLTS THEME - Knights of Columbus Hall (71st & Keystone).  Sign up by email (beginning Sept. 11 through Sept. 20) & payment for this first dance will be by check or exact change at the door.  $15 for (10 yrs. & older) and  $7 for (under 10 yrs.).  If you're interested in helping decorate or chaperoning for this event, please email cgeyser@indy.net or call Cindy at #432-4127. I KNOW THIS is VERY SHORT NOTICE.  HOPE YOU CAN COME!</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"First Dance - Colts Theme",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Dance - Riviera Club
	new popUp(
		380,
		150,
		420,
		360,
		"DanceRiviera07",
		"<div style='padding:4px;'><b>October 5, 2007</b><br/><br/>Dance - Riviera Club - 5640 N Illinois</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Dance - Riviera Club",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Dance - KC
	new popUp(
		380,
		150,
		420,
		360,
		"DanceKC107",
		"<div style='padding:4px;'><b>November 2, 2007</b><br/><br/>Dance - Knights of Columbus - More information to follow</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Dance - Knights of Columbus",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Dance - KC
	new popUp(
		380,
		150,
		420,
		360,
		"DanceKC207",
		"<div style='padding:4px;'><b>November 30, 2007</b><br/><br/>Dance - Knights of Columbus - More information to follow</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Dance - Knights of Columbus",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Dance - KC
	new popUp(
		380,
		150,
		420,
		360,
		"DanceKC108",
		"<div style='padding:4px;'><b>January 11, 2008</b><br/><br/>Dance - Knights of Columbus - More information to follow</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Dance - Knights of Columbus",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Dance - KC
	new popUp(
		380,
		150,
		420,
		360,
		"DanceKC208",
		"<div style='padding:4px;'><b>February 29, 2008</b><br/><br/>Dance - Knights of Columbus - More information to follow</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Dance - Knights of Columbus",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Dance - KC
	new popUp(
		380,
		150,
		420,
		360,
		"DanceKC308",
		"<div style='padding:4px;'><b>March 21, 2008</b><br/><br/>Dance - Knights of Columbus - More information to follow</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Dance - Knights of Columbus",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Dance - KC
	new popUp(
		380,
		150,
		420,
		360,
		"DanceKC408",
		"<div style='padding:4px;'><b>May 16, 2008</b><br/><br/>Dance - Knights of Columbus - More information to follow</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Dance - Knights of Columbus",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Bowling
	new popUp(
		380,
		150,
		420,
		360,
		"Bowling07",
		"<div style='padding:4px;'><b>October 12, 2007</b><br/><br/>Bowling & More  - Sports of all Sorts  - 6002 Sunnyside - Bowling, Bounce House, Game Room, Prizes,  Trophies, Volleyball, Basketball, Soccer, Football & More.  We will have two football fields of space to spread out with six rotations through the night.  You'll only need 'two' games of bowling for trophy awards,  or you can bowl more and we'll just use your two best scores!!!!</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Bowling & More",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Bowling
	new popUp(
		380,
		150,
		420,
		360,
		"Bowling08",
		"<div style='padding:4px;'><b>April 18, 2008</b><br/><br/>Bowling & More - Sports of all Sorts - 6002 Sunnyside  (THIS IS A NEW DATE)</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Bowling & More",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 YAK USO Dance
	new popUp(
		380,
		150,
		420,
		360,
		"DanceUSO07",
		"<div style='padding:4px;'><b>October 26, 2007 (7:00 p.m. to 11:30 p.m.)</b><br/><br/>YAK USO Dance.  7:00 p.m. to 11:30 p.m. at the Garrison at Fort Benjamin Harrison Country Club.  Sign-up deadline is October 16th.  $25.00 per student.  Bring payment to Mrs. Westerman at school.  For questions, e-mail Kristi Boyle at infireball@earthlink.net or Brenda Williams at runnermama4@earthlink.net </div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"YAK USO Dance",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Teacher Appreciation and Talent Program
	new popUp(
		380,
		150,
		420,
		360,
		"Talent07",
		"<div style='padding:4px;'><b>December 13, 2007</b><br/><br/>Teacher Appreciation Luncheon and Talent Program (Northpoint families are welcome) FLC - Lunchtime - Doors open at 11 A.M. for families and guests, students arrive about 11:30 & lunch follows at 11:45.  The program ends shortly after 1 P.M.</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Teacher Appreciation Luncheon and Talent Program",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Teacher Appreciation and Talent Program
	new popUp(
		380,
		150,
		420,
		360,
		"Talent08",
		"<div style='padding:4px;'><b>May 15, 2008 (Tentative Date)</b><br/><br/>Teacher Appreciation Luncheon & Talent Program (Northpoint families are welcome) FLC - Lunchtime - Doors open at 11 A.M., students arrive about 11:30 & lunch follows at 11:45.</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Teacher Appreciation Luncheon and Talent Program",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Holiday Gala Event
	new popUp(
		380,
		150,
		420,
		360,
		"Gala07",
		"<div style='padding:4px;'><b>December 21, 2007</b><br/><br/>Holiday Gala Event - The Oak Hill Mansion in Carmel  -  (Arrival 5:30 P.M., Dinner begins at 6 P.M.).  The event ends at 11 P.M.  Prices for this event will be $25 (Adult/Student over 10 yrs.) & $15 (10 and under). 'Game Time' will continue from 8:30-10:30 P.M. along with our regular guest artists - entertaining you.  Dress up in holiday sweaters, church clothes, suits, semi-formal or formal wear.  It's your choice for this Holiday Gala!  Enjoy a night with your friends!</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Holiday Gala Event",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);
	// 07-08 Teacher Appreciation and Talent Program
	new popUp(
		380,
		150,
		420,
		360,
		"Christmas08",
		"<div style='padding:4px;'><b>Dec 11, 2008 </b><br/><br/>Christmas Luncheon in Family Life Center - Lunchtime 11:30 am to 1:00 pm.</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Christmas Luncheon",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);

	// 07-08 Holiday Gala Event
	new popUp(
		380,
		150,
		420,
		360,
		"Gala08",
		"<div style='padding:4px;'><b>December 19, 2008</b><br/><br/>Holiday Gala Event - The Riveria Club at 56th Street and Illinois -  (Arrival 4:45 P.M., Dinner begins at 6 P.M.).  The event ends at 11 P.M.  Ticket prices for this event are $25/person. After Nov 21st tickets are $35/person. Dress up in holiday sweaters, dresses, church clothes, suits, semi-formal or formal wear.  It's your choice for this Holiday Gala!  Enjoy a night with your friends!</div>",
		"#ffffff",
		"#202952",
		"9pt sans-serif",
		"Holiday Gala Event",
		"#202952",
		"#ffffff",
		"#202952",
		"",
		"",
		false,
		true,
		true,
		true,
		false,
		false,
		'images/transparent.gif',
		'images/transparent.gif',
		'images/close_icon.gif',
		'images/resize_icon.gif'
	);
}