
function sas1699switchtabs(tabid) {

for (i=0;i<sas1699mytabs.length;i++)
{
	if (sas1699mytabs[i] == tabid) {
		document.getElementById('sas1699tab'+sas1699mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas1699tabcell'+sas1699mytabs[i]).style.backgroundColor = '#0066FF';
		document.getElementById('sas1699tabcell'+sas1699mytabs[i]).className = 'sas1699tabheaderon';
		document.getElementById('sas1699tabbottom'+sas1699mytabs[i]).style.backgroundColor = '#0066FF';
		document.getElementById('sas1699tabtop'+sas1699mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas1699tablink'+sas1699mytabs[i]).className = 'sas1699tablinkon';
	}
	else {
		document.getElementById('sas1699tab'+sas1699mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas1699tabcell'+sas1699mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas1699tabbottom'+sas1699mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas1699tabtop'+sas1699mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas1699tablink'+sas1699mytabs[i]).className = 'sas1699tablink';
		document.getElementById('sas1699tabcell'+sas1699mytabs[i]).className = 'sas1699tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas1699tablink: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.sas1699tablink: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.sas1699tablink: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.sas1699tablink: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.sas1699tablinkon: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.sas1699tablinkon: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.sas1699tablinkon: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.sas1699tablinkon: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('.sas1699tabheaderon');
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('.sas1699tabheaderoff');
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('.sas1699tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1699tabbottom');
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('.sas1699tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1699tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas1699tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas1699contentbox');
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('.sas1699contentboxfont');
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.sas1699tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1699tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1699tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas1699tabcontentlink: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="sas1699tabtop1" class="sas1699tabtop"></td><td class="sas1699tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1699tabtop2" class="sas1699tabtop"></td><td class="sas1699tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1699tabtop3" class="sas1699tabtop"></td><td class="sas1699tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1699tabtop4" class="sas1699tabtop"></td><td class="sas1699tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1699tabtop5" class="sas1699tabtop"></td></tr><tr><td id="sas1699tabcell1" class="sas1699tabheaderon"><a href="#" onClick="sas1699switchtabs(1); return false;" class="sas1699tablink" id="sas1699tablink1">R4 DS</a></td><td class="sas1699tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1699tabcell2" class="sas1699tabheaderoff"><a href="#" onClick="sas1699switchtabs(2); return false;" class="sas1699tablink" id="sas1699tablink2">R4 SDHC</a></td><td class="sas1699tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1699tabcell3" class="sas1699tabheaderoff"><a href="#" onClick="sas1699switchtabs(3); return false;" class="sas1699tablink" id="sas1699tablink3">R4i</a></td><td class="sas1699tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1699tabcell4" class="sas1699tabheaderoff"><a href="#" onClick="sas1699switchtabs(4); return false;" class="sas1699tablink" id="sas1699tablink4">Acekard</a></td><td class="sas1699tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1699tabcell5" class="sas1699tabheaderoff"><a href="#" onClick="sas1699switchtabs(5); return false;" class="sas1699tablink" id="sas1699tablink5">DSTTi</a></td></tr><tr><td id="sas1699tabbottom1" class="sas1699tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1699tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1699tabbottom2" class="sas1699tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1699tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1699tabbottom3" class="sas1699tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1699tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1699tabbottom4" class="sas1699tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas1699tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas1699tabbottom5" class="sas1699tabbottom"><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="sas1699contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas1699tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1699contentboxfont"><a class="sas1699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=23314&userID=' + sas1699tabidvalue + '&productID=466664914&afftrack=' + sas1699tabafftrackvalue + '&w=1699"><img src="http://www.r4ds-ds.com/product_images/k/r4_ds_0001_1__61521_thumb.jpg" border="0"></a></td><td class="sas1699contentboxfont"><a class="sas1699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=23314&userID=' + sas1699tabidvalue + '&productID=466664914&afftrack=' + sas1699tabafftrackvalue + '&w=1699">R4 DS Revolution MicroSD TF Slot-1 Solution Adapter</a><br>The R4 DS Cartridge is the current top-of-the-line SLOT-1 flash card for Nintendo DS and DS Lite<br>Price: $7.95</td></tr><tr><td class="sas1699contentboxfont"><a class="sas1699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=23314&userID=' + sas1699tabidvalue + '&productID=466664915&afftrack=' + sas1699tabafftrackvalue + '&w=1699"><img src="http://www.r4ds-ds.com/product_images/v/r4_ds_0001_3__52100.jpg" border="0"></a></td><td class="sas1699contentboxfont"><a class="sas1699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=23314&userID=' + sas1699tabidvalue + '&productID=466664915&afftrack=' + sas1699tabafftrackvalue + '&w=1699">R4 DS Revolution + Kingston MicroSD TF 2GB Memory Card</a><br>R4 DS Card bundle with Kingston Micro SD TF Card, For Nintendo DS, DS Lite<br>Price: $17.95</td></tr></table></div><div id="sas1699tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1699contentboxfont"><a class="sas1699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=23314&userID=' + sas1699tabidvalue + '&productID=466664916&afftrack=' + sas1699tabafftrackvalue + '&w=1699"><img src="http://www.r4ds-ds.com/product_images/e/r4sdhc_4__41018.jpg" border="0"></a></td><td class="sas1699contentboxfont"><a class="sas1699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=23314&userID=' + sas1699tabidvalue + '&productID=466664916&afftrack=' + sas1699tabafftrackvalue + '&w=1699">R4 SDHC Revolution /w Kingston 4GB Micro SDHC (r4sdhc.com)</a><br>The R4SDHC cartridge size is identical to that of the original R4DS cartridge, Supports any microSD/Micro SDHC Memory Card<br>Price: $24.95</td></tr><tr><td class="sas1699contentboxfont"><a class="sas1699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=23314&userID=' + sas1699tabidvalue + '&productID=466664917&afftrack=' + sas1699tabafftrackvalue + '&w=1699"><img src="http://www.r4ds-ds.com/product_images/q/r4_iii_upgrade_4__25206.jpg" border="0"></a></td><td class="sas1699contentboxfont"><a class="sas1699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=23314&userID=' + sas1699tabidvalue + '&productID=466664917&afftrack=' + sas1699tabafftrackvalue + '&w=1699">R4 III Upgrade SDHC + Kingston 4GB Micro SDHC Memory Card</a><br>R4-III solved the problem of hard connecting; with lower power consumption, support SDHC for Nintendo DS / DS Lite<br>Price: $25.95</td></tr></table></div><div id="sas1699tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1699contentboxfont"><a class="sas1699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=23314&userID=' + sas1699tabidvalue + '&productID=467607913&afftrack=' + sas1699tabafftrackvalue + '&w=1699"><img src="http://www.r4ds-ds.com/product_images/u/r4ids_tf_4gb_1__39522_thumb.jpg" border="0"></a></td><td class="sas1699contentboxfont"><a class="sas1699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=23314&userID=' + sas1699tabidvalue + '&productID=467607913&afftrack=' + sas1699tabafftrackvalue + '&w=1699">R4i Gold V1.4</a><br>R4i/R4iDS (www.r4ids.com) Cartridge is the current top-of-the-line in DS SLOT-1 flash carts. It is just an amazing little device like original DS cart size, it is a complete solution with no need to purchase any additional components or deal with any messy software and truly the easiest media enhancer you have ever done; To simply put it, this is a must have peripheral for any regular DSi/DS lite owner.<br>Price: $30.95</td></tr><tr><td class="sas1699contentboxfont"><a class="sas1699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=23314&userID=' + sas1699tabidvalue + '&productID=466664918&afftrack=' + sas1699tabafftrackvalue + '&w=1699"><img src="http://www.r4ds-ds.com/product_images/q/r4i_sdhc_4__73967.jpg" border="0"></a></td><td class="sas1699contentboxfont"><a class="sas1699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=23314&userID=' + sas1699tabidvalue + '&productID=466664918&afftrack=' + sas1699tabafftrackvalue + '&w=1699">R4i-SDHC V1.4 Adaptor with Kingston TF 4G For DSi</a><br>The R4i Adapter is the latest development in flash cartridge technology for the Nintendo DSi. The R4i is an adapter so you can use a microSDHC card (up to 32GB) with your Nintendo DSi. This R4i Support DSi V1.4 Version.<br>Price: $33.85</td></tr></table></div><div id="sas1699tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1699contentboxfont"><a class="sas1699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=23314&userID=' + sas1699tabidvalue + '&productID=467607912&afftrack=' + sas1699tabafftrackvalue + '&w=1699"><img src="http://www.r4ds-ds.com/product_images/m/memory_0011_3__16592_thumb.jpg" border="0"></a></td><td class="sas1699contentboxfont"><a class="sas1699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=23314&userID=' + sas1699tabidvalue + '&productID=467607912&afftrack=' + sas1699tabafftrackvalue + '&w=1699">Acekard 2i for DSi</a><br>The Acekard 2i is the same size as an original cart and you don’t have to flash your machine or use a passme in order to use it.<br>Price: $18.95<br></td></tr></table></div><div id="sas1699tab5content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas1699contentboxfont"><a class="sas1699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=23314&userID=' + sas1699tabidvalue + '&productID=467607911&afftrack=' + sas1699tabafftrackvalue + '&w=1699"><img src="http://www.r4ds-ds.com/product_images/w/dstti_01__07085_thumb.jpg" border="0"></a></td><td class="sas1699contentboxfont"><a class="sas1699tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=23314&userID=' + sas1699tabidvalue + '&productID=467607911&afftrack=' + sas1699tabafftrackvalue + '&w=1699">DSTTi For Nintendo DSi</a><br>The DSTTi card is the same size as an original card, extremely easy to use. All you need that is not included in the box is a MicroSD card. Since the DSTTi is SDHC compatible you can use any of the high capacity cards (4GB, 8GB etc)<br>Price: $17.85<br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas1699switchtabs(1);

