
function sas1020switchtabs(tabid) {

for (i=0;i<sas1020mytabs.length;i++)
{
	if (sas1020mytabs[i] == tabid) {
		document.getElementById('sas1020tab'+sas1020mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas1020tabcell'+sas1020mytabs[i]).style.backgroundColor = '#F3B5A9';
		document.getElementById('sas1020tabcell'+sas1020mytabs[i]).className = 'sas1020tabheaderon';
		document.getElementById('sas1020tabbottom'+sas1020mytabs[i]).style.backgroundColor = '#F3B5A9';
		document.getElementById('sas1020tabtop'+sas1020mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas1020tablink'+sas1020mytabs[i]).className = 'sas1020tablinkon';
	}
	else {
		document.getElementById('sas1020tab'+sas1020mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas1020tabcell'+sas1020mytabs[i]).style.backgroundColor = '#EC836D';
		document.getElementById('sas1020tabbottom'+sas1020mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas1020tabtop'+sas1020mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas1020tablink'+sas1020mytabs[i]).className = 'sas1020tablink';
		document.getElementById('sas1020tabcell'+sas1020mytabs[i]).className = 'sas1020tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas1020tablink: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.sas1020tablink: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.sas1020tablink: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.sas1020tablink: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.sas1020tablinkon: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.sas1020tablinkon: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.sas1020tablinkon: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.sas1020tablinkon: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('.sas1020tabheaderon');
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('.sas1020tabheaderoff');
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('.sas1020tabheaderspacer');
document.write('{');
document.write('	background-color: #F8CAA9;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1020tabbottom');
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('.sas1020tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1020tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1020tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1020contentbox');
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('.sas1020contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 8px Arial;');
document.write('');
document.write('}');
document.write('A.sas1020tabcontentlink:link');
document.write('{');
document.write('	COLOR: #ACADD0;');
document.write('	FONT: 8px Arial;');
document.write('}');
document.write('A.sas1020tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #E3DFE9;');
document.write('	FONT: 8px Arial;');
document.write('}');
document.write('A.sas1020tabcontentlink:active');
document.write('{');
document.write('	COLOR: #;');
document.write('	FONT: 8px Arial;');
document.write('}');
document.write('A.sas1020tabcontentlink: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="350" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas1020tabtop1" class="sas1020tabtop"></td><td class="sas1020tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1020tabtop2" class="sas1020tabtop"></td><td class="sas1020tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1020tabtop3" class="sas1020tabtop"></td></tr><tr><td id="sas1020tabcell1" class="sas1020tabheaderon"><a href="#" onClick="sas1020switchtabs(1); return false;" class="sas1020tablink" id="sas1020tablink1">Boy Announcements</a></td><td class="sas1020tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1020tabcell2" class="sas1020tabheaderoff"><a href="#" onClick="sas1020switchtabs(2); return false;" class="sas1020tablink" id="sas1020tablink2">Girl Announcements</a></td><td class="sas1020tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1020tabcell3" class="sas1020tabheaderoff"><a href="#" onClick="sas1020switchtabs(3); return false;" class="sas1020tablink" id="sas1020tablink3">Mutiple Birth Announcements</a></td></tr><tr><td id="sas1020tabbottom1" class="sas1020tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1020tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1020tabbottom2" class="sas1020tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1020tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1020tabbottom3" class="sas1020tabbottom"><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="sas1020contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas1020tab1content"><!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="350">');
document.write('<tr>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FPhoto%5FBlack%5FStripes%5FBoy%5FCard%2F4951CA"><img src="http://www.storkavenue.com/images_tn/4951CAtn.jpg" border="0"><br><i>Photo Black Stripes Boy Card </i> </a><br><font size="2">This card is beautifully designed with tons of color including any two pictures of your new bundle of joy and his name printed in blue.<br>Price: 1.79 Each</font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FPhoto%5FJohn%5FLennon%5FBirth%5FAnnouncement%2F3740CA"><img src="http://www.storkavenue.com/images_tn/3740CAtn.jpg" border="0"><br><i>Photo John Lennon Birth Announcement </i></a><br><font size="2">The words A NEW ARRIVAL are preprinted on the front. Inside, it reveals a beautiful vellum overlay, printed with a photo of your baby and birth information.<br>Price: $1.79 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=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FBaby%5FAngel%5Fwith%5FStar%5FBirth%5FAnnouncement%2F4023CA"><img src="http://www.storkavenue.com/images_tn/4023CAtn.jpg" border="0"><br><i>Baby Angel with Star Birth Announcement </i></a><br><font size="2">This birth announcement features a beaming baby boy with a halo in the shape of a heart, surrounded by puffy clouds and a single smiling star.<br>Price: $1.48 Each</font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FPhoto%5FBoy%5FButton%5FFold%5FOver%5FBirth%5FAnnouncement%2F4750CA"><img src="http://www.storkavenue.com/images_tn/4750CAtn.jpg" border="0"><br><i>Photo Boy Button Fold Over Birth Announcement </i></a><br><font size="2">This unique birth announcement features your bundle of joy on the front and all of his information on the inside.<br>Price: $1.97 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=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FSports%5FIllustrated%5FQuarterback%5FBirth%5FAnnouncement%2F3333CA"><img src="http://www.storkavenue.com/images_tn/3333CAtn.jpg" border="0"><br><i>Sports Illustrated Quarterback Birth Announcement </i></a><br><font size="2">This birth announcement allows you to cleverly introduce your little rookie.<br> Price: $1.48 Each</font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FSpaceship%5FBirth%5FAnnouncement%2F4433CA"><img src="http://www.storkavenue.com/images_tn/4433CAtn.jpg" border="0"><br><i>Spaceship Birth Announcement</i></a><br><font size="2">This is a cute birth announcement with a ship rocketing off into space with a red and blue striped border.<br> Price: $1.48 Each</font></td>');
document.write('</tr>');
document.write('</table>');
document.write('');
document.write('');
document.write('</body>');
document.write('</html></div><div id="sas1020tab2content"><!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="350">');
document.write('<tr>');
document.write('<td valign="top" align="center" Width="120"><a href="http://www.shareasale.com/r.cfm?u=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FPhoto%5FPink%5FPlaid%5FVellum%5FButton%5FBirth%5FAnnouncement%2F4757CA"><img src="http://www.storkavenue.com/images_tn/4757CAtn.jpg" border="0"><br><i>Photo Pink Plaid Birth Announcement </i> </a><br><font size="2">This adorable birth announcement has your babys photo and information printed on a vellum overlay, and is attached to our canopy card with a button.<br>Starting Price: $1.84 Each</font></td>');
document.write('<td valign="top" align="center" Width="125"><a href="http://www.shareasale.com/r.cfm?u=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FPhoto%5FCover%5FGirl%5FBirth%5FAnnouncement%2F4017CA"><img src="http://www.storkavenue.com/images_tn/4017CAtn.jpg" border="0"><br><i>Photo Cover Girl Birth Announcement</i></a><br><font size="2">Exclusively from Stork Avenue, you are sure to score BIG with these truly unique birth announcements. This one for your baby girl has a bright pink border.<br>Price: $1.79 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=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FPhoto%5FPink%5FPlaid%5FFold%5FOver%5FButton%5FBirth%5FAnnouncement%2F4752CA"><img src="http://www.storkavenue.com/images_tn/4752CAtn.jpg" border="0"><br><i>Photo Pink Plaid Fold Over Birth Announcement</i></a><br><font size="2">A pink plaid card folds into a cute button flap which when opened announces your pride and joy to family and friends.<br>Starting Price: $1.48 Each</font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FFireflies%5FBirth%5FAnnouncement%2F4169CA"><img src="http://www.storkavenue.com/images_tn/4169CAtn.jpg" border="0"><br><i>Fireflies Birth Announcement </i></a><br><font size="2">Fireflies flicker up over a band of blue and white on the side of this birth announcement for a baby girl.<br>Starting Price: $0.64 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=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FBaby%5FFlower%5FBirth%5FAnnouncement%2F4453CA"><img src="http://www.storkavenue.com/images_tn/4453CAtn.jpg" border="0"><br><i>Baby Flower Birth Announcement </i></a><br><font size="2">What a cute birth announcement with a babys face on pink flower petals. This card has a pink background with a dotted yellow border.<br> Price: $1.48 Each</font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FPhoto%5FPink%5FParchment%5FFull%5FBirth%5FAnnouncement%5Fwith%5FRibbon%5FText%5Fon%5FBottom%2F3829CAFB"><img src="http://www.storkavenue.com/images_tn/3829CAFBtn.jpg" border="0"><br><i>Photo Pink Parchment Birth Announcement</i></a><br><font size="2">This beautiful pink parchment birth announcement is enhanced with your babys photo, printed on a translucent vellum overlay.<br>Price: $1.97 Each</font></td>');
document.write('</tr>');
document.write('</table>');
document.write('');
document.write('');
document.write('</body>');
document.write('</html></div><div id="sas1020tab3content"><!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="350">');
document.write('<tr>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FPhoto%5FTwin%5FBoys%5FDouble%5FDots%5FBirth%5FAnnouncement%2F6063CA"><img src="http://www.storkavenue.com/images_tn/6063CAtn.jpg" border="0"><br><i>Photo Twin Boys Double Dots Birth Announcement </i> </a><br><font size="2">Cool and contemporary, this twins birth announcement for your little boys balances dots in cool blue with a touch of chocolate.<br>Price: 1.79 Each</font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FPhoto%5FTwin%5FGirls%5FDouble%5FDots%5FBirth%5FAnnouncement%2F6064CA"><img src="http://www.storkavenue.com/images_tn/6064CAtn.jpg" border="0"><br><i>Photo Twin Girls Double Dots Birth Announcement</i></a><br><font size="2">With the cutest white polka dots on the pink background this card is guaranteed to bring smiles to friends and families faces.<br>Price: $1.79 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=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FSnuggle%5FBunny%5FBabies%5FTwins%5FBirth%5FAnnouncement%2F4596CA"><img src="http://www.storkavenue.com/images_tn/4596CAtn.jpg" border="0"><br><i>Snuggle Bunny Babies Twins Birth Announcement </i></a><br><font size="2">This wonderful birth announcement has two cute babies dressed as cute bunnies.<br>Starting Price: $1.21 Each</font></td>');
document.write('<td valign="top" align="center" Width="150"><a href="http://www.shareasale.com/r.cfm?u=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FRubba%5FDub%5FTwins%5FBirth%5FAnnouncement%2F4084CA"><img src="http://www.storkavenue.com/images_tn/4084CAtn.jpg" border="0"><br><i>Rubba Dub Twins Birth Announcement </i></a><br><font size="2">Two squeaky clean babies play in this bathtub overflowing with bubbles. They\'ll make your friends and family smile with the birth announcement of your twins.<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=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FDiaper%5FTwins%5FBirth%5FAnnouncement%2F4296CA"><img src="http://www.storkavenue.com/images_tn/4296CAtn.jpg" border="0"><br><i>Diaper Twins Birth Announcement </i></a><br><font size="2">This magical birth announcement has two birds, two bunnies, two bears and two butterflies all gathering to spread the word of your baby twins.<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=' + sas1020tabidvalue + '&b=113223&m=16190&afftrack=&urllink=www%2Estorkavenue%2Ecom%2Fshopping%2FAnnouncements%2FTwins%5FTickled%5FPink%5FBirth%5FAnnouncement%2F4562CA"><img src="http://www.storkavenue.com/images_tn/4562CAtn.jpg" border="0"><br><i>Twins Tickled Pink Birth Announcement </i></a><br><font size="2">This whimisical birth announcement with two tiny dresses and two ladybug bibs on a pink clothesline.<br>Starting Price: $1.17 Each</font></td>');
document.write('</tr>');
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 sas1020mytabs = new Array()
sas1020mytabs[0] = "1"
sas1020mytabs[1] = "2"
sas1020mytabs[2] = "3"

sas1020switchtabs(1);

