/* --------- Education.js ------------- */

var summerColor = new Array();
var summerType  = new Array();
var summerText  = new Array();
var summerTitle = new Array();
var summerDates = new Array();
var summerAges  = new Array();
var summerFull  = new Array();
var summerPic   = new Array();



var item = 0;
summerFull[item] = 1; // 0=ok  1=waitlist 2=1 space avail
summerType[item]  = 'Creation';
summerPic[item]   = '';
summerColor[item] = '#ff6600';
summerTitle[item] = 'Art in Hand&reg; Make a Splash!';
summerText[item]  = 'The ART IN HAND program is designed exclusively for toddlers and preschoolers, by an experienced art therapist, to meet their unique developmental needs. In each class, curious kids will enjoy sensory and imaginative play and an interactive story time which will inspire the art-making that follows. Preschoolers will make a splash in a full hour class that evokes the imagery and sensations of the sea and shore.  All art activities are designed to stimulate the senses, spark imaginations, support the development of language and emerging literacy, and promote social and problem solving skills.  Most importantly, the class offers a fun, supportive social environment where children and their parent/caregiver can share the adventure of creative expression through art.';
summerAges[item]  = '3-5 years (children must be accompanied by a parent or caregiver)';
summerDates[item] = 'Tuesdays, July 6, 13, 20, 27';
summerAges[item]  = '3-5 years (children must be accompanied by a parent or caregiver)';
/*
item++;
summerFull[item] = 0;
summerType[item]  = 'Creation';
summerPic[item]='SummerCreation2';
summerColor[item] = '#9900cc';
summerTitle[item] = summerTitle[0];
summerDates[item] = 'Fridays, July 9, 16, 23, 30';
*/
/*
item++;
summerFull[item] = 0;
summerType[item]  = 'Creation';
summerPic[item]   = 'SummerCreationWinter';;
summerColor[item] = '#009900';
summerTitle[item] = 'Winter Wonderlands';
summerDates[item] = 'Wednesdays, July 7, 14, 21, 28';
summerText[item]  = 'Preschoolers will have some summer fun as winter arrives early this year.  Each week parents and children will journey on another art filled adventure.  Art teacher and story teller JJ Blum will transport participants to fun and fantastic winter wonderlands using literature, developmental activities and take home projects.  Children will build language, fine motor, and social skills while learning about the larger world! ';
summerAges[item]  = '3-5 (children must be accompanied by a parent or caregiver)';
*/


/* --- art ---*/
item++;
summerFull[item] = 1;
summerType[item]  = 'Art';
summerPic[item]   = 'SummerArtUndersea';
summerColor[item] = '#ff6600';
summerTitle[item] = '<i>Undersea Worlds</i> with Ashley Wells '; // 1
summerDates[item] = 'June 28-July 2';
summerText[item]  = 'Kids will swim in a pool of exploration, allowing their minds’ imagination to play as they create their own coral reef and all of its inhabitants using a variety of materials including clay, beads, wire, wood and paper.  In addition, the undersea world will be animated using kinetic techniques such as flip books. ';
summerAges[item]  = 'K-6th';

item++;
summerFull[item] = 0;
summerType[item]  = 'Art';
summerPic[item]   = '1451';
summerColor[item] = '#009900';
summerTitle[item] = '<i>Mixed Media Madness</i> with Erin Antognoli'; // 2
summerDates[item] = 'July 6-9';
summerText[item]  = 'Kids will utilize a variety of traditional and non-traditional art materials to compose pieces of art and realize their unique vision. They will learn and practice different methods of approaching mixed media each day and on the last day will combine some of the pieces into a larger final project.';
summerAges[item]  = 'K-6th';

