
function sas459switchtabs(tabid) {

for (i=0;i<sas459mytabs.length;i++)
{
	if (sas459mytabs[i] == tabid) {
		document.getElementById('sas459tab'+sas459mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas459tabcell'+sas459mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas459tabcell'+sas459mytabs[i]).className = 'sas459tabheaderon';
		document.getElementById('sas459tabbottom'+sas459mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas459tabtop'+sas459mytabs[i]).style.backgroundColor = '#dd132c';
		document.getElementById('sas459tablink'+sas459mytabs[i]).className = 'sas459tablinkon';
	}
	else {
		document.getElementById('sas459tab'+sas459mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas459tabcell'+sas459mytabs[i]).style.backgroundColor = '#dd132c';
		document.getElementById('sas459tabbottom'+sas459mytabs[i]).style.backgroundColor = '#dd132c';
		document.getElementById('sas459tabtop'+sas459mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas459tablink'+sas459mytabs[i]).className = 'sas459tablink';
		document.getElementById('sas459tabcell'+sas459mytabs[i]).className = 'sas459tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas459tablink:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas459tablink:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas459tablink:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas459tablink:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas459tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 14px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas459tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 14px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas459tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 14px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas459tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 14px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas459tabheaderon');
document.write('{');
document.write('	background-color: #dd132c;');
document.write('	border-left: 2px solid #dd132c;');
document.write('	border-right: 2px solid #dd132c;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas459tabheaderoff');
document.write('{');
document.write('	background-color: #dd132c;');
document.write('	border-left: 2px solid #dd132c;');
document.write('	border-right: 2px solid #dd132c;');
document.write('	border-top: 2px solid #dd132c;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas459tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas459tabbottom');
document.write('{');
document.write('	background-color: #dd132c;');
document.write('	border-right: 2px solid #dd132c;');
document.write('	border-left: 2px solid #dd132c;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas459tabbottomspacer');
document.write('{');
document.write('	background-color: #dd132c;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas459tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas459tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas459contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #dd132c;');
document.write('	border-bottom: 2px solid #dd132c;');
document.write('	border-right: 2px solid #dd132c;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('');
document.write('}');
document.write('');
document.write('.sas459contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('');
document.write('}');
document.write('A.sas459tabcontentlink:link');
document.write('{');
document.write('	COLOR: #254d71;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas459tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #dd132c;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas459tabcontentlink:active');
document.write('{');
document.write('	COLOR: #dd132c;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas459tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #254d71;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="468" height="125">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas459tabtop1" class="sas459tabtop"></td><td class="sas459tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas459tabtop2" class="sas459tabtop"></td><td class="sas459tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas459tabtop3" class="sas459tabtop"></td><td class="sas459tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas459tabtop4" class="sas459tabtop"></td></tr><tr><td id="sas459tabcell1" class="sas459tabheaderon"><a href="#" onClick="sas459switchtabs(1); return false;" class="sas459tablink" id="sas459tablink1">Diabetes Information</a></td><td class="sas459tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas459tabcell2" class="sas459tabheaderoff"><a href="#" onClick="sas459switchtabs(2); return false;" class="sas459tablink" id="sas459tablink2">Blood Glucose Meter Kits</a></td><td class="sas459tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas459tabcell3" class="sas459tabheaderoff"><a href="#" onClick="sas459switchtabs(3); return false;" class="sas459tablink" id="sas459tablink3">Glucose Test Strips</a></td><td class="sas459tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas459tabcell4" class="sas459tabheaderoff"><a href="#" onClick="sas459switchtabs(4); return false;" class="sas459tablink" id="sas459tablink4">Accessories</a></td></tr><tr><td id="sas459tabbottom1" class="sas459tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas459tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas459tabbottom2" class="sas459tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas459tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas459tabbottom3" class="sas459tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas459tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas459tabbottom4" class="sas459tabbottom"><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="sas459contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas459tab1content"><style type="text/css">');
document.write('<!--');
document.write('.style1 {');
document.write('	font-family: Arial, Helvetica, sans-serif;');
document.write('	font-size: 12px;');
document.write('}');
document.write('.style2 {');
document.write('	font-family: Arial, Helvetica, sans-serif;');
document.write('	font-style: italic;');
document.write('	font-size: 11px;');
document.write('}');
document.write('-->');
document.write('</style>');
document.write('<table width="468">');
document.write('<tr valign="top"> <td> ');
document.write('<img src="http://www.diabetes.org/ueimages/img-adm-collage.gif" />  ');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('');
document.write('<span class="style1">November is declared American Diabetes Month by the American Diabetes Association. During this time it is the Association\'s goal to bring more attention and awareness to the seriousness of diabetes and it\'s potentially deadly complications such as heart and kidney disease, stroke, blindness, and amputation. They also strive to educate the public on the importance of properly controlling diabetes. ');
document.write('<BR>');
document.write('<BR>');
document.write('Diabetes care and prevention is a prevalent issue in American since 23.6 million people, or 7.8% of the population, have diabetes according to the American Diabetes Association. They also note that since 1987 the death rate resulting from diabetes has gone up 45%.  ');
document.write('<BR><br>');
document.write('<strong>What does it mean to have diabetes?</strong> <br>');
document.write('If you have diabetes, it means that your body can not properly use the energy from foods eaten. it is closely related to how the body makes and uses insulin. Insulin is helps to keep your body\'s blood sugar, or blood glucose, within a healthy range. There are two major types of diabetes, type 1 and 2. Sugar is unable to enter the cells and builds up in the bloodstream in both types of diabetes. Without sugar in the cells, the body lacks energy and the buildup of sugar in the bloodstream creates high blood sugar levels. Over time, it is the high blood sugar levels that can result in other serious complications associated with diabetes. Blood sugars can be managed and controlled through proper exercise and diet. Though there is no cure for diabetes, proper care can return the body’s blood sugar levels to normal.  <br>');
document.write('<br>');
document.write('');
document.write('<li>');
document.write('<b>Type 1</b> - The body produces none or little insulin. This is known as an insulin deficiency. Patients with type 1 diabetes are required to take insulin to supplement their body’s inability to do so on its own. Only about one in ten individuals diagnosed with diabetes have this form. ');
document.write('<li>');
document.write('<b>Type 2</b>- This is the most common form of diabetes and occurs when the body can produce insulin but the cells are unable to properly use it. This is known as insulin resistance. In addition to exercise and meal planning, patients with type 2 diabetes may also require some medications to control blood sugar levels.   ');
document.write('</li>');
document.write('</UL>');
document.write('</span>');
document.write('<br>');
document.write('');
document.write('<span class="style2">The information contained in this Website is presented for informational purposes only. None of the information is a substitute for professional medical care or attention by a qualified practitioner and under no circumstances may it be relied upon as such. Always check with your doctor if you have any questions or concerns about your condition or if you are about to start a new program of treatment. The operators of this Website are not responsible or liable, directly or indirectly, for any form of damages whatsoever resulting from the use (or misuse) of information contained in or implied by this Website</span></td>');
document.write('</tr>');
document.write('</table></div><div id="sas459tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461977571&afftrack=' + sas459tabafftrackvalue + '&w=459"><img src="http://hocks.com/Merchant5/graphics/00000001/m1.jpg" border="0"></a></td><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461977571&afftrack=' + sas459tabafftrackvalue + '&w=459">Accu-Chek Advantage Blood Glucose Meter Kit</a><br>Price: $64.88</td></tr><tr><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461977583&afftrack=' + sas459tabafftrackvalue + '&w=459"><img src="http://hocks.com/Merchant5/graphics/00000001/4922506.jpg" border="0"></a></td><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461977583&afftrack=' + sas459tabafftrackvalue + '&w=459">Freestyle Freedom Blood Glucose Monitoring System(No Rebates)</a><br>Price: $20.59</td></tr><tr><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461979420&afftrack=' + sas459tabafftrackvalue + '&w=459"><img src="http://hocks.com/Merchant5/graphics/00000001/4587499.jpg" border="0"></a></td><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461979420&afftrack=' + sas459tabafftrackvalue + '&w=459">One Touch Ultrasmart Meter Kit</a><br>Price: $75.19</td></tr><tr><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461980972&afftrack=' + sas459tabafftrackvalue + '&w=459"><img src="http://hocks.com/Merchant5/graphics/00000001/4732376.jpg" border="0"></a></td><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461980972&afftrack=' + sas459tabafftrackvalue + '&w=459">Ascensia Contour Blood Glucose System Kit</a><br>Price: $25.75</td></tr><tr><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461979208&afftrack=' + sas459tabafftrackvalue + '&w=459"><img src="http://hocks.com/Merchant5/graphics/00000001/sidekick.jpg" border="0"></a></td><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461979208&afftrack=' + sas459tabafftrackvalue + '&w=459">Sidekick All-In-One Blood Glucose Meter</a><br>Price: $31.92</td></tr></table></div><div id="sas459tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=457997498&afftrack=' + sas459tabafftrackvalue + '&w=459"><img src="http://hocks.com/Merchant5/graphics/00000001/8537.jpg" border="0"></a></td><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=457997498&afftrack=' + sas459tabafftrackvalue + '&w=459">One Touch Ultra Strips 50/Box</a><br>Price: $38.99</td></tr><tr><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461974817&afftrack=' + sas459tabafftrackvalue + '&w=459"><img src="http://hocks.com/Merchant5/graphics/00000001/4388047.jpg" border="0"></a></td><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461974817&afftrack=' + sas459tabafftrackvalue + '&w=459">Accu-Chek Active Strips 50ct</a><br>Price: $26.77</td></tr><tr><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461978898&afftrack=' + sas459tabafftrackvalue + '&w=459"><img src="http://hocks.com/Merchant5/graphics/00000001/5009287.jpg" border="0"></a></td><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461978898&afftrack=' + sas459tabafftrackvalue + '&w=459">Prodigy Autocode Blood Glucose Test Strips 50ct</a><br>Price: $18.53</td></tr><tr><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461980973&afftrack=' + sas459tabafftrackvalue + '&w=459"><img src="http://hocks.com/Merchant5/graphics/00000001/4732384.jpg" border="0"></a></td><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461980973&afftrack=' + sas459tabafftrackvalue + '&w=459">Ascensia Contour Test Strip 50/Box</a><br>Price: $29.86</td></tr><tr><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461980765&afftrack=' + sas459tabafftrackvalue + '&w=459"><img src="http://hocks.com/Merchant5/graphics/00000001/4717286.jpg" border="0"></a></td><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461980765&afftrack=' + sas459tabafftrackvalue + '&w=459">True Track Smart System Blood Glucose Strips 50ct</a><br>Price: $23.99</td></tr></table></div><div id="sas459tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=458360334&afftrack=' + sas459tabafftrackvalue + '&w=459"><img src="http://hocks.com/Merchant5/graphics/00000001/mdprobl.jpg" border="0"></a></td><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=458360334&afftrack=' + sas459tabafftrackvalue + '&w=459">Medicool Protectall with Insulin Cooler Black 1-Each</a><br>Price: $42.00</td></tr><tr><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=460018267&afftrack=' + sas459tabafftrackvalue + '&w=459"><img src="http://hocks.com/Merchant5/graphics/00000001/mddia2.jpg" border="0"></a></td><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=460018267&afftrack=' + sas459tabafftrackvalue + '&w=459">Medicool Dia-Pak Daymate Diabetic Supply Organizer Blue 1-Each</a><br>Price: $15.05</td></tr><tr><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461977548&afftrack=' + sas459tabafftrackvalue + '&w=459"><img src="http://hocks.com/Merchant5/graphics/00000001/3917a.jpg" border="0"></a></td><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461977548&afftrack=' + sas459tabafftrackvalue + '&w=459">Inject-Ease</a><br>Price: $24.67</td></tr><tr><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461980567&afftrack=' + sas459tabafftrackvalue + '&w=459"><img src="http://hocks.com/Merchant5/graphics/00000001/4822623.jpg" border="0"></a></td><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=461980567&afftrack=' + sas459tabafftrackvalue + '&w=459">Glucose Tablet Grape (Gnp) 10 Count</a><br>Price: $1.43</td></tr><tr><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=459120988&afftrack=' + sas459tabafftrackvalue + '&w=459"><img src="http://hocks.com/Merchant5/graphics/00000001/k512.jpg" border="0"></a></td><td class="sas459contentboxfont"><a class="sas459tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=921&userID=' + sas459tabidvalue + '&productID=459120988&afftrack=' + sas459tabafftrackvalue + '&w=459">Therasock Comfort System Plus Diabetic Socks Large White Over The Calf 1 Pair</a><br>Price: $7.99</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas459switchtabs(1);

