
function sas345switchtabs(tabid) {

for (i=0;i<sas345mytabs.length;i++)
{
	if (sas345mytabs[i] == tabid) {
		document.getElementById('sas345tab'+sas345mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas345tabcell'+sas345mytabs[i]).style.backgroundColor = '#4cabb5';
		document.getElementById('sas345tabcell'+sas345mytabs[i]).className = 'sas345tabheaderon';
		document.getElementById('sas345tabbottom'+sas345mytabs[i]).style.backgroundColor = '#4cabb5';
		document.getElementById('sas345tabtop'+sas345mytabs[i]).style.backgroundColor = '#4cabb5';
		document.getElementById('sas345tablink'+sas345mytabs[i]).className = 'sas345tablinkon';
	}
	else {
		document.getElementById('sas345tab'+sas345mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas345tabcell'+sas345mytabs[i]).style.backgroundColor = '#4cabb5';
		document.getElementById('sas345tabbottom'+sas345mytabs[i]).style.backgroundColor = '#4cabb5';
		document.getElementById('sas345tabtop'+sas345mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas345tablink'+sas345mytabs[i]).className = 'sas345tablink';
		document.getElementById('sas345tabcell'+sas345mytabs[i]).className = 'sas345tabheaderoff';

	}
}

}

if (typeof(sas345tabafftrackvalue) == 'undefined'){
sas345tabafftrackvalue = '';
}

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas345tablink:link');
document.write('{');
document.write('	COLOR: #f7f7d3;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas345tablink:visited');
document.write('{');
document.write('	COLOR: #f7f7d3;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas345tablink:active');
document.write('{');
document.write('	COLOR: #f7f7d3;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas345tablink:hover');
document.write('{');
document.write('	COLOR: #f7f7d3;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas345tablinkon:link');
document.write('{');
document.write('	COLOR: #f7f7d3;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas345tablinkon:visited');
document.write('{');
document.write('	COLOR: #f7f7d3;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas345tablinkon:active');
document.write('{');
document.write('	COLOR: #f7f7d3;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas345tablinkon:hover');
document.write('{');
document.write('	COLOR: #f7f7d3;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas345tabheaderon');
document.write('{');
document.write('	background-color: #4cabb5;');
document.write('	border-left: 2px solid #4cabb5;');
document.write('	border-right: 2px solid #4cabb5;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas345tabheaderoff');
document.write('{');
document.write('	background-color: #4cabb5;');
document.write('	border-left: 2px solid #4cabb5;');
document.write('	border-right: 2px solid #4cabb5;');
document.write('	border-top: 2px solid #4cabb5;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas345tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas345tabbottom');
document.write('{');
document.write('	background-color: #4cabb5;');
document.write('	border-right: 2px solid #4cabb5;');
document.write('	border-left: 2px solid #4cabb5;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas345tabbottomspacer');
document.write('{');
document.write('	background-color: #4cabb5;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas345tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas345tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas345contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #4cabb5;');
document.write('	border-bottom: 2px solid #4cabb5;');
document.write('	border-right: 2px solid #4cabb5;');
document.write('	padding: 2px;');
document.write('	COLOR: #564133;');
document.write('	FONT: 12px Arial;');
document.write('');
document.write('}');
document.write('');
document.write('.sas345contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #564133;');
document.write('	FONT: 12px Arial;');
document.write('');
document.write('}');
document.write('A.sas345tabcontentlink:link');
document.write('{');
document.write('	COLOR: #f58505;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas345tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #4cabb5;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas345tabcontentlink:active');
document.write('{');
document.write('	COLOR: #4cabb5;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas345tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #f58505;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="550" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas345tabtop1" class="sas345tabtop"></td></tr><tr><td id="sas345tabcell1" class="sas345tabheaderon"><a href="#" onClick="sas345switchtabs(1); return false;" class="sas345tablink" id="sas345tablink1">Printable Spring Games!</a></td></tr><tr><td id="sas345tabbottom1" class="sas345tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td></tr></table>');
document.write('</td></tr>');
document.write('<tr><td class="sas345contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas345tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas345contentboxfont"><a class="sas345tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas345tabidvalue + '&productID=461078956&afftrack=' + sas345tabafftrackvalue + '&w=345"><img src="http://www.eastergamesatoz.com/images/challenge-s_thumb.gif" border="0"></a></td><td class="sas345contentboxfont"><a class="sas345tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas345tabidvalue + '&productID=461078956&afftrack=' + sas345tabafftrackvalue + '&w=345">Spring Word Challenge</a><br>Let them have fun and expand their problem solving skills at the same time! This challenging game will have their total attention - and maybe even give you 15-30 minutes of ‘quiet’ time - as players race to fill in word grids! All the letters of a specified word (for example: Spring) is in each column, row and both diagonals. A second more challenging game is included that has two 6 letter word grids and one 8 letter word grid. Answer keys included. Start printing as soon as you order! <br></td></tr><tr><td class="sas345contentboxfont"><a class="sas345tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas345tabidvalue + '&productID=454786590&afftrack=' + sas345tabafftrackvalue + '&w=345"><img src="http://www.eastergamesatoz.com/images/wordpuzzle_thumb.gif" border="0"></a></td><td class="sas345contentboxfont"><a class="sas345tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas345tabidvalue + '&productID=454786590&afftrack=' + sas345tabafftrackvalue + '&w=345">Spring Word Puzzle</a><br>Older kids will enjoy this thought-provoking word game! They race to find the one word that will result in two distinct items or phrases associated with springtime. Start printing as soon as you order!<br></td></tr><tr><td class="sas345contentboxfont"><a class="sas345tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas345tabidvalue + '&productID=454786588&afftrack=' + sas345tabafftrackvalue + '&w=345"><img src="http://www.eastergamesatoz.com/images/flowers_thumb.gif" border="0"></a></td><td class="sas345contentboxfont"><a class="sas345tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas345tabidvalue + '&productID=454786588&afftrack=' + sas345tabafftrackvalue + '&w=345">Spring Flowers</a><br>Springtime is full of beautiful flowers…but do you know what historically these flowers have meant? Take this quiz and find out who knows what a Daisy really means! Start printing as soon as your order!<br></td></tr><tr><td class="sas345contentboxfont"><a class="sas345tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas345tabidvalue + '&productID=454786587&afftrack=' + sas345tabafftrackvalue + '&w=345"><img src="http://www.eastergamesatoz.com/images/spring_bingo_thumb.gif" border="0"></a></td><td class="sas345contentboxfont"><a class="sas345tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas345tabidvalue + '&productID=454786587&afftrack=' + sas345tabafftrackvalue + '&w=345">Spring Bingo</a><br>Your bingo game doesn\'t have to be about Easter, it can be anything you want! Two versions included: Spring Bingo has the words prefilled for you, or you can put in your own words. Ideal for teachers. Start printing as soon as you order!<br></td></tr><tr><td class="sas345contentboxfont"><a class="sas345tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas345tabidvalue + '&productID=454786580&afftrack=' + sas345tabafftrackvalue + '&w=345"><img src="http://www.eastergamesatoz.com/images/everything_thumb.gif" border="0"></a></td><td class="sas345contentboxfont"><a class="sas345tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas345tabidvalue + '&productID=454786580&afftrack=' + sas345tabafftrackvalue + '&w=345">Everything Spring</a><br>Think you know everything about the spring season? Play this game and find out! Players race against each other to be the first to name something spring related for each letter of the alphabet. Start printing as soon as you order!<br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

var sas345mytabs = new Array()
sas345mytabs[0] = "1"

sas345switchtabs(1);

