var correctAnswers = 0;
//var zzz = 1;
//zzz++;

function whichQ(var1)
{
	var z = var1
	z++;
	if (z == 1){
		correctAnswers = 0;
		//alert(correctAnswers);
	}
	writeQuestion(z);
	//alert(z);
}

function checkAnswer(formVar,currentQuestion,currentAnswer,var1)
{   
	//alert(var1);
	//var z = var1;
	for (var i=0; i < document[formVar][currentQuestion].length; i++)
	   {
	   if (document[formVar][currentQuestion][i].checked)
		  {
		  var rad_val = document[formVar][currentQuestion][i].value;    	
			evalAnswer(rad_val,var1);
			//alert(formVar + "," + answerVar + "," + rad_val);
		  	//alert(document[formVar][answerVar][i].value);
			return false;
		  }
	   }
}


function evalAnswer(givenAnswer,var1)
{

	  //alert(givenAnswer + "," + currentAnswer);
		if (givenAnswer == currentAnswer)
		{
				correctAnswers++;
				document.getElementById('qanda').innerHTML="\n"+
				responseInfoCorrect + "\n"+
				"<br /><br />\n"+
				"<a href='javascript:whichQ(" + var1 + ");'><img src='images/btn_next_question.gif' width='140px' height='30px' border='0'></a>\n"+
				  "<br /><br />\n"+
				"</div>\n"+
				"";
		
		//alert(correctAnswers);
		}
		if (givenAnswer != currentAnswer)
		{
				document.getElementById('qanda').innerHTML="\n"+
				responseInfoWrong + "\n"+
				"<br /><br />\n"+
				"<a href='javascript:whichQ(" + var1 + ");'><img src='images/btn_next_question.gif' width='140px' height='30px' border='0'></a>\n"+
				  "<br /><br />\n"+
				"</div>\n"+
				"";
		
		//alert(correctAnswers);
		
		}
}

