// JavaScript Document
function onMommyAndMe(){
	var tbl = document.getElementById("tableContent");
	var body = "";
	body += "<center>";
	body += "<table width='625'><tr><td align='center'><img src=' " + mommyimage.src + "'></td></tr><tr><td>";
	body += "Post-partum excercise, infant massage, and development activities that moms and their babies participate in together!  ";
	body += "Improve muscle tone, strength, endurance, and flexibility.  Reduce stress and enjoy this special time with your ";
	body += "child.  Available for those with children 18 months - 2 years.";
	body += "</td></tr></table>";
	body += "</center>";
	tbl.innerHTML = body;
}
function onMomToBe(){
	var tbl = document.getElementById("tableContent");
	var body = "";
	body += "<center>";
	body += "<table width='625'><tr><td align='center'><img src='" + momtobe.src + "'></td></tr><tr><td align='center'>";
	body += "Prenatal and post-partum excercise.  A prenatal class to improve our strength, endurance, and flexibility.  ";
	body += "Make your pregnancy, labor and delivery a healthier, more positive experience!";
	body += "</td></tr></table>";
	body += "</center>";
	tbl.innerHTML = body;
}
function onBigLittle(){
	var tbl = document.getElementById("tableContent");
	var body = "";
	body += "<center>";
	body += "<table width='625'><tr><td align='center'><img src='" + biglittle.src + "'></td></tr><tr><td>";
	body += "This class is available for 2-to 3-year-old choldren who would like to do a class with mom or dad!  ";
	body += "Share your child's first gym experience with them at GymnasticsEtc.<br><br>";
	body += "<a href='schedule.htm#biglittle'>schedule</a>";
	body += "</td></tr></table>";
	body += "</center>";
	tbl.innerHTML = body;
}
function onTots(){
	var tbl = document.getElementById("tableContent");
	var body = "";
	body += "<center>";
	body += "<table width='625'><tr><td align='center'><img src='" + tots.src + "'></td></tr><tr><td>";
	body += "The tots classes are available for children ages 3 to 5.  The classes are centered around basic ";
	body += "motor skills, hand-eye coordination, basic gymnastics terminology, and an introduction to the events.<br><br>";
	body += "<a href='schedule.htm#tots'>schedule</a>";
	body += "</td></tr></table>";
	body += "</center>";
	tbl.innerHTML = body;
}
function onGirlsBoys(){
	var tbl = document.getElementById("tableContent");
	var body = "";
	body += "<center>";
	body += "<table width='625'><tr><td align='center'><img src='" + girlboy.src + "'></td></tr><tr><td>";
	body += "Gymnastics classes are available for boys and girls ages 5 and up.  Children will be working on strength, ";
	body += "flexibility, and general gymnastics skills on all events.  Students are able to progress through our ";
	body += "intermediate and advanced class system and are placed with other students of similar skill levels.<br><br>";
	body += "<a href='schedule.htm#girlsB5'>schedule</a>";
	body += "</td></tr></table>";
	body += "</center>";
	tbl.innerHTML = body;
}
function onTumbling(){
	var tbl = document.getElementById("tableContent");
	var body = "";
	body += "<center>";
	body += "<table width='625'><tr><td align='center'><img src='" + tumble.src + "'></td></tr><tr><td>";
	body += "For those students interested only in their tumbling skills, this is the class for you!  Perfect for those ";
	body += "training for cheerleading tryouts, this class teaches the essential skills from the round-off to the standing back tuck!<br><br>";
	body += "<a href='schedule.htm#tumble'>schedule</a>";
	body += "</td></tr></table>";
	body += "</center>";
	tbl.innerHTML = body;
}
function onAdultTumbling(){
	var tbl = document.getElementById("tableContent");
	var body = "";
	body += "<center>";
	body += "<table width='625'><tr><td align='center'><img src='" + adulttumble.src + "'></td></tr><tr><td>";
	body += "Miss those days of doing gymnastics?  We offer a one-hour class for adults to re-learn or learn for the first-time basic ";
	body += "tumbling skills.<br>";
	body += "<a href='schedule.htm#adult'>schedule</a>";
	body += "</td></tr></table>";
	body += "</center>";
	tbl.innerHTML = body;
}

function onWrestling(){
	var tbl = document.getElementById("tableContent");
	var body = "";
	body += "<center>";
	body += "<table width='625'><tr><td align='center'><img src='" + wrestleimage.src + "'</td></tr><tr><td>";
	body += "GymnasticsEtc. aims to provide wrestling instruction for youths aged 5-18 and to promote the sport of wrestling to the ";
	body += "public.  Quality-experienced coaches will provide wrestling instruction with an emphasis on fundamentals that breed physical and mental growth.  Each child will be given group and individualized instruction.<br><br>"
	body += "<a href='schedule.htm#wrestling'>schedule</a>";
	body += "</td></tr></table>";
	body += "</center>";
	tbl.innerHTML = body;
}

function onCheer(){
	var tbl = document.getElementById("tableContent");
	var body = "";
	body += "<center>";
	body += "<table width='625'><tr><td align='center'><img src='" + cheerimage.src + "'</td></tr><tr><td>";
	body += "The tumbling skills used in advanced cheerleading are the same as those learned in gymnastics, making GymnasticsEtc. the best place to build cheerleading skills. " + 
			"We offer classes for the individual to learn or for competitive team cheerleading. Our experienced staff and reputation for award winning cheerleaders will ensure " + 
			"your child will gain skills to last a lifetime.<br><br>";
	body += "<a href='schedule.htm#cheer'>schedule</a>";
	body += "</td></tr></table>";
	body += "</center>";
	tbl.innerHTML = body;
}