
function sas12switchtabs(tabid) {

for (i=0;i<sas12mytabs.length;i++)
{
	if (sas12mytabs[i] == tabid) {
		document.getElementById('sas12tab'+sas12mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas12tabcell'+sas12mytabs[i]).style.backgroundColor = '#c23015';
		document.getElementById('sas12tabcell'+sas12mytabs[i]).className = 'sas12tabheaderon';
		document.getElementById('sas12tabbottom'+sas12mytabs[i]).style.backgroundColor = '#c23015';
		document.getElementById('sas12tabtop'+sas12mytabs[i]).style.backgroundColor = '#d4dcde';
		document.getElementById('sas12tablink'+sas12mytabs[i]).className = 'sas12tablinkon';
	}
	else {
		document.getElementById('sas12tab'+sas12mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas12tabcell'+sas12mytabs[i]).style.backgroundColor = '#f0f3f5';
		document.getElementById('sas12tabbottom'+sas12mytabs[i]).style.backgroundColor = '#d4dcde';
		document.getElementById('sas12tabtop'+sas12mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas12tablink'+sas12mytabs[i]).className = 'sas12tablink';
		document.getElementById('sas12tabcell'+sas12mytabs[i]).className = 'sas12tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas12tablink:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Lucida Grande,Verdana,Helvetica,sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas12tablink:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Lucida Grande,Verdana,Helvetica,sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas12tablink:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Lucida Grande,Verdana,Helvetica,sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas12tablink:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Lucida Grande,Verdana,Helvetica,sans-serif;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas12tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Lucida Grande,Verdana,Helvetica,sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas12tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Lucida Grande,Verdana,Helvetica,sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas12tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Lucida Grande,Verdana,Helvetica,sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas12tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Lucida Grande,Verdana,Helvetica,sans-serif;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas12tabheaderon');
document.write('{');
document.write('	background-color: #f0f3f5;');
document.write('	border-left: 2px solid #d4dcde;');
document.write('	border-right: 2px solid #d4dcde;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas12tabheaderoff');
document.write('{');
document.write('	background-color: #f0f3f5;');
document.write('	border-left: 2px solid #d4dcde;');
document.write('	border-right: 2px solid #d4dcde;');
document.write('	border-top: 2px solid #d4dcde;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas12tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas12tabbottom');
document.write('{');
document.write('	background-color: #d4dcde;');
document.write('	border-right: 2px solid #d4dcde;');
document.write('	border-left: 2px solid #d4dcde;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas12tabbottomspacer');
document.write('{');
document.write('	background-color: #d4dcde;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas12tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas12tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas12contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #d4dcde;');
document.write('	border-bottom: 2px solid #d4dcde;');
document.write('	border-right: 2px solid #d4dcde;');
document.write('	padding: 2px;');
document.write('	COLOR: #3f5e6f;');
document.write('	FONT: 12px Lucida Grande,Verdana,Helvetica,sans-serif;');
document.write('');
document.write('}');
document.write('');
document.write('.sas12contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #3f5e6f;');
document.write('	FONT: 12px Lucida Grande,Verdana,Helvetica,sans-serif;');
document.write('');
document.write('}');
document.write('A.sas12tabcontentlink:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Lucida Grande,Verdana,Helvetica,sans-serif;');
document.write('}');
document.write('A.sas12tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #c23015;');
document.write('	FONT: 12px Lucida Grande,Verdana,Helvetica,sans-serif;');
document.write('}');
document.write('A.sas12tabcontentlink:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Lucida Grande,Verdana,Helvetica,sans-serif;');
document.write('}');
document.write('A.sas12tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Lucida Grande,Verdana,Helvetica,sans-serif;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="468" height="300">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas12tabtop1" class="sas12tabtop"></td><td class="sas12tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas12tabtop2" class="sas12tabtop"></td><td class="sas12tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas12tabtop3" class="sas12tabtop"></td></tr><tr><td id="sas12tabcell1" class="sas12tabheaderon"><a href="#" onClick="sas12switchtabs(1); return false;" class="sas12tablink" id="sas12tablink1">New Releases</a></td><td class="sas12tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas12tabcell2" class="sas12tabheaderoff"><a href="#" onClick="sas12switchtabs(2); return false;" class="sas12tablink" id="sas12tablink2">Hot Pre-Orders</a></td><td class="sas12tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas12tabcell3" class="sas12tabheaderoff"><a href="#" onClick="sas12switchtabs(3); return false;" class="sas12tablink" id="sas12tablink3">Coupons & Deals</a></td></tr><tr><td id="sas12tabbottom1" class="sas12tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas12tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas12tabbottom2" class="sas12tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas12tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas12tabbottom3" class="sas12tabbottom"><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="sas12contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas12tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas12contentboxfont"><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas12tabidvalue + '&productID=466729444&afftrack=' + sas12tabafftrackvalue + '&w=12"><img src="http://affimg.tfaw.com/covers/100/16/16655.jpg" border="0"></a></td><td class="sas12contentboxfont"><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas12tabidvalue + '&productID=466729444&afftrack=' + sas12tabafftrackvalue + '&w=12">Dr. Horrible</a><br>From the Joss Whedon-helmed webmovie Dr. Horrible\'s Sing-Along Blog comes the origin story of the next greatest supervillain of all time . . . DR. HORRIBLE! In this One-Shot Wonder , Zack Whedon and artist Joelle Jones ( Token ) establish how a young, impressionable, but brilliant Dr. Horrible was drawn into a world of crime. Readers are reacquainted with the charming, brawny, crime-fighting superhero extraordinaire Captain Hammer when Dr. Horrible crosses paths with his greatest enemy in an all-out showdown of immeasurable proportions. Special guest appearances include Dr. Horrible\'s love interest, Penny; his sidekick, Moist; and a meter man. Check out Dr. Horrible\'s Sing-Along Blog DVD ! Fans of Joss Whedon and the smash-hit musical Dr. Horrible\'s Sing-Along Blog will not want to miss this! * Make sure to check out the two variant-cover issues! * Includes two alternate covers by artist Kristian Donaldson ( DMZ , Supermarket ) and a pin-up from superstar artist Gene Ha ( The 49ers ).<br>Price: $2.80</td></tr><tr><td class="sas12contentboxfont"><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas12tabidvalue + '&productID=466872440&afftrack=' + sas12tabafftrackvalue + '&w=12"><img src="http://affimg.tfaw.com/covers_tfaw/100/se/sep090402d.jpg" border="0"></a></td><td class="sas12contentboxfont"><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas12tabidvalue + '&productID=466872440&afftrack=' + sas12tabafftrackvalue + '&w=12">Amazing Spider-Man #612</a><br>\'POWER TO THE PEOPLE\' PART 1- They\'re Hunting Spiders...THE GAUNTLET begins here! The event that redefines Spider-Man\'s classic arch-enemies one by one starts with one of his deadliest - Electro! Destitute and desperate, conned out of his life\'s meaning and worth - Max Dillon becomes the voice of the common man against the brutal injustice of a system overloaded by greed. With Spider-Man already looking over his shoulder. Mark Waid and Paul Azaceta bring you the story of a hero with everything to lose against a man with nothing left to gain. Prepare for death\'s short, sharp shock. Prepare for Electro.<br>Price: $3.19</td></tr><tr><td class="sas12contentboxfont"><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas12tabidvalue + '&productID=465847116&afftrack=' + sas12tabafftrackvalue + '&w=12"><img src="http://affimg.tfaw.com/covers_tfaw/100/ju/jul090230.jpg" border="0"></a></td><td class="sas12contentboxfont"><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas12tabidvalue + '&productID=465847116&afftrack=' + sas12tabafftrackvalue + '&w=12">Batman Battle For The Cowl HC</a><br>Following the disappearance of her protector, Gotham City may be too far gone for Nightwing, Robin, Commissioner Gordon and the rest of the city\'s heroes to save the day. Amid the fires, rioting, looting and gang warfare, one question rings out from the souls of Gotham\'s desperate citizens: Where is Batman? This hardcover will be the perfect addition to any Batman Fan\'s library.<br>Price: $15.99</td></tr><tr><td class="sas12contentboxfont"><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas12tabidvalue + '&productID=466531846&afftrack=' + sas12tabafftrackvalue + '&w=12"><img src="http://affimg.tfaw.com/covers_tfaw/100/au/aug091169.jpg" border="0"></a></td><td class="sas12contentboxfont"><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas12tabidvalue + '&productID=466531846&afftrack=' + sas12tabafftrackvalue + '&w=12">Buffy & Angel Figure Coll Mag #2 Angel</a><br>This second special in a series of magazines/figures focusing on Joss Whedon\'s Buffyverse features the vampire with a soul, Angel, an extremely popular character from Buffy, The Vampire Slayer who ultimately went on to star in his own smash hit show. Packed with stunning imagery and extensive details on Angel, this collector\'s edition magazine includes a hand-crafted lead figure boasting a highly detailed sculpt of actor David Boreanez. Each figure comes packaged with the magazine in an individual box.<br>Price: $16.00</td></tr></table></div><div id="sas12tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas12contentboxfont"><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas12tabidvalue + '&productID=467231809&afftrack=' + sas12tabafftrackvalue + '&w=12"><img src="http://affimg.tfaw.com/covers_tfaw/100/oc/oct090187.jpg" border="0"></a></td><td class="sas12contentboxfont"><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas12tabidvalue + '&productID=467231809&afftrack=' + sas12tabafftrackvalue + '&w=12">Blackest Night Wonder Woman #1 (of 3)</a><br>Fan-favorite writer Greg Rucka returns to chronicle the adventures of the Amazing Amazon in the DC Universe\'s darkest hour! Black Lantern Maxwell Lord has risen and he seeks revenge and retribution for his murder at the hands of Diana. Look for unexpected changes to await Wonder Woman in the course of this series as she plays a major role in the War of Light against the Blackest Night . Check out our Blackest Night page to get DC Comics\' newest event!<br>Price: $2.39</td></tr><tr><td class="sas12contentboxfont"><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas12tabidvalue + '&productID=467096060&afftrack=' + sas12tabafftrackvalue + '&w=12"><img src="http://affimg.tfaw.com/covers/100/16/16637.jpg" border="0"></a></td><td class="sas12contentboxfont"><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas12tabidvalue + '&productID=467096060&afftrack=' + sas12tabafftrackvalue + '&w=12">Conan the Cimmerian: The Weight of the Crown</a><br>One of Dark Horse\'s One-Shot Wonders ! Living legend Darick Robertson ( The Boys , Transmetropolitan, Wolverine ) focuses his powerful storytelling talents on Conan--his favorite barbarian hero! In this &quot;adult fable&quot; that Robertson writes AND draws, Conan travels away from Cimmeria to search for a mercenary job that will bring him the fierce joy of battle and the spoils of war. Intrigued by a leader known as the &quot;Mad King of Gaul,&quot; Conan joins a band of brutes who are defending the Aquilonian border from incursions and who enjoy living in a lush valley that the Mad King claims for his own. These warriors soon believe that Conan may be a more fitting successor to their leader than the supposed king\'s own son--setting Conan on a potentially disastrous course! Taking place between the Cimmeria and Black Colossus story arcs in the Conan the Cimmerian monthly series, this issue is perfect for both longtime readers and for intrigued fans looking for a dynamic one-shot punch from the visceral......<br>Price: $2.80</td></tr><tr><td class="sas12contentboxfont"><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas12tabidvalue + '&productID=465847358&afftrack=' + sas12tabafftrackvalue + '&w=12"><img src="http://affimg.tfaw.com/covers_tfaw/100/ju/jul090584.jpg" border="0"></a></td><td class="sas12contentboxfont"><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas12tabidvalue + '&productID=465847358&afftrack=' + sas12tabafftrackvalue + '&w=12">Daredevil Omnibus HC Vol. 02 By Bendis & Maleev</a><br>During a character-defining run, Brian Michael Bendis crafted a pulp-fiction narrative that exploited the Man Without Fear\'s rich tapestry of characters and psychodrama, and resolved them in an incredibly nuanced, modern approach. Earning an Eisner Award for Best Continuing Series, Bendis and artist Alex Maleev restored Daredevil to a luster worthy of the all-time greats. In this volume, Bendis and Maleev\'s run comes to a blistering conclusion with a Daredevil/Black Widow team-up that takes an interesting turn; untold tales of Hell\'s Kitchen past and present; and the return of Wilson Fisk, the Kingpin of Crime!<br>Price: $79.99</td></tr><tr><td class="sas12contentboxfont"><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas12tabidvalue + '&productID=467231928&afftrack=' + sas12tabafftrackvalue + '&w=12"><img src="http://affimg.tfaw.com/covers_tfaw/100/OC/OCT090337.jpg" border="0"></a></td><td class="sas12contentboxfont"><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=8908&userID=' + sas12tabidvalue + '&productID=467231928&afftrack=' + sas12tabafftrackvalue + '&w=12">Batman Black And White Statue By Frank Quitely</a><br>For the first time in the BATMAN BLACK &amp; WHITE STATUE line, Dick Grayson dons the mantle of the bat. Eisner Award-winning artist Frank Quitely\'s cover from the first issue of the best-selling BATMAN AND ROBIN is adapted here in classic black and white. The statue measures approximately 7\' high x 4.5\' wide x 3.25\' deep, is painted in monochromatic tones, features a Bat-logo-shaped base and is packaged in a black and white box. Limited edition. Manufactured to order. Advance-solicited; on sale May 5, 2010 * Statue * $80 US<br>Price: $64.00</td></tr></table></div><div id="sas12tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas12contentboxfont"><ul><li><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=8908&u=' + sas12tabidvalue + '&d=22985&afftrack=' + sas12tabafftrackvalue + '&w=12">FREE Domestic Shipping on In-Stock orders over $30</a> - End Date: 11/30/2009 - Coupon Code: FALLING<br>FREE Domestic Shipping on In-Stock orders over $30<br><li><a class="sas12tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=8908&u=' + sas12tabidvalue + '&d=22988&afftrack=' + sas12tabafftrackvalue + '&w=12">Take $10 of International Shipping on any In-Stock Order Over $50</a> - End Date: 11/30/2009 - Coupon Code: LEAVES<br>Take $10 of International Shipping on any In-Stock Order Over $50<br></ul></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas12switchtabs(1);