function writeQuestion(var1)
{
	if(var1 == 1)
	{
		questionText = "How big are newborn koalas?";
		answerText1 = "The size of a jelly bean";
		answerText2 = "The size of an orange";
		answerText3 = "The size of a newborn human";
		currentQuestion = "q" + var1;
		currentAnswer = "A";
		responseInfoCorrect = "<span style='font-size:14px; line-height:18px'><strong>That's right</strong>, and they are called joeys.</span>";
		responseInfoWrong = "<span style='font-size:14px; line-height:18px'><strong>Nope.</strong><br /> Newborn koalas are only about as big as a jellybean and are called joeys.</span>";
	}
	if(var1 == 2)
	{
		questionText = "What do koalas not have when they are born?";
		answerText1 = "claws";
		answerText2 = "teeth";
		answerText3 = "ears";
		currentQuestion = "q" + var1;
		currentAnswer = "C";
		responseInfoCorrect = "<span style='font-size:14px; line-height:18px'><strong>That is correct!</strong><br /> They are also hairless and blind when they are born.</span>";
		responseInfoWrong = "<span style='font-size:14px; line-height:18px'><strong>Nope.</strong><br /> Koalas do not have ears when they are first born. They are also hairless and blind when they are born.</span>";
	}
	if(var1 == 3)
	{
		questionText = "Where does a koala live for seven months after it is born?";
		answerText1 = "A nest made of eucalyptus leaves";
		answerText2 = "A burrow under a eucalyptus tree";
		answerText3 = "In its mother's pouch";
		currentQuestion = "q" + var1;
		currentAnswer = "C";
		responseInfoCorrect = "<span style='font-size:14px; line-height:18px'><strong>Exactly!</strong><br /> baby koalas make their way there after birth.</span>";
		responseInfoWrong = "<span style='font-size:14px; line-height:18px'><strong>Not quite.</strong><br /> After birth, the koala makes its way to its mother's pouch.</span>";
	}
	if(var1 == 4)
	{
		questionText = "How are koala's from southern Australia different from those in northern Australia?";
		answerText1 = "They have thicker fur";
		answerText2 = "They eat more each day";
		answerText3 = "They have more of an accent";
		currentQuestion = "q" + var1;
		currentAnswer = "A";
		responseInfoCorrect = "<span style='font-size:14px; line-height:18px'><strong>That's right!</strong><br /> A koala's thick fur protects it from heat, cold, and rain. Southern Australia is colder so koalas there have thicker fur.</span>";
		responseInfoWrong = "<span style='font-size:14px; line-height:18px'><strong>Nope.</strong><br /> A koala's thick fur protects it from heat, cold, and rain. Southern Australia is colder so koalas there have thicker fur.</span>";
	}
	if(var1 == 5)
	{
		questionText = "What does a koala smell like?";
		answerText1 = "Fresh flowers";
		answerText2 = "Cough drops";
		answerText3 = "Gym socks";
		currentQuestion = "q" + var1;
		currentAnswer = "B";
		responseInfoCorrect = "<span style='font-size:14px; line-height:18px'><strong>That is correct!</strong><br /> Koala's smell like cough drops because they eat so much eucalyptus, an ingredient in cough drops.</span>";
		responseInfoWrong = "<span style='font-size:14px; line-height:18px'><strong>No.</strong><br /> Koala's smell like cough drops because they eat so much eucalyptus, an ingredient in cough drops.</span>";
	}
	if(var1 == 6)
	{
		questionText = "What do koalas have in common with humans?";
		answerText1 = "A love of poetry";
		answerText2 = "They see in color";
		answerText3 = "Opposable thumbs";
		currentQuestion = "q" + var1;
		currentAnswer = "C";
		responseInfoCorrect = "<span style='font-size:14px; line-height:18px'><strong>Exactly!</strong><br /> They are among a few dozen species that have them.</span>";
		responseInfoWrong = "<span style='font-size:14px; line-height:18px'><strong>Nope.</strong><br /> Koalas are among a few dozen species in the world that have opposable thumbs, just like humans.</span>";
	}
	if(var1 == 7)
	{
		questionText = "What does the word 'koala' mean in the aboriginal language?";
		answerText1 = "Tree climber";
		answerText2 = "No drink";
		answerText3 = "Leaf eater";
		currentQuestion = "q" + var1;
		currentAnswer = "B";
		responseInfoCorrect = "<span style='font-size:14px; line-height:18px'><strong>That's right!</strong><br /> Koala's only eat one food, eucalyptus leaves, and don't drink much water.</span>";
		responseInfoWrong = "<span style='font-size:14px; line-height:18px'><strong>Nope.</strong><br /> It actualy means 'No drink'. Koala's only eat one food, eucalyptus leaves, and don't drink much water.</span>";
	}
	if(var1 == 8)
	{
		questionText = "How do male koalas mark their territory?";
		answerText1 = "Rub their chests against trees";
		answerText2 = "Urinate on the ground around their trees";
		answerText3 = "Make a pile of leaves at the base of their trees";
		currentQuestion = "q" + var1;
		currentAnswer = "A";
		responseInfoCorrect = "<span style='font-size:14px; line-height:18px'><strong>That's correct!</strong><br /> Koalas also prefer to be solitary.</span>";
		responseInfoWrong = "<span style='font-size:14px; line-height:18px'><strong>No.</strong><br /> They rub their chests against trees and also prefer to be solitary.</span>";
	}
	if(var1 == 9)
	{
		questionText = "Which animal are koalas most closely related to?";
		answerText1 = "Crocodiles";
		answerText2 = "Panda Bears";
		answerText3 = "Kangaroos";
		currentQuestion = "q" + var1;
		currentAnswer = "C";
		responseInfoCorrect = "<span style='font-size:14px; line-height:18px'><strong>That's correct!</strong><br /> Koalas are not bears as they are commonly referred to, but marsupials.</span>";
		responseInfoWrong = "<span style='font-size:14px; line-height:18px'><strong>Nope.</strong><br /> Koalas are not bears as they are commonly referred to, but marsupials, related to the Kangaroo.</span>";
	}
	if(var1 == 10)
	{
		questionText = "About how many koalas are left in the world?";
		answerText1 = "100,000";
		answerText2 = "500,000";
		answerText3 = "1 million";
		currentQuestion = "q" + var1;
		currentAnswer = "A";
		responseInfoCorrect = "<span style='font-size:14px; line-height:18px'><strong>That's right!</strong><br /> There are so few because about 80 percent of their habitat in Australia is gone and they are often killed by cars and dogs.</span>";
		responseInfoWrong = "<span style='font-size:14px; line-height:18px'><strong>No.</strong><br /> There are only about 100,000 koalas in the world because about 80 percent of their habitat in Australia is gone and they are often killed by cars and dogs.</span>";
	}
	if(var1 == 11)
	{
		if(correctAnswers > 7){
			document.getElementById('main_body').innerHTML="\n"+
		"<a href='javascript:mainMenu();'><img src='images/btn_main_menu.gif' width='140px' height='30px' align='right' hspace='5' vspace='0' border='0'></a>\n"+
		"<span style='font-size:16px; line-height:20px; font-weight:bold'><br />Are you ready for some koala Q and A? <br />We're going to give you 10 questions. See how many you can get right.</span>\n"+
			"<br /><br />\n"+
			"<div id='qanda'>\n"+
			"<span style='font-size:14px; line-height:18px'>You must be some kind of Zoologist, you answered <strong>" + correctAnswers + "</strong> out of <strong>10</strong> questions correctly. Come to Tampa's Lowry Park Zoo to keep those animal trivia skills sharp.</span>\n"+
			"<br /><br />\n"+
			"<a href='javascript:additionalTrivia();'>Click here for more fascinating facts about Bundaleer and his koala friends.</a>\n"+
			"</div>\n"+
			"";	
		}
		if(correctAnswers > 3 && correctAnswers < 8){
			document.getElementById('main_body').innerHTML="\n"+
		"<a href='javascript:mainMenu();'><img src='images/btn_main_menu.gif' width='140px' height='30px' align='right' hspace='5' vspace='0' border='0'></a>\n"+
		"<span style='font-size:16px; line-height:20px; font-weight:bold'><br />Are you ready for some koala Q and A? <br />We're going to give you 10 questions. See how many you can get right.</span>\n"+
			"<br /><br />\n"+
			"<div id='qanda'>\n"+
			"<span style='font-size:14px; line-height:18px'>Not too bad, you answered <strong>" + correctAnswers + "</strong> out of <strong>10</strong> questions correctly. You should come to Tampa's Lowry Park Zoo to brush up on your knowledge of koalas though.</span>\n"+
			"<br /><br />\n"+
			"<a href='javascript:additionalTrivia();'>Click here for more fascinating facts about Bundaleer and his koala friends.</a>\n"+
			"</div>\n"+
			"";	
		}
		if(correctAnswers < 4){
			document.getElementById('main_body').innerHTML="\n"+
		"<a href='javascript:mainMenu();'><img src='images/btn_main_menu.gif' width='140px' height='30px' align='right' hspace='5' vspace='0' border='0'></a>\n"+
		"<span style='font-size:16px; line-height:20px; font-weight:bold'><br />Are you ready for some koala Q and A? <br />We're going to give you 10 questions. See how many you can get right.</span>\n"+
			"<br /><br />\n"+
			"<div id='qanda'>\n"+
			"<span style='font-size:14px; line-height:18px'>Yikes, you answered <strong>" + correctAnswers + "</strong> out of <strong>10</strong> questions correctly. Come to Tampa's Lowry Park Zoo and we'll help you learn about koalas and more.</span>\n"+
			"<br /><br />\n"+
			"<a href='javascript:additionalTrivia();'>Click here for more fascinating facts about Bundaleer and his koala friends.</a>\n"+
			"</div>\n"+
			"";	
		}
	}
	if(var1 < 11)
	{
		document.getElementById('main_body').innerHTML="\n"+
		"<a href='javascript:mainMenu();'><img src='images/btn_main_menu.gif' width='140px' height='30px' align='right' hspace='5' vspace='0' border='0'></a>\n"+
		"<span style='font-size:16px; line-height:20px; font-weight:bold'><br />Are you ready for some koala Q and A? <br />We're going to give you 10 questions. See how many you can get right.</span>\n"+
		"<br /><br />\n"+
		"<div id='qanda'>\n"+
			  "<strong>Question " + var1 + "</strong>\n"+
			  "<br /><br />\n"+
			  "" + questionText + "\n"+
			  "<br /><br />\n"+
			  "<form name='Questions' method='get' action='' onsubmit='return false;'>\n"+
				  "<input type='radio' value='A' name='" + currentQuestion + "' >" + answerText1 + "<br />\n"+
				  "<input type='radio' value='B' name='" + currentQuestion + "' >" + answerText2 + "<br />\n"+
				  "<input type='radio' value='C' name='" + currentQuestion + "' >" + answerText3 + "<br /><br />\n"+
				  "<input type='button' onclick=checkAnswer('Questions','" + currentQuestion + "','" + currentAnswer + "','" + var1 + "') value='Show Me The Answer'>\n"+
			  "</form>\n"+
		"</div>\n"+
		"";
		  document.getElementById('activity_btns').innerHTML="\n"+
		  "";
	}
	
}
function additionalTrivia(){
	document.getElementById('main_body').innerHTML="\n"+
		"<a href='javascript:mainMenu();'><img src='images/btn_main_menu.gif' width='140px' height='30px' align='right' hspace='5' vspace='0' border='0'></a>\n"+
		"<span style='font-size:16px; line-height:20px; font-weight:bold'><br />Here are some more facts <br />you may not know about koalas:</span>\n"+
		"<br /><br />\n"+
		"<div id='qanda'>\n"+
			  "<li>Koalas have a built in cushion! The fur on their bottoms is extra thick for comfort when sitting on trees.</li>\n"+
			  "<li>When temperatures get high, koalas reduce water loss from their bodies by decreasing the amount of water in their urine.</li>\n"+
			  "<li>Koalas can sleep as long as 18 hours a day.</li>\n"+
			  "<li>Pregnancy for Koalas only lasts about 35 days because most of the growth and development of the joeys occurs after birth in the mother's pouch.</li>\n"+
			  "<li>When a koala finds a good eucalyptus tree, they usually will not climb down until the leaf supply weakens.</li>\n"+
			  "<li>Koalas climb down from trees bottom first.</li>\n"+
			  "<li>While eucalyptus leaves would be poisonous to most animals, koalas have special bacteria in their stomachs to protect them from the poison of the leaves.</li>\n"+
			"<br /><br />\n"+
			"<a href='javascript:additionalTrivia2();'>More Fun Facts...</a>\n"+
		"</div>\n"+
		"";
		  document.getElementById('activity_btns').innerHTML="\n"+
		  "";
}
function additionalTrivia2(){
	document.getElementById('main_body').innerHTML="\n"+
		"<a href='javascript:mainMenu();'><img src='images/btn_main_menu.gif' width='140px' height='30px' align='right' hspace='5' vspace='0' border='0'></a>\n"+
		"<span style='font-size:16px; line-height:20px; font-weight:bold'><br />Here are some more facts <br />you may not know about koalas:</span>\n"+
		"<br /><br />\n"+
		"<div id='qanda'>\n"+
			  "<li>Koalas can climb up a 150 foot tree, despite the fact that they are only 2 feet tall.</li>\n"+
			  "<li>Koalas do not have an external tail.</li>\n"+
			  "<li>Koalas snore just like humans, but it's called a bellow.</li>\n"+
			  "<li>A female koala could have one joey a year until the end of their maturity, which usually lasts about 12 years.</li>\n"+
			  "<li>Though there are 600 species of eucalyptus trees in Australia, Koalas are very particular and only eat a few types.</li>\n"+
			  "<li>The first time the koala emerges from its mother's pouch its only eight inches long.</li>\n"+
			  "<li>Koalas get scared, they scream much like a human baby.</li>\n"+
			"<a href='javascript:additionalTrivia();'>Back</a>\n"+
		"</div>\n"+
		"";
		  document.getElementById('activity_btns').innerHTML="\n"+
		  "";
}


