
function sas1203switchtabs(tabid) {

for (i=0;i<sas1203mytabs.length;i++)
{
	if (sas1203mytabs[i] == tabid) {
		document.getElementById('sas1203tab'+sas1203mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas1203tabcell'+sas1203mytabs[i]).style.backgroundColor = '#FF0033';
		document.getElementById('sas1203tabcell'+sas1203mytabs[i]).className = 'sas1203tabheaderon';
		document.getElementById('sas1203tabbottom'+sas1203mytabs[i]).style.backgroundColor = '#FF0033';
		document.getElementById('sas1203tabtop'+sas1203mytabs[i]).style.backgroundColor = '#FF0033';
		document.getElementById('sas1203tablink'+sas1203mytabs[i]).className = 'sas1203tablinkon';
	}
	else {
		document.getElementById('sas1203tab'+sas1203mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas1203tabcell'+sas1203mytabs[i]).style.backgroundColor = '#FFCCCC';
		document.getElementById('sas1203tabbottom'+sas1203mytabs[i]).style.backgroundColor = '#FF0033';
		document.getElementById('sas1203tabtop'+sas1203mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas1203tablink'+sas1203mytabs[i]).className = 'sas1203tablink';
		document.getElementById('sas1203tabcell'+sas1203mytabs[i]).className = 'sas1203tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas1203tablink:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas1203tablink:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas1203tablink:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas1203tablink:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas1203tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas1203tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas1203tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas1203tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas1203tabheaderon');
document.write('{');
document.write('	background-color: #FFCCCC;');
document.write('	border-left: 2px solid #FF0033;');
document.write('	border-right: 2px solid #FF0033;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1203tabheaderoff');
document.write('{');
document.write('	background-color: #FFCCCC;');
document.write('	border-left: 2px solid #FF0033;');
document.write('	border-right: 2px solid #FF0033;');
document.write('	border-top: 2px solid #FF0033;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1203tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1203tabbottom');
document.write('{');
document.write('	background-color: #FF0033;');
document.write('	border-right: 2px solid #FF0033;');
document.write('	border-left: 2px solid #FF0033;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1203tabbottomspacer');
document.write('{');
document.write('	background-color: #FF0033;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1203tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1203tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1203contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #FF0033;');
document.write('	border-bottom: 2px solid #FF0033;');
document.write('	border-right: 2px solid #FF0033;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1203contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('A.sas1203tabcontentlink:link');
document.write('{');
document.write('	COLOR: #FF0033;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1203tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1203tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1203tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="250" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas1203tabtop1" class="sas1203tabtop"></td><td class="sas1203tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1203tabtop2" class="sas1203tabtop"></td></tr><tr><td id="sas1203tabcell1" class="sas1203tabheaderon"><a href="#" onClick="sas1203switchtabs(1); return false;" class="sas1203tablink" id="sas1203tablink1">Artisanal French Croissants </a></td><td class="sas1203tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1203tabcell2" class="sas1203tabheaderoff"><a href="#" onClick="sas1203switchtabs(2); return false;" class="sas1203tablink" id="sas1203tablink2">Authentic Chocolate Croissants</a></td></tr><tr><td id="sas1203tabbottom1" class="sas1203tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1203tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1203tabbottom2" class="sas1203tabbottom"><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="sas1203contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas1203tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1203contentboxfont"><a class="sas1203tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8358&userID=' + sas1203tabidvalue + '&productID=462742753&afftrack=' + sas1203tabafftrackvalue + '&w=1203"><img src="http://www.artikochef.com/product_images/Thumbnails/03116116.jpg" border="0"></a></td><td class="sas1203contentboxfont"><a class="sas1203tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8358&userID=' + sas1203tabidvalue + '&productID=462742753&afftrack=' + sas1203tabafftrackvalue + '&w=1203">Large Croissant - Club Pack</a><br>Price: $27.99<br></td></tr></table></div><div id="sas1203tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1203contentboxfont"><a class="sas1203tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8358&userID=' + sas1203tabidvalue + '&productID=462742754&afftrack=' + sas1203tabafftrackvalue + '&w=1203"><img src="http://www.artikochef.com/product_images/Thumbnails/03116117.jpg" border="0"></a></td><td class="sas1203contentboxfont"><a class="sas1203tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8358&userID=' + sas1203tabidvalue + '&productID=462742754&afftrack=' + sas1203tabafftrackvalue + '&w=1203">Large Chocolate Croissant - Club Pack</a><br>Price: $27.99<br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas1203switchtabs(1);