item++;
summerFull[item] = 0;
summerType[item]  = 'Art';
summerPic[item]   = 'SummerArtBrush';
summerColor[item] = '#9900cc';
summerTitle[item] = '<i>Everything but a Brush</i> with Doug Moulden'; // 3
summerDates[item] = 'July 12-16';
summerText[item]  = 'Children will experiment with the technique artist Doug Moulden has perfected in his own art: using syringes to apply paint.  In addition, they will explore a host of traditional and non-traditional painting techniques to create landscapes, still life paintings of animals and portraits. ';
summerAges[item]  = '3rd-6th'

item++;
summerFull[item]	=	1;
summerType[item]  = 'Art';
summerPic[item]   = '1454';
summerColor[item] = '#336699';
summerTitle[item] = '<i>We Built this City</i> with Ashley Wells'; // 4
summerDates[item] = 'July 19-23';
summerText[item]  = 'Brick by brick, building by building, an entire city will take form through your child’s creative and artistic engineering.  Each child will help plan and construct the people, animals, landscape and cityscape that together will bring a new world to life.  A graffiti artist may visit the class to help make billboards in the city. The children will be encouraged to create an interactive city using various kinetic techniques.';
summerAges[item]  = 'K-6th'

item++;
summerFull[item]	=	1;
summerType[item]  = 'Art';
summerPic[item]   = 'SummerArtMom';
summerColor[item] = '#cd5c5c';
summerTitle[item] = '<i>Mom would NEVER let me do This!</i> with Erin Antognoli'; // 5
summerDates[item] = 'July 26-30';
summerText[item]  = 'Splatter paint! Clay and sequins! Pastel crayon pass off!  Shaving cream and marbles! Kids will explore a variety of materials and methods as they let their creativity run wild.  Each day will offer something new that parents would rather not take on at home.  Buckle up and start your imagination for this exciting, no-holds-barred week of extreme art.';
summerAges[item]  = 'K-3rd'

item++;
summerFull[item]	=	1;
summerType[item]  = 'Art';
summerPic[item]   = '1421';
summerColor[item] = '#3cb371';
summerTitle[item] = '<i>Things that Go Bump</i> with Doug Moulden'; // 6
summerDates[item] = 'August 2-6';
summerText[item]  = 'Inch-by-inch and piece-by-piece, sculptural creations will take form through your child\'s creative and artistic engineering. At the end of the week, kids will have created a moving vehicle and/or sculpture.  Various kinetic techniques will be used to create movement including mobiles and wheels. ';
summerAges[item]  = 'K-6th'

function summerCamp(typ)
{
	var s = 0; var i=0; var tm=10;
	if(typ=='Art') tm=9;
	for(i=0;i<summerTitle.length;i++)
	{
		if(summerType[i]==typ)
		{
			s++;
			document.write('<tr><td valign="top">'
				+ '<a name="Session_' + s + '" id="Session_' + s + '"></a>');
			document.write('<h2 style="color:' + summerColor[i] 
				+ ';">SESSION ' + s + ' ' + summerTitle[i] + '</h2></td>' );
			if(typ=='Art')	
				{document.write('<tr><td><b>Grades: </b>' + summerAges[i]
				+ '<br><b>' + summerDates[i] + '  ' + tm + 'am - Noon</b> <br>');}
			else {document.write('<tr><td><b>Ages: </b>' + summerAges[i]
				+ '<br><b>' + summerDates[i] + ' 10am - 11am</b> <br>');};
				
			
			
			if(summerFull[i]==1) {document.write('<b class="red">(Waitlist only)</b><br>');};
			if(summerFull[i]==2) {document.write('<b class="red">(1 space available)</b><br>');};
			if(summerFull[i]==3) {document.write('<b class="red">(2 spaces available)</b><br>');};
			document.write('<div class="Para">');
			if(summerPic[i])
				{document.write('<img src="../Images/Education/' + summerPic[i]
					+ '.JPG" align="right" width="250" title="Campers" border="0">');};
			document.write(summerText[i]);
			document.write('&nbsp;</div></td></tr><tr><td>&nbsp;</td></tr>');
		};
	};

};

var creationStation = new Array();