function mainMenu()
{
		document.getElementById('main_body').innerHTML="\n"+
	
		
		"Tampa's Lowry Park Zoo is excited to welcome a new Aussie addition - 'Bundaleer' the <a href='../bio_wallaroo_koala.php' target='_blank'><strong>Queensland koala</strong></a>.<strong> You can now visit him in Wallaroo Station</strong>, the Zoo's 4.5-acre Australian-themed 'children's zoo' area.\n"+
    "<br /><br />\n"+
"The new koala habitat is situated next to the Zoo's Kangaroo Walkabout, home to a group of Eastern grey kangaroos and Bennett's wallabies. Like roos and wallabies, koalas are marsupials-- which means they carry their young in a pouch. They are not bears, as you might believe.\n"+
    "<br /><br />\n"+
"Bundaleer is the Zoo's first koala resident, with long-term plans for a larger colony of animals. Koalas are largely solitary, so for now, Bundaleer's Zoo Keeper will meet his limited need for socialization. Since he prefers lower humidity than Florida typically offers, he will have an indoor, climate-controlled exhibit.\n"+
    "<br /><br />\n"+
"Tampa's Lowry Park Zoo is one of only a few U.S. zoos accredited by the Association of Zoos and Aquariums (AZA) to exhibit koala. He will join a select group of about 40 species in the Zoo's Species Survival Plans, cooperative breeding and conservation programs managed by AZA to help ensure the survival of specific wildlife species.<strong><a href='../conservation_in_the_zoo.php'>Click here to learn more about the Zoo's conservation efforts through the Species Survival Plan.</a></strong>\n"+
		"";
		  document.getElementById('activity_btns').innerHTML="\n"+
		  "<a href='javascript:origami_supplies()'><img src='images/activity_btn_01.jpg' alt='Make Your Own Origami Koala - Click Here' width='200' height='170' border='0' /></a><a href='javascript:whichQ(0)'><img src='images/activity_btn_02.jpg' alt='Koala Trivia - Click Here' width='210' height='170' border='0' /></a><a href='bundaleer_game.html'><img src='images/activity_btn_03.jpg' alt='Bundaleer's Leafy Lunch - Click Here To Play Now!' width='190' height='170' border='0'/></a>\n"+	
		  "";
	
}

