
function sas534switchtabs(tabid) {

for (i=0;i<sas534mytabs.length;i++)
{
	if (sas534mytabs[i] == tabid) {
		document.getElementById('sas534tab'+sas534mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas534tabcell'+sas534mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas534tabcell'+sas534mytabs[i]).className = 'sas534tabheaderon';
		document.getElementById('sas534tabbottom'+sas534mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas534tabtop'+sas534mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas534tablink'+sas534mytabs[i]).className = 'sas534tablinkon';
	}
	else {
		document.getElementById('sas534tab'+sas534mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas534tabcell'+sas534mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas534tabbottom'+sas534mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas534tabtop'+sas534mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas534tablink'+sas534mytabs[i]).className = 'sas534tablink';
		document.getElementById('sas534tabcell'+sas534mytabs[i]).className = 'sas534tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas534tablink: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.sas534tablink: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.sas534tablink: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.sas534tablink: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.sas534tablinkon: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.sas534tablinkon: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.sas534tablinkon: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.sas534tablinkon: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('.sas534tabheaderon');
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('.sas534tabheaderoff');
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('.sas534tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas534tabbottom');
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('.sas534tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas534tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas534tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas534contentbox');
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('.sas534contentboxfont');
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.sas534tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas534tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas534tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas534tabcontentlink: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="sas534tabtop1" class="sas534tabtop"></td></tr><tr><td id="sas534tabcell1" class="sas534tabheaderon"><a href="#" onClick="sas534switchtabs(1); return false;" class="sas534tablink" id="sas534tablink1">Dog harness</a></td></tr><tr><td id="sas534tabbottom1" class="sas534tabbottom"><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="sas534contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas534tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas534contentboxfont"><a class="sas534tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=6112&userID=' + sas534tabidvalue + '&productID=458371359&afftrack=' + sas534tabafftrackvalue + '&w=534"><img src="http://www.fordogtrainers.com/productimages/pictures/main-page/leather-dog-harness-hot-hot.jpg" border="0"></a></td><td class="sas534contentboxfont"><a class="sas534tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=6112&userID=' + sas534tabidvalue + '&productID=458371359&afftrack=' + sas534tabafftrackvalue + '&w=534">Agitation / Protection / Attack Leather Dog Harness</a><br>Heavy duty full leather agitation harness.This is truly beautiful piece of hand made working dog equipment!One of the best available harnesses.This agitation harness is some of the most functional and handsome on the market today.<br><br>Padded dog harness<br>Price: $48.00<br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

var sas534mytabs = new Array()
sas534mytabs[0] = "1"

sas534switchtabs(1);

