
function sas467switchtabs(tabid) {

for (i=0;i<sas467mytabs.length;i++)
{
	if (sas467mytabs[i] == tabid) {
		document.getElementById('sas467tab'+sas467mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas467tabcell'+sas467mytabs[i]).style.backgroundColor = '#953a58';
		document.getElementById('sas467tabcell'+sas467mytabs[i]).className = 'sas467tabheaderon';
		document.getElementById('sas467tabbottom'+sas467mytabs[i]).style.backgroundColor = '#953a58';
		document.getElementById('sas467tabtop'+sas467mytabs[i]).style.backgroundColor = '#909090';
		document.getElementById('sas467tablink'+sas467mytabs[i]).className = 'sas467tablinkon';
	}
	else {
		document.getElementById('sas467tab'+sas467mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas467tabcell'+sas467mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas467tabbottom'+sas467mytabs[i]).style.backgroundColor = '#909090';
		document.getElementById('sas467tabtop'+sas467mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas467tablink'+sas467mytabs[i]).className = 'sas467tablink';
		document.getElementById('sas467tabcell'+sas467mytabs[i]).className = 'sas467tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas467tablink:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas467tablink:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas467tablink:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas467tablink:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas467tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas467tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas467tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas467tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas467tabheaderon');
document.write('{');
document.write('	background-color: #E0E0E0;');
document.write('	border-left: 2px solid #909090;');
document.write('	border-right: 2px solid #909090;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas467tabheaderoff');
document.write('{');
document.write('	background-color: #E0E0E0;');
document.write('	border-left: 2px solid #909090;');
document.write('	border-right: 2px solid #909090;');
document.write('	border-top: 2px solid #909090;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas467tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas467tabbottom');
document.write('{');
document.write('	background-color: #909090;');
document.write('	border-right: 2px solid #909090;');
document.write('	border-left: 2px solid #909090;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas467tabbottomspacer');
document.write('{');
document.write('	background-color: #909090;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas467tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas467tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas467contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #909090;');
document.write('	border-bottom: 2px solid #909090;');
document.write('	border-right: 2px solid #909090;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 11px Arial;');
document.write('');
document.write('}');
document.write('');
document.write('.sas467contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 11px Arial;');
document.write('');
document.write('}');
document.write('A.sas467tabcontentlink:link');
document.write('{');
document.write('	COLOR: #953a58;');
document.write('	FONT: 11px Arial;');
document.write('}');
document.write('A.sas467tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #953a58;');
document.write('	FONT: 11px Arial;');
document.write('}');
document.write('A.sas467tabcontentlink:active');
document.write('{');
document.write('	COLOR: #953a58;');
document.write('	FONT: 11px Arial;');
document.write('}');
document.write('A.sas467tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #953a58;');
document.write('	FONT: 11px Arial;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="516" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas467tabtop1" class="sas467tabtop"></td></tr><tr><td id="sas467tabcell1" class="sas467tabheaderon"><a href="#" onClick="sas467switchtabs(1); return false;" class="sas467tablink" id="sas467tablink1">Bridal Shower Games</a></td></tr><tr><td id="sas467tabbottom1" class="sas467tabbottom"><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="sas467contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas467tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas467contentboxfont"><a class="sas467tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas467tabidvalue + '&productID=456160449&afftrack=' + sas467tabafftrackvalue + '&w=467"><img src="http://www.bridalshowergamesatoz.com/images/allgames_thumb.gif" border="0"></a></td><td class="sas467contentboxfont"><a class="sas467tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas467tabidvalue + '&productID=456160449&afftrack=' + sas467tabafftrackvalue + '&w=467">The Deluxe Bridal Party Games Collection</a><br>The deluxe bridal party games collection contains over 75 games you print right from your computer. From fun to fabulous and humorous to sentimental - we\'ve got you covered for bridal shower games. There\'s no limit to the number of printouts you can make. Print one game or print them all. <br><br>Price: $19.95</td></tr><tr><td class="sas467contentboxfont"><a class="sas467tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas467tabidvalue + '&productID=456160456&afftrack=' + sas467tabafftrackvalue + '&w=467"><img src="http://www.bridalshowergamesatoz.com/images/charades_thumb.gif" border="0"></a></td><td class="sas467contentboxfont"><a class="sas467tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas467tabidvalue + '&productID=456160456&afftrack=' + sas467tabafftrackvalue + '&w=467">Bridal Shower Charades</a><br>Everyone loves charades! Keep your guests laughing as they act out and try to guess these songs, movies, TV shows, and books that all have one thing in common… the word LOVE, WEDDING, and BRIDE. Start printing as soon as you order!<br>Price: $6.99</td></tr><tr><td class="sas467contentboxfont"><a class="sas467tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas467tabidvalue + '&productID=456160496&afftrack=' + sas467tabafftrackvalue + '&w=467"><img src="http://www.bridalshowergamesatoz.com/images/Thingsinyourpursethumb.gif" border="0"></a></td><td class="sas467contentboxfont"><a class="sas467tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas467tabidvalue + '&productID=456160496&afftrack=' + sas467tabafftrackvalue + '&w=467">Things In Bride\'s Purse</a><br>Do you know who brought the biggest purse? She could be the big winner! Use this fun checklist to see who has the most - and the most unusual - items in her purse! Start printing as soon as you order!<br>Price: $6.99</td></tr><tr><td class="sas467contentboxfont"><a class="sas467tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas467tabidvalue + '&productID=456160505&afftrack=' + sas467tabafftrackvalue + '&w=467"><img src="http://www.bridalshowergamesatoz.com/images/preview/whoknowsboth_thumb.gif" border="0"></a></td><td class="sas467contentboxfont"><a class="sas467tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas467tabidvalue + '&productID=456160505&afftrack=' + sas467tabafftrackvalue + '&w=467">Who Knows The Bride? / Who Knows The Groom?</a><br>Think you know the Bride the best? You might be surprised! Have guests fill out this questionnaire about the Bride-to-be and find out who really knows the Bride best. Plus, get the men together to play Who Knows The Groom? - it\'s the perfect game solution for a couples shower! Start printing as soon as you order!<br>Price: $6.99</td></tr><tr><td class="sas467contentboxfont"><a class="sas467tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas467tabidvalue + '&productID=456160508&afftrack=' + sas467tabafftrackvalue + '&w=467"><img src="http://www.bridalshowergamesatoz.com/images/taboo_thumb.gif" border="0"></a></td><td class="sas467contentboxfont"><a class="sas467tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas467tabidvalue + '&productID=456160508&afftrack=' + sas467tabafftrackvalue + '&w=467">Wedding Taboo</a><br>In this game, what you don\'t say is just as important as what you do say! Guests play in teams to try and guess wedding related words as their teammates shout clues. But don\'t say the wrong clue - or your team loses out! Start printing as soon as you order!<br>Price: $6.99</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas467switchtabs(1);