function origami_supplies()
{
		document.getElementById('main_body').innerHTML="\n"+
		"<a href='javascript:mainMenu();'><img src='images/btn_main_menu.gif' width='140px' height='30px' align='right' hspace='5' vspace='0' border='0'></a>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Origami Koala</span>\n"+
			"<br /><br />\n"+
			"<div id='origami'>\n"+
			"<img src='images/origami_supplies.jpg' width='300px' height='230px' align='right' hspace='5' vspace='5'>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Supplies Needed</span><ul><li>Grey construction paper</li><li>Black crayon or marker</li><li>Google eyes (optional)</li><li>Glue (optional)</li></ul>\n"+
			"<a href='javascript:origami_step1();'><img src='images/btn_next.gif' width='100px' height='30px' hspace='5' border='0'></a>\n"+
			"</div>\n"+
			"";
		  document.getElementById('activity_btns').innerHTML="\n"+
		  "";
	
}

function origami_step1()
{
		document.getElementById('main_body').innerHTML="\n"+
		"<a href='javascript:mainMenu();'><img src='images/btn_main_menu.gif' width='140px' height='30px' align='right' hspace='5' vspace='0' border='0'></a>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Origami Koala</span>\n"+
			"<br /><br />\n"+
			"<div id='origami'>\n"+
			"<img src='images/origami_step1.jpg' width='300px' height='230px' align='right' hspace='5' vspace='5'>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Step 1</span><br /><br />With colored side down, fold your square in half on the diagonal.\n"+
			"<br /><br />\n"+
			"<a href='javascript:origami_supplies();'><img src='images/btn_previous.gif' width='100px' height='30px' hspace='5' border='0'></a> <a href='javascript:origami_step2();'><img src='images/btn_next.gif' width='100px' height='30px' hspace='5' border='0'></a>\n"+
			"</div>\n"+
			"";
		  document.getElementById('activity_btns').innerHTML="\n"+
		  "";
	
}

