
function sas1424switchtabs(tabid) {

for (i=0;i<sas1424mytabs.length;i++)
{
	if (sas1424mytabs[i] == tabid) {
		document.getElementById('sas1424tab'+sas1424mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas1424tabcell'+sas1424mytabs[i]).style.backgroundColor = '#FF6600';
		document.getElementById('sas1424tabcell'+sas1424mytabs[i]).className = 'sas1424tabheaderon';
		document.getElementById('sas1424tabbottom'+sas1424mytabs[i]).style.backgroundColor = '#FF6600';
		document.getElementById('sas1424tabtop'+sas1424mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas1424tablink'+sas1424mytabs[i]).className = 'sas1424tablinkon';
	}
	else {
		document.getElementById('sas1424tab'+sas1424mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas1424tabcell'+sas1424mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas1424tabbottom'+sas1424mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas1424tabtop'+sas1424mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas1424tablink'+sas1424mytabs[i]).className = 'sas1424tablink';
		document.getElementById('sas1424tabcell'+sas1424mytabs[i]).className = 'sas1424tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas1424tablink: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.sas1424tablink: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.sas1424tablink: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.sas1424tablink: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.sas1424tablinkon: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.sas1424tablinkon: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.sas1424tablinkon: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.sas1424tablinkon: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('.sas1424tabheaderon');
document.write('{');
document.write('	background-color: #E0E0E0;');
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('.sas1424tabheaderoff');
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('.sas1424tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1424tabbottom');
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('.sas1424tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1424tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1424tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1424contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
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: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1424contentboxfont');
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.sas1424tabcontentlink:link');
document.write('{');
document.write('	COLOR: #FF6633;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1424tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #993300;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1424tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1424tabcontentlink: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="550" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas1424tabtop1" class="sas1424tabtop"></td><td class="sas1424tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1424tabtop2" class="sas1424tabtop"></td><td class="sas1424tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1424tabtop3" class="sas1424tabtop"></td><td class="sas1424tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1424tabtop4" class="sas1424tabtop"></td></tr><tr><td id="sas1424tabcell1" class="sas1424tabheaderon"><a href="#" onClick="sas1424switchtabs(1); return false;" class="sas1424tablink" id="sas1424tablink1">Silhouette SD</a></td><td class="sas1424tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1424tabcell2" class="sas1424tabheaderoff"><a href="#" onClick="sas1424switchtabs(2); return false;" class="sas1424tablink" id="sas1424tablink2">Adhesive Vinyl</a></td><td class="sas1424tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1424tabcell3" class="sas1424tabheaderoff"><a href="#" onClick="sas1424switchtabs(3); return false;" class="sas1424tablink" id="sas1424tablink3">Silhouette Accessories</a></td><td class="sas1424tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1424tabcell4" class="sas1424tabheaderoff"><a href="#" onClick="sas1424switchtabs(4); return false;" class="sas1424tablink" id="sas1424tablink4">Coupon Codes</a></td></tr><tr><td id="sas1424tabbottom1" class="sas1424tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1424tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1424tabbottom2" class="sas1424tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1424tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1424tabbottom3" class="sas1424tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1424tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1424tabbottom4" class="sas1424tabbottom"><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="sas1424contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas1424tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=464254516&afftrack=' + sas1424tabafftrackvalue + '&w=1424"><img src="http://www.acherryontop.com/i/thumbnails/175x175-105964.jpg" border="0"></a></td><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=464254516&afftrack=' + sas1424tabafftrackvalue + '&w=1424">Silhouette SD</a><br><strong>FREE Home Decor Collection CD (Valued at $29.99)</strong> with the purchase of a Silhouette SD! <br><br>Cuts a variety of crafting materials from vinyl and vellum to craft paper and cardstock. What a great machine to have for vinyl lettering, paper crafting, and school projects!<br>-Weld words, create shadows and outlines.<br>-Cut True Type fonts already installed on your computer<br>-Cut images from 1/4 " small up to 8 " wide and 39 " long<br>-Six month image download subscription with each machine.<br>-No cartridges necessary! Download digital designs online anytime, 24 hours a day!<br>-Over 1000 digital designs available with new releases every month!<br>-Easily adjust your designs and text to any size<br>-Organize your designs for easy access and reference<br>-LCD screen lets you select, cut and resize designs without a computer<br>-SD card compatible for use without a computer<br>Price: $249.99<br></td></tr></table></div><div id="sas1424tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=464084030&afftrack=' + sas1424tabafftrackvalue + '&w=1424"><img src="http://www.acherryontop.com/i/thumbnails/175x175-103115.jpg" border="0"></a></td><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=464084030&afftrack=' + sas1424tabafftrackvalue + '&w=1424">Silhouette Bright Pink Adhesive Vinyl</a><br>Price: $7.19</td></tr><tr><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=463711000&afftrack=' + sas1424tabafftrackvalue + '&w=1424"><img src="http://www.acherryontop.com/i/thumbnails/175x175-103030.jpg" border="0"></a></td><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=463711000&afftrack=' + sas1424tabafftrackvalue + '&w=1424">Silhouette Bright Green Adhesive Vinyl</a><br>Price: $7.19</td></tr><tr><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=463710999&afftrack=' + sas1424tabafftrackvalue + '&w=1424"><img src="http://www.acherryontop.com/i/thumbnails/175x175-103029.jpg" border="0"></a></td><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=463710999&afftrack=' + sas1424tabafftrackvalue + '&w=1424">Silhouette Teal Adhesive Vinyl</a><br>Price: $7.19</td></tr><tr><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=463710998&afftrack=' + sas1424tabafftrackvalue + '&w=1424"><img src="http://www.acherryontop.com/i/thumbnails/175x175-103031.jpg" border="0"></a></td><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=463710998&afftrack=' + sas1424tabafftrackvalue + '&w=1424">Silhouette Navy Adhesive Vinyl</a><br>Price: $7.19</td></tr><tr><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=463710997&afftrack=' + sas1424tabafftrackvalue + '&w=1424"><img src="http://www.acherryontop.com/i/thumbnails/175x175-103024.jpg" border="0"></a></td><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=463710997&afftrack=' + sas1424tabafftrackvalue + '&w=1424">Silhouette Lt Pink Adhesive Vinyl</a><br>Price: $7.19</td></tr></table></div><div id="sas1424tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=463710995&afftrack=' + sas1424tabafftrackvalue + '&w=1424"><img src="http://www.acherryontop.com/i/thumbnails/175x175-103035.jpg" border="0"></a></td><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=463710995&afftrack=' + sas1424tabafftrackvalue + '&w=1424">Universal Scraper</a><br>Price: $5.24</td></tr><tr><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=463711001&afftrack=' + sas1424tabafftrackvalue + '&w=1424"><img src="http://www.acherryontop.com/i/thumbnails/175x175-103036.jpg" border="0"></a></td><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=463711001&afftrack=' + sas1424tabafftrackvalue + '&w=1424">Silhouette Sketch Pens Starter Set</a><br>Price: $8.99</td></tr><tr><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=463710994&afftrack=' + sas1424tabafftrackvalue + '&w=1424"><img src="http://www.acherryontop.com/i/thumbnails/175x175-103034.jpg" border="0"></a></td><td class="sas1424contentboxfont"><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8362&userID=' + sas1424tabidvalue + '&productID=463710994&afftrack=' + sas1424tabafftrackvalue + '&w=1424">Universal Hook</a><br>Price: $7.49</td></tr></table></div><div id="sas1424tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1424contentboxfont"><ul><li><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=8362&u=' + sas1424tabidvalue + '&d=16592&afftrack=' + sas1424tabafftrackvalue + '&w=1424">Save 20% on Silhouette Vinyl &amp; Accessories</a> - End Date: 12/31/2009<br>Save 20% on Silhouette Vinyl & Accessories when you use this Promo Code: SASSVA<br><li><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=8362&u=' + sas1424tabidvalue + '&d=15018&afftrack=' + sas1424tabafftrackvalue + '&w=1424">Save $5 Shipping</a> - End Date: 12/31/2009<br>Save $5 shipping on orders of $50 or more. Promotion requires minimum $50 order - excluding digital products or gift certificates. <br><li><a class="sas1424tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=8362&u=' + sas1424tabidvalue + '&d=15017&afftrack=' + sas1424tabafftrackvalue + '&w=1424">40% Coupon</a> - End Date: 12/31/2009<br>Save 40% off the regular price of one product  --the most expensive product in your order.');
document.write('');
document.write('Promotion requires minimum $25 order - excluding digital products or gift certificates. Minimum order amount does not include the price of the discounted item. <br></ul></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas1424switchtabs(1);