/*-- 0=date, 1=title, 2=grades 3=price, 4=text 5=full/ok 6=image(or 'x') -------- */

var item = 0;
creationStation[item] = '5/04/2009' 
	+ '|Everyday Art|(<b>CANCELED</b>)' 
	+ '|' 
	+ '|<p>' 
	+ '|ok' 
	+ '|Ben painting';



function registrationForm(p1,p2,p3)
{
	document.write(
	'<hr>'
	+ '<p> &nbsp;<input type=checkbox value=1> &nbsp; &nbsp;<b>Yes!</b> I want to become a member of <span class="gray">GreaterReston</span><span class="black">ArtsCenter</span> at the $100 (family) level. <br>'
	+ '&nbsp; &nbsp; &nbsp; &nbsp;(Please include payment.)	'
	+ '</td>'
	+ '<td valign="top">'
	+ '<div style="border:solid black 1px;padding: 10px; width:280px;">'
	+ 'Mail with payment or fax it to us at:<br><b>'
	+ '	 	Greater Reston Arts Center <br>'
	+ '		12001&nbsp;Market&nbsp;Street,&nbsp;Suite&nbsp;103<br>'
	+ '		Reston VA 20190<br>'
	+ '		Fax: 703-471-0952</b>'
	+ '<div align="center"><input type="submit" name="Print" value="Print this page"'
	+ '	 style="background-color:#006600; color:white; font-weight:bold;"'
	+ '	 onClick="print();return false;"></div>'
	+ '</div>'
	+ '</td>'
	+ '</tr>'
	+ '<tr class="tinyGray">'
	+ '	<td>Parent/Guardian Name</td>'
	+ '	<td>Student\'s Name</td>'
	+ '	<td>Date of Birth</td>'
	+ '</tr>'
	+ '<tr>'
	+ '	<td><input type="text" name="N" size="30"></td>'
	+ '	<td><input type="text" name="N" size="30"></td>'
	+ '	<td colspan="2"><input type="text" name="N" size="10">'
	+ '		<input type="checkbox" name="Gender" value="Male">Male'
	+ '		<input type="checkbox" name="Gender" value="Female">Female'
	+ '	</td>'
	+ '</tr>'
	+ '<tr class="tinyGray">'
	+ '	<td>Address</td>'
	+ '	<td colspan="3">City, State Zip</td>'
	+ '</tr>'
	+ '<tr>'
	+ '	<td><input type="text" name="N" size="30"></td>'
	+ '	<td colspan=3><input type="text" name="N" size="60"></td>'
	+ '</tr>'
	+ '<tr class="tinyGray">'
	+ '	<td>Email</td>'
	+ '	<td colspan=3>Day Phone '
	+ '		<span style="padding-left:105px;padding-right:60px;">Evening Phone</span> Cell Phone</td>'
	+ '</tr>'
	+ '<tr>'
	+ '	<td><input type="text" name="Phone1" size="30"></td>	'
	+ '	<td colspan="3"><input type="text" name="Phone2" size="15">'
	+ '	<span style="padding-left:20px;padding-right:20px;">'
	+ '		<input type="text" name="Phone3" size="15">'
	+ '	</span>'
	+ '	<input type="text" name="N" size="15"></td>'
	+ '</tr>'
	+ '<tr class="tinyGray">'
	+ '	<td>Emergency contact</td>'
	+ '	<td colspan=3>Phone</td>'
	+ '</tr>'
	+ '<tr>'
	+ '	<td><input type="text" name="EmergencyC" size="30"></td>'
	+ '	<td><input type="text" name="EmergencyP" size="30"></td>'
	+ '</tr>'
	+ '<tr>'
	+ '	<td colspan=3>How did you find out about GRACE\'s Summer Creation Camp?</td>'
	+ '</tr>'
	+ '<tr>'
	+ '	<td colspan=3><b>'
	+ '	<input type=checkbox name="Heard" value=1>&nbsp;<b>Internet 	</b> '
	+ '	<input type=checkbox name="Heard" value=1>&nbsp;<b>Brochure 	</b> '
	+ '	<input type=checkbox name="Heard" value=1>&nbsp;<b>Member 	</b> '
	+ '	<input type=checkbox name="Heard" value=1>&nbsp;<b>Friend	</b> '
	+ '	<input type=checkbox name="Heard" value=1>&nbsp;<b>Other</td>'
	+ '</tr>'
	+ '<tr><td>&nbsp;</td></tr>'
	+ '<tr>'
	+ '	<td colspan=4>'
	+ '		Member fee for all one-week sessions is <b>$' +p1+ '</b>. '
	+ '		(You must be a current member in July to receive this discount.)<br>'
	+ '		Non-member fee for all one-week sessions is <b>$' +p2+ '</b>.');
	
		if(p3)
		{document.write('<br><b>Discounted fee for members when registering for additional weeks is $' 
			+ p3 + '.</b><br><br>');};	
	
		document.write('</td></tr><tr><td colspan="3" class="right">'
	+ '		Number of sessions <input type="text" name="N" size="3">'
	+ '		 x member/non-member rate=	'
	+ '		 	$<input type="text" name="N" size="6" class="right">');
	
		if(p3)
			{document.write('</td></tr><tr><td colspan="3" class="right">'
	+ 'Discounted weeks when a member and registering for more than one session x $' +p3+ '='
	+ '  $<input type="text" name="N" size="6" class="right">')};
	
			document.write('</td></tr><tr><td colspan="3" class="right">'
	+ '		New Member fee of <b>$100</b> for family membership to receive camp discounts'
	+ '		$<input type="text" name="N" size="6">'
	+ '	</td>'
	+ '</tr>'
	+ '<tr>'
	+ '	<td colspan="3" class="right">'
	+ '		Total payment due at time of registration			'
	+ '		$<input type="text" name="N" size="6" class="right">'
	+ '	</td>'
	+ '</tr>'
	+ '<tr>'
	+ '	<td colspan="3">'
	+ '<h2>Payment Options:</h2> '
	+ '<br> &nbsp;<input type=checkbox value=1>'
	+ '	 Check enclosed and made payable to Greater Reston Arts Center'
	+ '<p><b>Charge my credit card:</b>'
	+ '&nbsp; &nbsp;<input type=checkbox value=1>VISA'
	+ '&nbsp; &nbsp;<input type=checkbox value=1>MasterCard'
	+ '	</td>'
	+ '</tr>'
	+ '<tr>'
	+ '<td colspan=4>'
	+ '	<table class="top" cellpadding="0" cellspacing="0">'
	+ '		<tr class="tinyGray">'
	+ '			<td>Card Number</td>'
	+ '			<td>code</td>'
	+ '			<td>Exp. Date (mm/yy)</td>'
	+ '		</tr>'
	+ '		<tr>'
	+ '			<td><input type="text" name="CC" size="40"></td>'
	+ '			<td><input type="text" name="CV" size="4"></td>'
	+ '			<td><input type="text" name="exp" size="5" value="/"	class="center"></td>'
	+ '		</tr>'
	+ '		<tr class="tinyGray">'
	+ '			<td>Name on credit card</td>'
	+ '			<td colspan=2>Signature for credit card</td>'
	+ '		</tr>'
	+ '		<tr>'
	+ '			<td><input type="text" name="N1" size="40"></td>'
	+ '			<td colspan=2><input type="text" name="N2" size="50" disabled="disabled"></td>'
	+ '		</tr>'
	+ '	</table>'
	+ '</td>'
	+ '</tr>'
	+ '</table>'
	+ '</form>'
	+ '&nbsp;<p>'
	+ 'For more information, please call us at <b>703-471-9242</b>'
	+ '<p>'
	+ '</form>'
	+ ''
	+ '</td>'
	+ '</tr>'
	)	;
};