
function sas187switchtabs(tabid) {

for (i=0;i<sas187mytabs.length;i++)
{
	if (sas187mytabs[i] == tabid) {
		document.getElementById('sas187tab'+sas187mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas187tabcell'+sas187mytabs[i]).style.backgroundColor = '#f0308e';
		document.getElementById('sas187tabcell'+sas187mytabs[i]).className = 'sas187tabheaderon';
		document.getElementById('sas187tabbottom'+sas187mytabs[i]).style.backgroundColor = '#f0308e';
		document.getElementById('sas187tabtop'+sas187mytabs[i]).style.backgroundColor = '#9221c1';
		document.getElementById('sas187tablink'+sas187mytabs[i]).className = 'sas187tablinkon';
	}
	else {
		document.getElementById('sas187tab'+sas187mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas187tabcell'+sas187mytabs[i]).style.backgroundColor = '#9221c1';
		document.getElementById('sas187tabbottom'+sas187mytabs[i]).style.backgroundColor = '#9221c1';
		document.getElementById('sas187tabtop'+sas187mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas187tablink'+sas187mytabs[i]).className = 'sas187tablink';
		document.getElementById('sas187tabcell'+sas187mytabs[i]).className = 'sas187tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas187tablink:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas187tablink:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas187tablink:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas187tablink:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas187tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas187tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas187tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas187tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas187tabheaderon');
document.write('{');
document.write('	background-color: #9221c1;');
document.write('	border-left: 2px solid #9221c1;');
document.write('	border-right: 2px solid #9221c1;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas187tabheaderoff');
document.write('{');
document.write('	background-color: #9221c1;');
document.write('	border-left: 2px solid #9221c1;');
document.write('	border-right: 2px solid #9221c1;');
document.write('	border-top: 2px solid #9221c1;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas187tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas187tabbottom');
document.write('{');
document.write('	background-color: #9221c1;');
document.write('	border-right: 2px solid #9221c1;');
document.write('	border-left: 2px solid #9221c1;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas187tabbottomspacer');
document.write('{');
document.write('	background-color: #9221c1;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas187tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas187tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas187contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #9221c1;');
document.write('	border-bottom: 2px solid #9221c1;');
document.write('	border-right: 2px solid #9221c1;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Verdana;');
document.write('');
document.write('}');
document.write('');
document.write('.sas187contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Verdana;');
document.write('');
document.write('}');
document.write('A.sas187tabcontentlink:link');
document.write('{');
document.write('	COLOR: #f0308e;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('A.sas187tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #9221c1;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('A.sas187tabcontentlink:active');
document.write('{');
document.write('	COLOR: #9221c1;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('A.sas187tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #f0308e;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="350" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas187tabtop1" class="sas187tabtop"></td><td class="sas187tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas187tabtop2" class="sas187tabtop"></td><td class="sas187tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas187tabtop3" class="sas187tabtop"></td></tr><tr><td id="sas187tabcell1" class="sas187tabheaderon"><a href="#" onClick="sas187switchtabs(1); return false;" class="sas187tablink" id="sas187tablink1">Kids Birthdays</a></td><td class="sas187tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas187tabcell2" class="sas187tabheaderoff"><a href="#" onClick="sas187switchtabs(2); return false;" class="sas187tablink" id="sas187tablink2">Teen Birthdays</a></td><td class="sas187tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas187tabcell3" class="sas187tabheaderoff"><a href="#" onClick="sas187switchtabs(3); return false;" class="sas187tablink" id="sas187tablink3">Adult Birthdays</a></td></tr><tr><td id="sas187tabbottom1" class="sas187tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas187tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas187tabbottom2" class="sas187tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas187tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas187tabbottom3" class="sas187tabbottom"><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="sas187contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas187tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456889530&afftrack=' + sas187tabafftrackvalue + '&w=187"><img src="http://www.birthdaygamesatoz.com/images/match_thumb.gif" border="0"></a></td><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456889530&afftrack=' + sas187tabafftrackvalue + '&w=187">Birthday Match Up</a><br>The \'wee ones\' will love this Birthday Match Up game because it can be played by young or old. Players turn 24 cards upside down and try to match the pictures, two at a time just like concentration. Start printing as soon as you order!<br></td></tr><tr><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456889531&afftrack=' + sas187tabafftrackvalue + '&w=187"><img src="http://www.birthdaygamesatoz.com/images/picbingo_thumb.gif" border="0"></a></td><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456889531&afftrack=' + sas187tabafftrackvalue + '&w=187">Birthday Picture Bingo</a><br>A bingo for all ages to enjoy, even the youngest players. All squares have pictures so even the younger players can be a part of the fun. Call Card with pictures included. Start printing as soon as you order!<br></td></tr><tr><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456889542&afftrack=' + sas187tabafftrackvalue + '&w=187"><img src="http://www.birthdaygamesatoz.com/images/pindonkey_thumb.gif" border="0"></a></td><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456889542&afftrack=' + sas187tabafftrackvalue + '&w=187">Pin The Tail</a><br>The classic favorite Birthday Party game! Players try to pin the tail on the donkey - blindfolded! Start printing as soon as you order!<br></td></tr><tr><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456889543&afftrack=' + sas187tabafftrackvalue + '&w=187"><img src="http://www.birthdaygamesatoz.com/images/whoam_thumb.gif" border="0"></a></td><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456889543&afftrack=' + sas187tabafftrackvalue + '&w=187">Who Am I?</a><br>Little ones love guessing games and there\'s no better way to get the party started than a game of "Who Am I?" fun! Kids will enjoy mingling at the party and trying to figure out what animal is on their back. There are 20 different colorful animals for your players. Start printing as soon as you order!<br></td></tr><tr><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456903825&afftrack=' + sas187tabafftrackvalue + '&w=187"><img src="http://www.birthdaygamesatoz.com/images/tictactoe_thumb.gif" border="0"></a></td><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456903825&afftrack=' + sas187tabafftrackvalue + '&w=187">Happy Birthday Tic-Tac-Toe</a><br>Happy Birthday Tic-Tac-Toe is fun, easy, and perfect for younger children! Let them pair up and play as many times as they want, or challenge them to a playoff where winners play winners until only one is left standing! With reusable chips, just clear the board when you\'re done...and this game could last all day! Start printing as soon as you order!<br></td></tr></table></div><div id="sas187tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456889527&afftrack=' + sas187tabafftrackvalue + '&w=187"><img src="http://www.birthdaygamesatoz.com/images/bingo_thumb.gif" border="0"></a></td><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456889527&afftrack=' + sas187tabafftrackvalue + '&w=187">Birthday Bingo Card Generator</a><br>This is your classic Bingo game pre-filled with Birthday items. With our Game Card Generator, you get a different Birthday Bingo Card for each player- even if you have 200 players! Call card included. Start printing as soon as you order! Customize It! Now you can customize Birthday Bingo with the birthday boy or girl\'s name and your own choice of items! Generator will scramble items for unique cards. Call card included. <br></td></tr><tr><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456903815&afftrack=' + sas187tabafftrackvalue + '&w=187"><img src="http://www.birthdaygamesatoz.com/images/alliwant_thumb.gif" border="0"></a></td><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456903815&afftrack=' + sas187tabafftrackvalue + '&w=187">All I Want For My Birthday</a><br>Let your party guests dream big! Players write down 1 or 2 items they REALLY want for their next Birthday…as if there was no limit! Then mix up the cards and let everyone try to guess whose wish is who\'s! Start printing as soon as you order!<br></td></tr><tr><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456903821&afftrack=' + sas187tabafftrackvalue + '&w=187"><img src="http://www.birthdaygamesatoz.com/images/everything_thumb.gif" border="0"></a></td><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456903821&afftrack=' + sas187tabafftrackvalue + '&w=187">Everything Birthday A to Z</a><br>See how creative everyone can be as players come up with words relating to Birthday - one for every letter of the alphabet. Always a big hit for teachers and parents alike. Suggested answers included. Start printing as soon as you order!<br></td></tr><tr><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456903826&afftrack=' + sas187tabafftrackvalue + '&w=187"><img src="http://www.birthdaygamesatoz.com/images/whoknows_thumb.gif" border="0"></a></td><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456903826&afftrack=' + sas187tabafftrackvalue + '&w=187">Who Knows The Birthday Star?</a><br>Think you know the Birthday Star the best?  You might be surprised!  Another great game the "Tweens" will enjoy as they try to fill out the questionnaire according to how well they know the Birthday Girl or Birthday Boy.  Start printing as soon as you order! Customize It! Type in the Birthday Girl or Birthday Boy\'s name and the game is automatically created for you!<br></td></tr><tr><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456889536&afftrack=' + sas187tabafftrackvalue + '&w=187"><img src="http://www.birthdaygamesatoz.com/images/lefty_thumb.gif" border="0"></a></td><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456889536&afftrack=' + sas187tabafftrackvalue + '&w=187">Lefty\'s Forgotten Birthday</a><br>This crazy gift passing game will have everyone scrambling as they listen for you to say right or left while you read about Little Lefty Wright\'s forgotten Birthday. You can even change the name to be your Guest of Honor! The players who end with the gifts get to keep them - and this makes for 100% participation and 100% fun! You\'ll need several gifts for this game, but it\'s more than worth it! Start printing as soon as you order!<br></td></tr></table></div><div id="sas187tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456889539&afftrack=' + sas187tabafftrackvalue + '&w=187"><img src="http://www.birthdaygamesatoz.com/images/othbingo_thumb.gif" border="0"></a></td><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456889539&afftrack=' + sas187tabafftrackvalue + '&w=187">Over The Hill Bingo</a><br>This Bingo game is pre-filled with all those hysterical reminders of getting older, like trifocals and dentures. With our Game Card Generator, you get a different Over the Hill Bingo Card for each player- even if you have 200 players! Customizable with the Guest of Honor\'s name. Call card included. Start printing as soon as you order!<br></td></tr><tr><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456889547&afftrack=' + sas187tabafftrackvalue + '&w=187"><img src="http://www.birthdaygamesatoz.com/images/quotes_thumb.gif" border="0"></a></td><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456889547&afftrack=' + sas187tabafftrackvalue + '&w=187">You\'re Getting Older When...</a><br>Let the laughter begin as players compete to finish these famous quotes about getting older! Will players be able to fill in the right word to complete this quote: "When I was a boy the Dead Sea was only __?" This very challenging game will have them rolling on the floor laughing as they race to finish first. Two versions included. Answer keys included. Start printing as soon as you order!<br></td></tr><tr><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456981469&afftrack=' + sas187tabafftrackvalue + '&w=187"><img src="http://www.birthdaygamesatoz.com/images/decoder_thumb.gif" border="0"></a></td><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456981469&afftrack=' + sas187tabafftrackvalue + '&w=187">Over The Hill Decade Decoder</a><br>Here\'s the game that will have even the history buffs scrambling to be the first to finish! Who will know which decade \'Streaking\' was a fad, or when the board game \'Monopoly\' was introduced? Great game to play individually; but if you have mixed ages, break them up into teams and let the youngsters learn a little about the decades!  Answer key included. Start printing as soon as you order! <br></td></tr><tr><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456981465&afftrack=' + sas187tabafftrackvalue + '&w=187"><img src="http://www.birthdaygamesatoz.com/images/oldthing_thumb.gif" border="0"></a></td><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456981465&afftrack=' + sas187tabafftrackvalue + '&w=187">Over The Hill It\'s An Old Thing!</a><br>Let the giggling and maybe even some really big belly laughs begin because the word for the party is - of course - OLD! Players will be scrambling to be the first to complete this game of matching \'old\' things - like \'Old Faithful\' - to the clues. Answer key included. Start printing as soon as you order!<br></td></tr><tr><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456981463&afftrack=' + sas187tabafftrackvalue + '&w=187"><img src="http://www.birthdaygamesatoz.com/images/matter_thumb.gif" border="0"></a></td><td class="sas187contentboxfont"><a class="sas187tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas187tabidvalue + '&productID=456981463&afftrack=' + sas187tabafftrackvalue + '&w=187">Over The Hill Just a Matter of Time</a><br>This very challenging game is for the intellectuals in the crowd who believe they can\'t be stumped! Watch them frantically race to be the first to decipher the clues to these song and movie titles. What song is "It\'s past the expected time" referring to anyway? Answer key included. Start printing as soon as you order!<br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

var sas187mytabs = new Array()
sas187mytabs[0] = "1"
sas187mytabs[1] = "2"
sas187mytabs[2] = "3"

sas187switchtabs(1);