function origami_step2()
{
		document.getElementById('main_body').innerHTML="\n"+
		"<a href='javascript:mainMenu();'><img src='images/btn_main_menu.gif' width='140px' height='30px' align='right' hspace='5' vspace='0' border='0'></a>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Origami Koala</span>\n"+
			"<br /><br />\n"+
			"<div id='origami'>\n"+
			"<img src='images/origami_step2.jpg' width='300px' height='230px' align='right' hspace='5' vspace='5'>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Step 2</span><br /><br />Fold one of the top points down to the bottom as shown.\n"+
			"<br /><br />\n"+
			"<a href='javascript:origami_step1();'><img src='images/btn_previous.gif' width='100px' height='30px' hspace='5' border='0'></a> <a href='javascript:origami_step3();'><img src='images/btn_next.gif' width='100px' height='30px' hspace='5' border='0'></a>\n"+
			"</div>\n"+
			"";
		  document.getElementById('activity_btns').innerHTML="\n"+
		  "";
	
}

function origami_step3()
{
		document.getElementById('main_body').innerHTML="\n"+
		"<a href='javascript:mainMenu();'><img src='images/btn_main_menu.gif' width='140px' height='30px' align='right' hspace='5' vspace='0' border='0'></a>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Origami Koala</span>\n"+
			"<br /><br />\n"+
			"<div id='origami'>\n"+
			"<img src='images/origami_step3.jpg' width='300px' height='230px' align='right' hspace='5' vspace='5'>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Step 3</span><br /><br />Now fold the other side down.\n"+
			"<br /><br />\n"+
			"<a href='javascript:origami_step2();'><img src='images/btn_previous.gif' width='100px' height='30px' hspace='5' border='0'></a> <a href='javascript:origami_step4();'><img src='images/btn_next.gif' width='100px' height='30px' hspace='5' border='0'></a>\n"+
			"</div>\n"+
			"";
		  document.getElementById('activity_btns').innerHTML="\n"+
		  "";
	
}

