
function sas10switchtabs(tabid) {

for (i=0;i<sas10mytabs.length;i++)
{
	if (sas10mytabs[i] == tabid) {
		document.getElementById('sas10tab'+sas10mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas10tabcell'+sas10mytabs[i]).style.backgroundColor = '#ff9c00';
		document.getElementById('sas10tabcell'+sas10mytabs[i]).className = 'sas10tabheaderon';
		document.getElementById('sas10tabbottom'+sas10mytabs[i]).style.backgroundColor = '#ff9c00';
		document.getElementById('sas10tabtop'+sas10mytabs[i]).style.backgroundColor = '#222222';
		document.getElementById('sas10tablink'+sas10mytabs[i]).className = 'sas10tablinkon';
	}
	else {
		document.getElementById('sas10tab'+sas10mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas10tabcell'+sas10mytabs[i]).style.backgroundColor = '#222222';
		document.getElementById('sas10tabbottom'+sas10mytabs[i]).style.backgroundColor = '#222222';
		document.getElementById('sas10tabtop'+sas10mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas10tablink'+sas10mytabs[i]).className = 'sas10tablink';
		document.getElementById('sas10tabcell'+sas10mytabs[i]).className = 'sas10tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas10tablink:link');
document.write('{');
document.write('	COLOR: #ffffff;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas10tablink:visited');
document.write('{');
document.write('	COLOR: #ffffff;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas10tablink:active');
document.write('{');
document.write('	COLOR: #ffffff;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas10tablink:hover');
document.write('{');
document.write('	COLOR: #ffffff;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas10tablinkon:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 14px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas10tablinkon:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 14px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas10tablinkon:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 14px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas10tablinkon:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 14px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas10tabheaderon');
document.write('{');
document.write('	background-color: #222222;');
document.write('	border-left: 2px solid #222222;');
document.write('	border-right: 2px solid #222222;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas10tabheaderoff');
document.write('{');
document.write('	background-color: #222222;');
document.write('	border-left: 2px solid #222222;');
document.write('	border-right: 2px solid #222222;');
document.write('	border-top: 2px solid #222222;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas10tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas10tabbottom');
document.write('{');
document.write('	background-color: #222222;');
document.write('	border-right: 2px solid #222222;');
document.write('	border-left: 2px solid #222222;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas10tabbottomspacer');
document.write('{');
document.write('	background-color: #222222;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas10tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas10tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas10contentbox');
document.write('{');
document.write('	background-color: #ffffff;');
document.write('	border-left: 2px solid #222222;');
document.write('	border-bottom: 2px solid #222222;');
document.write('	border-right: 2px solid #222222;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('');
document.write('}');
document.write('');
document.write('.sas10contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('');
document.write('}');
document.write('A.sas10tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas10tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas10tabcontentlink:active');
document.write('{');
document.write('	COLOR: #6600FF;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas10tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="350" height="250">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas10tabtop1" class="sas10tabtop"></td><td class="sas10tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas10tabtop2" class="sas10tabtop"></td><td class="sas10tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas10tabtop3" class="sas10tabtop"></td></tr><tr><td id="sas10tabcell1" class="sas10tabheaderon"><a href="#" onClick="sas10switchtabs(1); return false;" class="sas10tablink" id="sas10tablink1">5 Mixed DVD Bundle</a></td><td class="sas10tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas10tabcell2" class="sas10tabheaderoff"><a href="#" onClick="sas10switchtabs(2); return false;" class="sas10tablink" id="sas10tablink2">5 Budget DVD Bundle</a></td><td class="sas10tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas10tabcell3" class="sas10tabheaderoff"><a href="#" onClick="sas10switchtabs(3); return false;" class="sas10tablink" id="sas10tablink3">5 Premium DVD Bundle</a></td></tr><tr><td id="sas10tabbottom1" class="sas10tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas10tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas10tabbottom2" class="sas10tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas10tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas10tabbottom3" class="sas10tabbottom"><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="sas10contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas10tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas10contentboxfont"><a class="sas10tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4967&userID=' + sas10tabidvalue + '&productID=456372879&afftrack=' + sas10tabafftrackvalue + '&w=10"><img src="http://dvdbundles.com/img/sas/datafeed/mixed-feed-sm.jpg" border="0"></a></td><td class="sas10contentboxfont"><a class="sas10tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4967&userID=' + sas10tabidvalue + '&productID=456372879&afftrack=' + sas10tabafftrackvalue + '&w=10">5 Mixed DVD Bundle</a><br>Mixed DVD Bundle with a great selection of DVDs. Includes 5 different Mixed titles. Genres such as: Action , Adventure , Animated , Childrens , Classics , Comedy , Cult , Drama , Family , Horror , Independent , Martial Arts , Sci-Fi , Television , Western. <br>Price: $27.50<br></td></tr></table></div><div id="sas10tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas10contentboxfont"><a class="sas10tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4967&userID=' + sas10tabidvalue + '&productID=453391632&afftrack=' + sas10tabafftrackvalue + '&w=10"><img src="http://dvdbundles.com/img/sas/datafeed/budget-feed-sm.jpg" border="0"></a></td><td class="sas10contentboxfont"><a class="sas10tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4967&userID=' + sas10tabidvalue + '&productID=453391632&afftrack=' + sas10tabafftrackvalue + '&w=10">5 Budget DVD Bundle</a><br>Budget DVD Bundle with a great selection of DVDs. Includes 5 different Budget titles. Genres such as: Action , Adventure , Animated , Childrens , Classics , Comedy , Cult , Drama , Family , Horror , Martial-Arts , Sci-Fi , Western.<br>Price: $22.50<br></td></tr></table></div><div id="sas10tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas10contentboxfont"><a class="sas10tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4967&userID=' + sas10tabidvalue + '&productID=453391639&afftrack=' + sas10tabafftrackvalue + '&w=10"><img src="http://dvdbundles.com/img/sas/datafeed/premium-feed-sm.jpg" border="0"></a></td><td class="sas10contentboxfont"><a class="sas10tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4967&userID=' + sas10tabidvalue + '&productID=453391639&afftrack=' + sas10tabafftrackvalue + '&w=10">5 Premium DVD Bundle</a><br>Premium DVD Bundle with a great selection of DVDs. Includes 5 different Premium titles. Genres such as: Action , Adventure , Animated , Childrens , Comedy , Drama , Family , Horror , Independent , Martial Arts , Sci-Fi , Television , Western.<br>Price: $32.50<br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas10switchtabs(1);

