
function sas585switchtabs(tabid) {

for (i=0;i<sas585mytabs.length;i++)
{
	if (sas585mytabs[i] == tabid) {
		document.getElementById('sas585tab'+sas585mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas585tabcell'+sas585mytabs[i]).style.backgroundColor = '#CC0000';
		document.getElementById('sas585tabcell'+sas585mytabs[i]).className = 'sas585tabheaderon';
		document.getElementById('sas585tabbottom'+sas585mytabs[i]).style.backgroundColor = '#CC0000';
		document.getElementById('sas585tabtop'+sas585mytabs[i]).style.backgroundColor = '#3300CC';
		document.getElementById('sas585tablink'+sas585mytabs[i]).className = 'sas585tablinkon';
	}
	else {
		document.getElementById('sas585tab'+sas585mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas585tabcell'+sas585mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas585tabbottom'+sas585mytabs[i]).style.backgroundColor = '#3300CC';
		document.getElementById('sas585tabtop'+sas585mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas585tablink'+sas585mytabs[i]).className = 'sas585tablink';
		document.getElementById('sas585tabcell'+sas585mytabs[i]).className = 'sas585tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas585tablink:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas585tablink:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas585tablink:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas585tablink:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas585tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas585tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas585tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas585tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 14px Tahoma;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas585tabheaderon');
document.write('{');
document.write('	background-color: #E0E0E0;');
document.write('	border-left: 2px solid #3300CC;');
document.write('	border-right: 2px solid #3300CC;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas585tabheaderoff');
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('.sas585tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas585tabbottom');
document.write('{');
document.write('	background-color: #3300CC;');
document.write('	border-right: 2px solid #3300CC;');
document.write('	border-left: 2px solid #3300CC;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas585tabbottomspacer');
document.write('{');
document.write('	background-color: #3300CC;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas585tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas585tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas585contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #3300CC;');
document.write('	border-bottom: 2px solid #3300CC;');
document.write('	border-right: 2px solid #3300CC;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Tahoma;');
document.write('');
document.write('}');
document.write('');
document.write('.sas585contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Tahoma;');
document.write('');
document.write('}');
document.write('A.sas585tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Tahoma;');
document.write('}');
document.write('A.sas585tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Tahoma;');
document.write('}');
document.write('A.sas585tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Tahoma;');
document.write('}');
document.write('A.sas585tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Tahoma;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="550" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas585tabtop1" class="sas585tabtop"></td></tr><tr><td id="sas585tabcell1" class="sas585tabheaderon"><a href="#" onClick="sas585switchtabs(1); return false;" class="sas585tablink" id="sas585tablink1">4th of July Party Supplies</a></td></tr><tr><td id="sas585tabbottom1" class="sas585tabbottom"><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="sas585contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas585tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas585contentboxfont"><a class="sas585tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11839&userID=' + sas585tabidvalue + '&productID=458491633&afftrack=' + sas585tabafftrackvalue + '&w=585"><img src="http://birthdayexpress.speedera.net/images.birthdayexpress.com/bexpress/assets/thumbnails/AE5265.jpg" border="0"></a></td><td class="sas585contentboxfont"><a class="sas585tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11839&userID=' + sas585tabidvalue + '&productID=458491633&afftrack=' + sas585tabafftrackvalue + '&w=585">Stars & Stripes Personalized Banner</a><br>We’ll add your customized message. Heavy-duty vinyl with grommets for hanging indoors or out. 61"x18". (You\'ll be asked for your banner\'s customized message during the check out process.)<br>Price: $14.99</td></tr><tr><td class="sas585contentboxfont"><a class="sas585tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11839&userID=' + sas585tabidvalue + '&productID=459462516&afftrack=' + sas585tabafftrackvalue + '&w=585"><img src="http://birthdayexpress.speedera.net/images.birthdayexpress.com/bexpress/assets/thumbnails/FPD905.jpg" border="0"></a></td><td class="sas585contentboxfont"><a class="sas585tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11839&userID=' + sas585tabidvalue + '&productID=459462516&afftrack=' + sas585tabafftrackvalue + '&w=585">Stars And Stripes Party Supplies</a><br>Celebrate America with this patriotic partyware. Great for a 4th of July party!<br>Price: $5.49</td></tr><tr><td class="sas585contentboxfont"><a class="sas585tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11839&userID=' + sas585tabidvalue + '&productID=459663007&afftrack=' + sas585tabafftrackvalue + '&w=585"><img src="http://images.birthdayexpress.com/bexpress/assets/thumbnails/FP00123.jpg" border="0"></a></td><td class="sas585contentboxfont"><a class="sas585tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11839&userID=' + sas585tabidvalue + '&productID=459663007&afftrack=' + sas585tabafftrackvalue + '&w=585">4th of July Super Glow Necklaces (25)</a><br>Light up the night (safely, without fireworks) with these red, white and blue necklaces. Simply connect the ends to form a necklace and you’re good to glow. Fun for kids and adults. <br>Price: $24.99</td></tr><tr><td class="sas585contentboxfont"><a class="sas585tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11839&userID=' + sas585tabidvalue + '&productID=459663009&afftrack=' + sas585tabafftrackvalue + '&w=585"><img src="http://images.birthdayexpress.com/bexpress/assets/thumbnails/FP00126.jpg" border="0"></a></td><td class="sas585contentboxfont"><a class="sas585tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11839&userID=' + sas585tabidvalue + '&productID=459663009&afftrack=' + sas585tabafftrackvalue + '&w=585">Patriotic Inflatable Cooler</a><br>Hot summer days call for ice cold drinks. Guests will get a kick out of retrieving beverages from this inflatable cooler. It makes a great decoration, too. Simply inflate and then add ice and your favorite drinks. Plus, it can be taken almost anywhere: parks, beaches, ball games, backyards—you name it! Measures 25"H x 19"W. Plastic. <br>Price: $17.99</td></tr><tr><td class="sas585contentboxfont"><a class="sas585tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11839&userID=' + sas585tabidvalue + '&productID=459663008&afftrack=' + sas585tabafftrackvalue + '&w=585"><img src="http://images.birthdayexpress.com/bexpress/assets/thumbnails/FP00125.jpg" border="0"></a></td><td class="sas585contentboxfont"><a class="sas585tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11839&userID=' + sas585tabidvalue + '&productID=459663008&afftrack=' + sas585tabafftrackvalue + '&w=585">4th of July Electric Lights</a><br>Add a patriotic glow to your party with this string of red, white and blue star lights. End to end plug accommodates multiple strands of lights. Contains 10 lights with 10 plastic covers and two extra bulbs. Set to steady burning or flashing option. UL approved for indoor and outdoor use. Strand measures 14’L. Lights measure 3"H x 3"W. <br>Price: $12.99</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas585switchtabs(1);