function origami_step4()
{
		document.getElementById('main_body').innerHTML="\n"+
		"<a href='javascript:mainMenu();'><img src='images/btn_main_menu.gif' width='140px' height='30px' align='right' hspace='5' vspace='0' border='0'></a>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Origami Koala</span>\n"+
			"<br /><br />\n"+
			"<div id='origami'>\n"+
			"<img src='images/origami_step4.jpg' width='300px' height='230px' align='right' hspace='5' vspace='5'>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Step 4</span><br /><br />Begin to form your koala’s ears by folding one of the flaps up and out at an angle, as shown.\n"+
			"<br /><br />\n"+
			"<a href='javascript:origami_step3();'><img src='images/btn_previous.gif' width='100px' height='30px' hspace='5' border='0'></a> <a href='javascript:origami_step5();'><img src='images/btn_next.gif' width='100px' height='30px' hspace='5' border='0'></a>\n"+
			"</div>\n"+
			"";
		  document.getElementById('activity_btns').innerHTML="\n"+
		  "";
	
}

function origami_step5()
{
		document.getElementById('main_body').innerHTML="\n"+
		"<a href='javascript:mainMenu();'><img src='images/btn_main_menu.gif' width='140px' height='30px' align='right' hspace='5' vspace='0' border='0'></a>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Origami Koala</span>\n"+
			"<br /><br />\n"+
			"<div id='origami'>\n"+
			"<img src='images/origami_step5.jpg' width='300px' height='230px' align='right' hspace='5' vspace='5'>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Step 5</span><br /><br />Now fold the other flap out too.  Crease well.\n"+
			"<br /><br />\n"+
			"<a href='javascript:origami_step4();'><img src='images/btn_previous.gif' width='100px' height='30px' hspace='5' border='0'></a> <a href='javascript:origami_step6();'><img src='images/btn_next.gif' width='100px' height='30px' hspace='5' border='0'></a>\n"+
			"</div>\n"+
			"";
		  document.getElementById('activity_btns').innerHTML="\n"+
		  "";
	
}

function origami_step6()
{
		document.getElementById('main_body').innerHTML="\n"+
		"<a href='javascript:mainMenu();'><img src='images/btn_main_menu.gif' width='140px' height='30px' align='right' hspace='5' vspace='0' border='0'></a>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Origami Koala</span>\n"+
			"<br /><br />\n"+
			"<div id='origami'>\n"+
			"<img src='images/origami_step6.jpg' width='300px' height='230px' align='right' hspace='5' vspace='5'>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Step 6</span><br /><br />Blunt the ears by folding down the ends.\n"+
			"<br /><br />\n"+
			"<a href='javascript:origami_step5();'><img src='images/btn_previous.gif' width='100px' height='30px' hspace='5' border='0'></a> <a href='javascript:origami_step7();'><img src='images/btn_next.gif' width='100px' height='30px' hspace='5' border='0'></a>\n"+
			"</div>\n"+
			"";
		  document.getElementById('activity_btns').innerHTML="\n"+
		  "";
	
}

