
function sas434switchtabs(tabid) {

for (i=0;i<sas434mytabs.length;i++)
{
	if (sas434mytabs[i] == tabid) {
		document.getElementById('sas434tab'+sas434mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas434tabcell'+sas434mytabs[i]).style.backgroundColor = '#50b0d1';
		document.getElementById('sas434tabcell'+sas434mytabs[i]).className = 'sas434tabheaderon';
		document.getElementById('sas434tabbottom'+sas434mytabs[i]).style.backgroundColor = '#50b0d1';
		document.getElementById('sas434tabtop'+sas434mytabs[i]).style.backgroundColor = '#909090';
		document.getElementById('sas434tablink'+sas434mytabs[i]).className = 'sas434tablinkon';
	}
	else {
		document.getElementById('sas434tab'+sas434mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas434tabcell'+sas434mytabs[i]).style.backgroundColor = '#7769b0';
		document.getElementById('sas434tabbottom'+sas434mytabs[i]).style.backgroundColor = '#909090';
		document.getElementById('sas434tabtop'+sas434mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas434tablink'+sas434mytabs[i]).className = 'sas434tablink';
		document.getElementById('sas434tabcell'+sas434mytabs[i]).className = 'sas434tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas434tablink:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas434tablink:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas434tablink:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas434tablink:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas434tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas434tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas434tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas434tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas434tabheaderon');
document.write('{');
document.write('	background-color: #7769b0;');
document.write('	border-left: 2px solid #909090;');
document.write('	border-right: 2px solid #909090;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas434tabheaderoff');
document.write('{');
document.write('	background-color: #7769b0;');
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('.sas434tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas434tabbottom');
document.write('{');
document.write('	background-color: #909090;');
document.write('	border-right: 2px solid #909090;');
document.write('	border-left: 2px solid #909090;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas434tabbottomspacer');
document.write('{');
document.write('	background-color: #909090;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas434tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas434tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas434contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #909090;');
document.write('	border-bottom: 2px solid #909090;');
document.write('	border-right: 2px solid #909090;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 11px Arial;');
document.write('');
document.write('}');
document.write('');
document.write('.sas434contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 11px Arial;');
document.write('');
document.write('}');
document.write('A.sas434tabcontentlink:link');
document.write('{');
document.write('	COLOR: #50b0d1;');
document.write('	FONT: 11px Arial;');
document.write('}');
document.write('A.sas434tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #50b0d1;');
document.write('	FONT: 11px Arial;');
document.write('}');
document.write('A.sas434tabcontentlink:active');
document.write('{');
document.write('	COLOR: #50b0d1;');
document.write('	FONT: 11px Arial;');
document.write('}');
document.write('A.sas434tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #50b0d1;');
document.write('	FONT: 11px Arial;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="400" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas434tabtop1" class="sas434tabtop"></td><td class="sas434tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas434tabtop2" class="sas434tabtop"></td><td class="sas434tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas434tabtop3" class="sas434tabtop"></td></tr><tr><td id="sas434tabcell1" class="sas434tabheaderon"><a href="#" onClick="sas434switchtabs(1); return false;" class="sas434tablink" id="sas434tablink1">Hot Deals</a></td><td class="sas434tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas434tabcell2" class="sas434tabheaderoff"><a href="#" onClick="sas434switchtabs(2); return false;" class="sas434tablink" id="sas434tablink2">Bestselling Gifts for Her</a></td><td class="sas434tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas434tabcell3" class="sas434tabheaderoff"><a href="#" onClick="sas434switchtabs(3); return false;" class="sas434tablink" id="sas434tablink3">Bestselling Gifts for Him</a></td></tr><tr><td id="sas434tabbottom1" class="sas434tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas434tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas434tabbottom2" class="sas434tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas434tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas434tabbottom3" class="sas434tabbottom"><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="sas434contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas434tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=457793018&afftrack=' + sas434tabafftrackvalue + '&w=434"><img src="http://dts.ystoretools.com/1017/images/100x500/gc144.jpg" border="0"></a></td><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=457793018&afftrack=' + sas434tabafftrackvalue + '&w=434">Personalized Silver Frame and Photo Album</a><br>This distinctive silver frame and photo album safely and elegantly displays your memories. Bound in velvet with glass window, it holds 100 4"x6" photos. Gift boxed. Personalized with two lines of up to 20 characters per line.<br>Price: $22.09</td></tr><tr><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=457793019&afftrack=' + sas434tabafftrackvalue + '&w=434"><img src="http://dts.ystoretools.com/1017/images/100x500/gc156.jpg" border="0"></a></td><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=457793019&afftrack=' + sas434tabafftrackvalue + '&w=434">Personalized Polished Silver and Gold Key Chain</a><br>This personalized silver and gold key chain will put a pleasant, and personalized, jingle in your pocket. Sporting a tarnish-resistant high-gloss finish, this useful keepsake key chain is personalized with two lines of up to 8 characters per line.<br>Price: $16.99</td></tr><tr><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=457793020&afftrack=' + sas434tabafftrackvalue + '&w=434"><img src="http://dts.ystoretools.com/1017/images/100x500/gc183.jpg" border="0"></a></td><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=457793020&afftrack=' + sas434tabafftrackvalue + '&w=434">Personalized Esquire Swiss Army Knife</a><br>The Swiss Cross logo designates this stainless steel, multi-purpose knife as a gift marked with the legendary Swiss innovative design. From the makers of the Swiss Army Knife, each Esquire features a small blade, nail file and scissors. Personalized with one line of up to 12 characters.<br>Price: $33.99</td></tr><tr><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=457793021&afftrack=' + sas434tabafftrackvalue + '&w=434"><img src="http://dts.ystoretools.com/1017/images/100x500/gc212.jpg" border="0"></a></td><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=457793021&afftrack=' + sas434tabafftrackvalue + '&w=434">Personalized Round Clock Key Chain</a><br>Classic horseshoe key chain, in timeless "Tiffany" Style, with a handsome silver watch attached. Makes a unique gift when  engraved, adding a personal touch. Personalized with a three initial monogram. See Rules of Engraving for correct monogram format.<br>Price: $21.24</td></tr></table></div><div id="sas434tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=453255381&afftrack=' + sas434tabafftrackvalue + '&w=434"><img src="http://dts.ystoretools.com/1017/images/100x500/gc190.jpg" border="0"></a></td><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=453255381&afftrack=' + sas434tabafftrackvalue + '&w=434">Personalized Heart Mirror Compact</a><br>Love and vanity: how does the saying go? Intertwine the two with this sterling silver-plated heart shaped mirror, personalized on top, creating a keepsake gift to remember your special celebration by. Personalized with two lines of up to 15 characters per line. Size: 2 1/2"x 2 1/4".<br>Price: $17.84</td></tr><tr><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=453255382&afftrack=' + sas434tabafftrackvalue + '&w=434"><img src="http://dts.ystoretools.com/1017/images/100x500/gc132.jpg" border="0"></a></td><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=453255382&afftrack=' + sas434tabafftrackvalue + '&w=434">Personalized Heart Trinket Box</a><br>On the vanity, dressing table, or nightstand, this silver plated box is the perfect place to keep precious mementos. Lined in white velour. Personalized with two lines of up to 15 characters per line. Size: 3" x 3" x 1 1/4".<br>Price: $19.54</td></tr><tr><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=453255396&afftrack=' + sas434tabafftrackvalue + '&w=434"><img src="http://dts.ystoretools.com/1017/images/100x500/tifkeychain.jpg" border="0"></a></td><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=453255396&afftrack=' + sas434tabafftrackvalue + '&w=434">Engraved "Tiffany-Style" Key Chain</a><br>With its classic, Tiffany\'s-inspired design and sparkling silver plate, this horseshoe key chain has a charm that can be engraved with a special message for a special person. Personalized with two lines of up to 10 characters per line. Size: 1 1/4".<br>Price: $17.84</td></tr><tr><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=457612477&afftrack=' + sas434tabafftrackvalue + '&w=434"><img src="http://dts.ystoretools.com/1017/images/100x500/gc494.jpg" border="0"></a></td><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=457612477&afftrack=' + sas434tabafftrackvalue + '&w=434">Personalized Bouquet Coffee Mug</a><br>Say it with flowers! This pretty white mug features three colorful flowers that form a whimsical bouquet, with plenty of room for your own special lines of personalization above and below the blooms. Both useful and sturdy, this ceramic 15 ounce coffee mug is suitable for a variety of special occasions including birthdays, anniversaries, Mother’s Day, or as a bridesmaid or teacher gift. Top line accommodates up to 15 characters while bottom line holds up to 10 characters.<br>Price: $17.84</td></tr></table></div><div id="sas434tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=453255407&afftrack=' + sas434tabafftrackvalue + '&w=434"><img src="http://dts.ystoretools.com/1017/images/100x500/silplatcuf.jpg" border="0"></a></td><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=453255407&afftrack=' + sas434tabafftrackvalue + '&w=434">Personalized Silver Plated Cufflinks</a><br>It\'s the details that make the man. Distinguished with subtle beading around the edge, personalize these silver plated accessories by engraving them with a stellar monogram - theirs. Personalized with a three initial monogram. Please see Rules of Engraving for correct Monogram format. Size: 5/8" diameter.<br>Price: $22.94</td></tr><tr><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=453255439&afftrack=' + sas434tabafftrackvalue + '&w=434"><img src="http://dts.ystoretools.com/1017/images/100x500/perstainstee.jpg" border="0"></a></td><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=453255439&afftrack=' + sas434tabafftrackvalue + '&w=434">Stainless Steel 13 Function Army Knife</a><br>The 13 tools included in this versatile knife make it a useful and welcome addition to the gentleman\'s trouser pocket. Brushed stainless steel construction ensures years of use. Personalized with two lines of up to 15 characters per line. Size: 3 1/2" x 3/4" x 1/2".<br>Price: $14.44</td></tr><tr><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=453255455&afftrack=' + sas434tabafftrackvalue + '&w=434"><img src="http://dts.ystoretools.com/1017/images/100x500/sipowa.jpg" border="0"></a></td><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=453255455&afftrack=' + sas434tabafftrackvalue + '&w=434">Silver Brushed Pocket Watch</a><br>An elegant gift for groomsmen, the father of the bride or any man who appreciates the classic look of a pocket watch. The engraved cover makes it an especially thoughtful gift. Each silver pocket watch measures 1 1/2" in diameter and includes a 14" removable chain. Personalized with three lines of up to 10 characters per line.<br>Price: $28.04</td></tr><tr><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=453482539&afftrack=' + sas434tabafftrackvalue + '&w=434"><img src="http://dts.ystoretools.com/1017/images/100x500/tolefl.jpg" border="0"></a></td><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=453482539&afftrack=' + sas434tabafftrackvalue + '&w=434">8 oz. Leather Flask</a><br>He’ll be in high spirits as he carries his liquid libations — alcoholic or nonalcoholic — in this luxurious leather and silver flask, which holds 8 ounces of his favorite beverage. Pocket-sized for portability, it includes a special funnel so he can fill’er up with ease. Personalized with two lines of up to 15 characters per line.<br>Price: $28.04</td></tr><tr><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=456003176&afftrack=' + sas434tabafftrackvalue + '&w=434"><img src="http://dts.ystoretools.com/1017/images/100x500/gc1173.jpg" border="0"></a></td><td class="sas434contentboxfont"><a class="sas434tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas434tabidvalue + '&productID=456003176&afftrack=' + sas434tabafftrackvalue + '&w=434">Personalized  25 oz. Sports Mug</a><br>Classically styled with a comfortable handle and weighty bottom, this sports mug holds 25 fluid ounces of your favorite beverage. Personalized with two lines of up to 15 characters per line.<br>Price: $15.73</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas434switchtabs(1);

