
function sas1021switchtabs(tabid) {

for (i=0;i<sas1021mytabs.length;i++)
{
	if (sas1021mytabs[i] == tabid) {
		document.getElementById('sas1021tab'+sas1021mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas1021tabcell'+sas1021mytabs[i]).style.backgroundColor = '#F3B5A9';
		document.getElementById('sas1021tabcell'+sas1021mytabs[i]).className = 'sas1021tabheaderon';
		document.getElementById('sas1021tabbottom'+sas1021mytabs[i]).style.backgroundColor = '#F3B5A9';
		document.getElementById('sas1021tabtop'+sas1021mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas1021tablink'+sas1021mytabs[i]).className = 'sas1021tablinkon';
	}
	else {
		document.getElementById('sas1021tab'+sas1021mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas1021tabcell'+sas1021mytabs[i]).style.backgroundColor = '#EC836D';
		document.getElementById('sas1021tabbottom'+sas1021mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas1021tabtop'+sas1021mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas1021tablink'+sas1021mytabs[i]).className = 'sas1021tablink';
		document.getElementById('sas1021tabcell'+sas1021mytabs[i]).className = 'sas1021tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas1021tablink: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.sas1021tablink: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.sas1021tablink: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.sas1021tablink: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.sas1021tablinkon: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.sas1021tablinkon: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.sas1021tablinkon: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.sas1021tablinkon: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('.sas1021tabheaderon');
document.write('{');
document.write('	background-color: #EC836D;');
document.write('	border-left: 2px solid #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1021tabheaderoff');
document.write('{');
document.write('	background-color: #EC836D;');
document.write('	border-left: 2px solid #F5C6B9;');
document.write('	border-right: 2px solid #F5C6B9;');
document.write('	border-top: 2px solid #F5C6B9;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1021tabheaderspacer');
document.write('{');
document.write('	background-color: #F8CAA9;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1021tabbottom');
document.write('{');
document.write('	background-color: #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	border-left: 2px solid #000000;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1021tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1021tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1021tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1021contentbox');
document.write('{');
document.write('	background-color: #F3EDDF;');
document.write('	border-left: 2px solid #000000;');
document.write('	border-bottom: 2px solid #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 8px Arial;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1021contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 8px Arial;');
document.write('');
document.write('}');
document.write('A.sas1021tabcontentlink:link');
document.write('{');
document.write('	COLOR: #ACADD0;');
document.write('	FONT: 8px Arial;');
document.write('}');
document.write('A.sas1021tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #E3DFE9;');
document.write('	FONT: 8px Arial;');
document.write('}');
document.write('A.sas1021tabcontentlink:active');
document.write('{');
document.write('	COLOR: #;');
document.write('	FONT: 8px Arial;');
document.write('}');
document.write('A.sas1021tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #;');
document.write('	FONT: 8px Arial;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="530" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas1021tabtop1" class="sas1021tabtop"></td><td class="sas1021tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1021tabtop2" class="sas1021tabtop"></td><td class="sas1021tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1021tabtop3" class="sas1021tabtop"></td></tr><tr><td id="sas1021tabcell1" class="sas1021tabheaderon"><a href="#" onClick="sas1021switchtabs(1); return false;" class="sas1021tablink" id="sas1021tablink1">Baby Shower Invitations</a></td><td class="sas1021tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1021tabcell2" class="sas1021tabheaderoff"><a href="#" onClick="sas1021switchtabs(2); return false;" class="sas1021tablink" id="sas1021tablink2">Baby Shower Gifts</a></td><td class="sas1021tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1021tabcell3" class="sas1021tabheaderoff"><a href="#" onClick="sas1021switchtabs(3); return false;" class="sas1021tablink" id="sas1021tablink3">Baby Shower Favors</a></td></tr><tr><td id="sas1021tabbottom1" class="sas1021tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1021tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1021tabbottom2" class="sas1021tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1021tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1021tabbottom3" class="sas1021tabbottom"><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="sas1021contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas1021tab1content"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">');
document.write('');
document.write('<html>');
document.write('');
document.write('<body>');
document.write('<table cellpadding="10" cellspacing="0" border="0" Width="530">');
document.write('<tr>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FInvitations%2FBaby%5FStuffed%5FAnimals%5FBaby%5FShower%5FInvitation%2F4510BS"><img src="http://www.storkavenue.com/images_tn/4510BStn.jpg" border="0"><br><i>Baby Stuffed Animals Baby Shower Invitation</i> </a><br><font size="2">This cute baby shower invitation features stuffed animals that babies just love, tucked neatly in bed to sleep.<br>Starting Price: $0.64 Each</font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FInvitations%2FMod%5FMom%5FBaby%5FShower%5FInvitation%2F4779BS"><img src="http://www.storkavenue.com/images_tn/4779BStn.jpg" border="0"><br><i>Mod Mom Baby Shower Invitation</i></a><br><font size="2">Your baby shower invitation is printed on a vellum overlay, attached to the card with a matching, bright green, sheer bow.<br>Price: $1.52 Each</font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FInvitations%2FHeart%5Fand%5FFlowers%5FBaby%5FShower%5FInvitation%2F4030BS"><img src="http://www.storkavenue.com/images_tn/4030BStn.jpg" border="0"><br><i>Heart and Flowers Baby Shower Invitation </i> </a><br><font size="2">This pretty card features a subtle green and pink diamond background, with pink roses and a heart centered above your text.<br>Starting Price: $1.17 Each</font></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FInvitations%2FPoseys%5FBaby%5FShower%5FInvitation%2F3728BS"><img src="http://www.storkavenue.com/images_tn/3728bstn.jpg" border="0"><br><i>Poseys Baby Shower Invitation </i></a><br><font size="2">This cheery card features posies, butterflies, and a striped yellow border with polka dots inside and is a perfect invitation to a baby shower.<br>Starting Price: $1.17 Each</font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FInvitations%2FBaseball%5FBoy%5FBaby%5FShower%5FInvitation%2F3307BS"><img src="http://www.storkavenue.com/images_tn/3307BStn.jpg" border="0"><br><i>Baseball Boy Baby Shower Invitation s</i></a><br><font size="2">Sweetest shower invitation for the mother expecting a boy. Little tot in a big blue baseball cap holding his teddy bear tight with his train, rattle, and ball nearby.<br>Starting Price: $1.17 Each</font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FInvitations%2FDaisies%5Fn%5FDaisies%5FBaby%5FShower%5FInvitation%2F3334BS"><img src="http://www.storkavenue.com/images_tn/3334BStn.jpg" border="0"><br><i>Daisies n Daisies Baby Shower Invitation</i> </a><br><font size="2">Daisies in pastel yellow, pink and blue are scattered about and form a flowery and fragrant bed for the sweet angel on this baby shower invitation.<br>Starting Price: $1.17 Each</font></td>');
document.write('</tr>');
document.write('');
document.write('</table>');
document.write('');
document.write('');
document.write('</body>');
document.write('</html></div><div id="sas1021tab2content"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">');
document.write('');
document.write('<html>');
document.write('');
document.write('<body>');
document.write('<table cellpadding="10" cellspacing="0" border="0" Width="530">');
document.write('<tr>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FFun%5FStuff%2FIts%5Fa%5FBoy%5FGolf%5FBalls%2F3326MP"><img src="http://www.storkavenue.com/Images_tn/3326MPtn.jpg" border="0"><br><i>It\'s a Boy Golf Balls</i> </a><br><font size="2">A great gift for a golfer, these three balls have Its a Boy written in blue.<br>Price: $9.99 </font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FPrincess%5FSilver%5FSpoon%5Fon%5FPillow%2F4849MP"><img src="http://www.storkavenue.com/Images_tn/4849MPtn.jpg" border="0"><br><i>Princess Spoon on Pillow</i></a><br><font size="2">This long handled silverplated feeding spoon arrives tied to an embroidered pink ribbed pillow.<br>Price: $9.99 </font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FHoliday%2FPhoto%5FBagettes%2F4610MP"><img src="http://www.storkavenue.com/Images_tn/4610MPtn.jpg" border="0"><br><i>Photo Bagettes</i> </a><br><font size="2">Your favorite photo can be printed on your own Bagette. Made of fine quality satin, this mini purse is lined and finished with a silver heart.<br>Price: 24.95 </font></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FFun%5FStuff%2FBeatrix%5FPotter%5FMemory%5FBook%2F3239SK"><img src="http://www.storkavenue.com/Images_tn/3746MPtn.jpg" border="0"><br><i>Forever Pooh Scrapbook Kit</i></a><br><font size="2">Includes everything you need to start an amazing photo memory book, with the classic style of Winnie the Pooh.<br>Price: $19.98 </font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FFun%5FStuff%2FMoms%5FQuotable%5FClip%5FOn%5FFrame%2F6087MP"><img src="http://www.storkavenue.com/Images_tn/6087MPtn.jpg" border="0"><br><i>Mom\'s Quotable Clip-on Frame</i></a><br><font size="2">Frame is 5 x 3.5 in. and displays a 2 x 2 photo. <br>Price: $9.99 </font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FFun%5FStuff%2FGift%5FCertificate%2F3301GC"><img src="http://www.storkavenue.com/Images_tn/3301GCtn.jpg" border="0"><br><i>Gift Certificate</i> </a><br><font size="2">Gift Certificates can be purchased in any amount.<br>Starting Price: Any Amount </font></td>');
document.write('</tr>');
document.write('');
document.write('</table>');
document.write('');
document.write('');
document.write('</body>');
document.write('</html></div><div id="sas1021tab3content"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">');
document.write('');
document.write('<html>');
document.write('');
document.write('<body>');
document.write('<table cellpadding="15" cellspacing="0" border="0" Width="530">');
document.write('<tr>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FFun%5FStuff%2FIts%5Fa%5FBoy%5FBubble%5FGum%5FCigars%2F3314MP"><img src="http://www.storkavenue.com/Images_tn/3314MPtn.jpg" border="0"><br><i>Its a Boy Bubble Gum Cigars</i> </a><br><font size="2">Share your celebration by offering these El Bubble cigars that are wrapped in bright blue and taste like fruit!<br>Price: $14.49 </font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FFun%5FStuff%2FMod%5FMom%5FMini%5FFavor%5FBags%5Fx%5F18%5Fbags%5Fper%5Fpack%2F4779GB"><img src="http://www.storkavenue.com/Images_tn/4779GBtn.jpg" border="0"><br><i>Mod Mom Mini Gift Bag</i></a><br><font size="2">What better way to thank your guests for coming than with this great favor bag.<br>Price: $4.59 </font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FBaby%5Fon%5FBoard%5FExpandable%5FPen%2F6078MP"><img src="http://www.storkavenue.com/Images_tn/6078MPtn.jpg" border="0"><br><i>Baby on Board Expandable Pen</i></a><br><font size="2">This bundled up baby is actually an expandable pen, cleverly contained in a clear gift box packaging. <br>Price: $2.49 </font></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FFun%5FStuff%2FMini%5FPastel%5FCandy%2F4624CY"><img src="http://www.storkavenue.com/Images_tn/4624CYtn.jpg" border="0"><br><i>Mini Pastel Candy</i> </a><br><font size="2">This candy makes great fillers for favors. Assorted Fruit Flavors.<br>Price: 3.99 </font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FFun%5FStuff%2FIts%5Fa%5FGirl%5FLollipops%2F3715MP"><img src="http://www.storkavenue.com/Images_tn/3715MPtn.jpg" border="0"><br><i>Its a Girl Lollipops</i></a><br><font size="2">Bright pink lollipops for the proud parents (or siblings) to share in celebration of their new baby girl.<br>Price: $4.99 </font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1021tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FInvitations%2FMini%5FClothespins%2F4623MP"><img src="http://www.storkavenue.com/Images_tn/4623MPtn.jpg" border="0"><br><i>Mini Clothes Pins Game</i> </a><br><font size="2">These mini clothespins come in assorted pastel colors and can be used as favors or for a game.<br>Price: $1.99 </font></td>');
document.write('</tr>');
document.write('');
document.write('</table>');
document.write('');
document.write('');
document.write('</body>');
document.write('</html></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas1021switchtabs(1);

