
function sas659switchtabs(tabid) {

for (i=0;i<sas659mytabs.length;i++)
{
	if (sas659mytabs[i] == tabid) {
		document.getElementById('sas659tab'+sas659mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas659tabcell'+sas659mytabs[i]).style.backgroundColor = '#5c361c';
		document.getElementById('sas659tabcell'+sas659mytabs[i]).className = 'sas659tabheaderon';
		document.getElementById('sas659tabbottom'+sas659mytabs[i]).style.backgroundColor = '#5c361c';
		document.getElementById('sas659tabtop'+sas659mytabs[i]).style.backgroundColor = '#cb9660';
		document.getElementById('sas659tablink'+sas659mytabs[i]).className = 'sas659tablinkon';
	}
	else {
		document.getElementById('sas659tab'+sas659mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas659tabcell'+sas659mytabs[i]).style.backgroundColor = '#804a25';
		document.getElementById('sas659tabbottom'+sas659mytabs[i]).style.backgroundColor = '#cb9660';
		document.getElementById('sas659tabtop'+sas659mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas659tablink'+sas659mytabs[i]).className = 'sas659tablink';
		document.getElementById('sas659tabcell'+sas659mytabs[i]).className = 'sas659tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas659tablink: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: normal;');
document.write('}');
document.write('A.sas659tablink: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: normal;');
document.write('}');
document.write('A.sas659tablink: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: normal;');
document.write('}');
document.write('A.sas659tablink: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: normal;');
document.write('}');
document.write('A.sas659tablinkon: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.sas659tablinkon: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.sas659tablinkon: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.sas659tablinkon: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('.sas659tabheaderon');
document.write('{');
document.write('	background-color: #804a25;');
document.write('	border-left: 2px solid #cb9660;');
document.write('	border-right: 2px solid #cb9660;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas659tabheaderoff');
document.write('{');
document.write('	background-color: #804a25;');
document.write('	border-left: 2px solid #cb9660;');
document.write('	border-right: 2px solid #cb9660;');
document.write('	border-top: 2px solid #cb9660;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas659tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas659tabbottom');
document.write('{');
document.write('	background-color: #cb9660;');
document.write('	border-right: 2px solid #cb9660;');
document.write('	border-left: 2px solid #cb9660;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas659tabbottomspacer');
document.write('{');
document.write('	background-color: #cb9660;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas659tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas659tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas659contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #cb9660;');
document.write('	border-bottom: 2px solid #cb9660;');
document.write('	border-right: 2px solid #cb9660;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 13px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('');
document.write('.sas659contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 13px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('A.sas659tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 13px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas659tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 13px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas659tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 13px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas659tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 13px 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="240" height="240">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas659tabtop1" class="sas659tabtop"></td><td class="sas659tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas659tabtop2" class="sas659tabtop"></td><td class="sas659tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas659tabtop3" class="sas659tabtop"></td></tr><tr><td id="sas659tabcell1" class="sas659tabheaderon"><a href="#" onClick="sas659switchtabs(1); return false;" class="sas659tablink" id="sas659tablink1">Corazon</a></td><td class="sas659tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas659tabcell2" class="sas659tabheaderoff"><a href="#" onClick="sas659switchtabs(2); return false;" class="sas659tablink" id="sas659tablink2">Agata</a></td><td class="sas659tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas659tabcell3" class="sas659tabheaderoff"><a href="#" onClick="sas659switchtabs(3); return false;" class="sas659tablink" id="sas659tablink3">Melina</a></td></tr><tr><td id="sas659tabbottom1" class="sas659tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas659tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas659tabbottom2" class="sas659tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas659tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas659tabbottom3" class="sas659tabbottom"><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="sas659contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas659tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas659contentboxfont"><a class="sas659tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas659tabidvalue + '&productID=457113314&afftrack=' + sas659tabafftrackvalue + '&w=659"><img src="http://www.homelivingstyle.com/photos/HLS-VM-030-1.jpg" border="0"></a></td><td class="sas659contentboxfont"><a class="sas659tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas659tabidvalue + '&productID=457113314&afftrack=' + sas659tabafftrackvalue + '&w=659">Corazon Venetian Mirror</a><br><br>Price: $349.00</td></tr></table></div><div id="sas659tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas659contentboxfont"><a class="sas659tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas659tabidvalue + '&productID=457113310&afftrack=' + sas659tabafftrackvalue + '&w=659"><img src="http://www.homelivingstyle.com/photos/HLS-VM-026-1.jpg" border="0"></a></td><td class="sas659contentboxfont"><a class="sas659tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas659tabidvalue + '&productID=457113310&afftrack=' + sas659tabafftrackvalue + '&w=659">Agata Venetian Mirror</a><br><br>Price: $349.00<br></td></tr></table></div><div id="sas659tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas659contentboxfont"><a class="sas659tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas659tabidvalue + '&productID=457113332&afftrack=' + sas659tabafftrackvalue + '&w=659"><img src="http://www.homelivingstyle.com/photos/HLS-VM-048-1.jpg" border="0"></a></td><td class="sas659contentboxfont"><a class="sas659tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11284&userID=' + sas659tabidvalue + '&productID=457113332&afftrack=' + sas659tabafftrackvalue + '&w=659">Melina Venetian Mirror</a><br><br>Price: $379.00<br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas659switchtabs(1);

