// JavaScript Document
function onSummer(){
	var tbl = document.getElementById("tableContent");
	var body = "";
	body += "<center>";
	body += "<table width='625'><tr><td align='center'>";
	body += " &nbsp;<img src='" + sumerimage.src + "'><br><br>";
	body += "Come join the summer fun in our NEW facility at GymnasticeEtc. ";
	body += "with qualified professionals<br> instructing your children in a variety of activities such as:<br>";
	body += "<li>Gymnastics</li>";
	body += "<li>Cheerleading</li>";
	body += "<li>Open Gym</li>";
	body += "<li>Arts & Crafts</li>";
	body += "<li>Swimming</li>";
	body += "<li>Games</li>";
	body += "<li>Field Trips</li>";
	body += "And MORE!!!<br><br>";
	body += "Camp time 7:30 AM to 6:00 PM, ages 5 & up.  $80.00/week.<br><br>";
	body += "(10% discount on each additional family member).<br><br>";
	body += "<a href='pdf/summer camp 2010 tri-fold.pdf' target='_blank'>View Summer Camp Flyer</a><br><br>";
	body += "<a href='pdf/2010SummerCampGuidelines.pdf' target='_blank'>2010 Summer Camp Guidelines</a><br><br>";
	body += "<a href='mailto:info@gymetc.org'>Email</a> for more information<br><br>";
	body += "</td></tr></table>";
	body += "</center>";
	tbl.innerHTML = body;
}

function onTot(){ 
	var tbl = document.getElementById("tableContent");
	var body = "<table width='625'><tr><td colspan='2' width='625' align='center'>";
	
	body += "<br> &nbsp;<img src='" + totimage.src + "'><br><br>";
	body += "</td></tr>";
	body += "<tr><td width='200'>";
	body += "Limited for Ages 3-5<br><br>";
	body += "Monday, Wednesday, & Friday<br>";
	body += "Offered only during summer.<br>";
	body += "Weeks to be announced.<br>";
	body += "9:00 AM to 12 PM<br><br>";
	body += "$50 per week<br><br>";
	body += "Class space is limited, so sign up now!!!<br><br>";
	body += "</center>";
	body += "</td><td><image src='" + totimage2.src + "' width='320' height='240'></td></tr>";
	body += "<tr><td>&nbsp;</td></tr>";
	body += "</table>";
	tbl.innerHTML = body;
}

function onAfterSchool(){
	var tbl = document.getElementById("tableContent");
	var body = "";
	body += "<center>";
	body += "<table width='625'><tr><td>";
	body += " &nbsp;<img src='" + schoolimage.src + "'><br><br>";
	body += "GymEtc's After-School Program and Pick-up Program is offered Monday - Friday for certain area schools.<br><br>";
	body += "<img src='" + schoolimage2.src + "' height='240' width='320'><br>";
	body += "Children are given the opportunity to participate in Gymnastics, and Cheerleading activities.  ";
	body += "We offer free-time for play as well as time for students to do their homework and enjoy a snack.";
	body += "</td></tr></table>";
	body += "</cener>";
	tbl.innerHTML = body;
}

function onOffTrack(){
	var tbl = document.getElementById("tableContent");
	var body = "";
	body += "<center>";
	body += "<table><tr><td colspan='2' width='600' align='center'>";
	body += " <img src='" + trackimage.src + "'><br><br>";
	body += "Whether your children are on Red, Orange, Yellow, Green or Blue track, <img src='images/gymetc.gif'> ";
	body += "is offering a funfilled off track camp for your child.</td></tr>";
	body += "<tr><td>";
	body += "Activities Include:";
	body += "<li>Gymnastics</li>";
	body += "<li>Cheerleading</li>";
	body += "<li>Games</li>";
	body += "<li>Arts & Crafts</li>";
	body += "<li>Field Trips</li>";
	body += "<li>& More!</li></td>";
	body += "<td><img src='" + trackimage2.src + "' width='320' height='240'></td></tr>";
	body += "<tr><td colspan='2'><br><a href='services.htm'>After School Pick-Up</a> and <a href='javascript:void(0)' onclick='onAfterSchool()'>After School Programs</a> conveniently offered<br><br>.";
	body += "</td></tr></table>";
	body += "</center>";
	tbl.innerHTML = body;
}

function onHoliday(){
	var tbl = document.getElementById("tableContent");
	var body = "";
	body += "<center>";
	body += "<table><tr><td colspan='2' width='600' align='center'>";
	body += "<br> &nbsp;<img src='" + holidayimage.src + "'><br><br>";
	body += "When the school schedule is not in session, GymnasticsEtc. is open<br>";
	body +=	"for full day camps through the holidays.<br>";
    body += "<a href='schedule.htm#holiday'>holiday schedule</a>";
	body += "</td></tr></table>";
	tbl.innerHTML=body;
}