function origami_step7()
{
		document.getElementById('main_body').innerHTML="\n"+
		"<a href='javascript:mainMenu();'><img src='images/btn_main_menu.gif' width='140px' height='30px' align='right' hspace='5' vspace='0' border='0'></a>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Origami Koala</span>\n"+
			"<br /><br />\n"+
			"<div id='origami'>\n"+
			"<img src='images/origami_step7.jpg' width='300px' height='230px' align='right' hspace='5' vspace='5'>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Step 7</span><br /><br />Shape the head by folding the top corner of your model down until it is level with the ears.\n"+
			"<br /><br />\n"+
			"<a href='javascript:origami_step6();'><img src='images/btn_previous.gif' width='100px' height='30px' hspace='5' border='0'></a> <a href='javascript:origami_step8();'><img src='images/btn_next.gif' width='100px' height='30px' hspace='5' border='0'></a>\n"+
			"</div>\n"+
			"";
		  document.getElementById('activity_btns').innerHTML="\n"+
		  "";
	
}

function origami_step8()
{
		document.getElementById('main_body').innerHTML="\n"+
		"<a href='javascript:mainMenu();'><img src='images/btn_main_menu.gif' width='140px' height='30px' align='right' hspace='5' vspace='0' border='0'></a>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Origami Koala</span>\n"+
			"<br /><br />\n"+
			"<div id='origami'>\n"+
			"<img src='images/origami_step8.jpg' width='300px' height='230px' align='right' hspace='5' vspace='5'>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Step 8</span><br /><br />Finish shaping the head by turning the bottom up on one side as shown.\n"+
			"<br /><br />\n"+
			"<a href='javascript:origami_step7();'><img src='images/btn_previous.gif' width='100px' height='30px' hspace='5' border='0'></a> <a href='javascript:origami_step9();'><img src='images/btn_next.gif' width='100px' height='30px' hspace='5' border='0'></a>\n"+
			"</div>\n"+
			"";
		  document.getElementById('activity_btns').innerHTML="\n"+
		  "";
	
}

function origami_step9()
{
		document.getElementById('main_body').innerHTML="\n"+
		"<a href='javascript:mainMenu();'><img src='images/btn_main_menu.gif' width='140px' height='30px' align='right' hspace='5' vspace='0' border='0'></a>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Origami Koala</span>\n"+
			"<br /><br />\n"+
			"<div id='origami'>\n"+
			"<img src='images/origami_step9.jpg' width='300px' height='230px' align='right' hspace='5' vspace='5'>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Step 9</span><br /><br />Finally, bring the other side up to form the chin.\n"+
			"<br /><br />\n"+
			"<a href='javascript:origami_step8();'><img src='images/btn_previous.gif' width='100px' height='30px' hspace='5' border='0'></a> <a href='javascript:origami_step10();'><img src='images/btn_next.gif' width='100px' height='30px' hspace='5' border='0'></a>\n"+
			"</div>\n"+
			"";
		  document.getElementById('activity_btns').innerHTML="\n"+
		  "";
	
}

function origami_step10()
{
		document.getElementById('main_body').innerHTML="\n"+
		"<a href='javascript:mainMenu();'><img src='images/btn_main_menu.gif' width='140px' height='30px' align='right' hspace='5' vspace='0' border='0'></a>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Origami Koala</span>\n"+
			"<br /><br />\n"+
			"<div id='origami'>\n"+
			"<img src='images/origami_final.jpg' width='300px' height='230px' align='right' hspace='5' vspace='5'>\n"+
			"<span style='font-size:16px; line-height:20px; font-weight:bold'>Step 10</span><br /><br />Flip the model over and add your own features.\n"+
			"<br /><br />\n"+
			"<a href='javascript:origami_step9();'><img src='images/btn_previous.gif' width='100px' height='30px' hspace='5' border='0'></a>\n"+
			"</div>\n"+
			"";
		  document.getElementById('activity_btns').innerHTML="\n"+
		  "";
	
}

