
function sas865switchtabs(tabid) {

for (i=0;i<sas865mytabs.length;i++)
{
	if (sas865mytabs[i] == tabid) {
		document.getElementById('sas865tab'+sas865mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas865tabcell'+sas865mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas865tabcell'+sas865mytabs[i]).className = 'sas865tabheaderon';
		document.getElementById('sas865tabbottom'+sas865mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas865tabtop'+sas865mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas865tablink'+sas865mytabs[i]).className = 'sas865tablinkon';
	}
	else {
		document.getElementById('sas865tab'+sas865mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas865tabcell'+sas865mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas865tabbottom'+sas865mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas865tabtop'+sas865mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas865tablink'+sas865mytabs[i]).className = 'sas865tablink';
		document.getElementById('sas865tabcell'+sas865mytabs[i]).className = 'sas865tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas865tablink: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.sas865tablink: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.sas865tablink: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.sas865tablink: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.sas865tablinkon: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.sas865tablinkon: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.sas865tablinkon: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.sas865tablinkon: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('.sas865tabheaderon');
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('.sas865tabheaderoff');
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('.sas865tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas865tabbottom');
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('.sas865tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas865tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas865tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas865contentbox');
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('.sas865contentboxfont');
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.sas865tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas865tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas865tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas865tabcontentlink: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="500" height="125">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas865tabtop1" class="sas865tabtop"></td><td class="sas865tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas865tabtop2" class="sas865tabtop"></td><td class="sas865tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas865tabtop3" class="sas865tabtop"></td><td class="sas865tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas865tabtop4" class="sas865tabtop"></td><td class="sas865tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas865tabtop5" class="sas865tabtop"></td></tr><tr><td id="sas865tabcell1" class="sas865tabheaderon"><a href="#" onClick="sas865switchtabs(1); return false;" class="sas865tablink" id="sas865tablink1">Commute by Bike!</a></td><td class="sas865tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas865tabcell2" class="sas865tabheaderoff"><a href="#" onClick="sas865switchtabs(2); return false;" class="sas865tablink" id="sas865tablink2">Commuter Bikes</a></td><td class="sas865tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas865tabcell3" class="sas865tabheaderoff"><a href="#" onClick="sas865switchtabs(3); return false;" class="sas865tablink" id="sas865tablink3">Bags</a></td><td class="sas865tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas865tabcell4" class="sas865tabheaderoff"><a href="#" onClick="sas865switchtabs(4); return false;" class="sas865tablink" id="sas865tablink4">Tires and Tubes</a></td><td class="sas865tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas865tabcell5" class="sas865tabheaderoff"><a href="#" onClick="sas865switchtabs(5); return false;" class="sas865tablink" id="sas865tablink5">Lights</a></td></tr><tr><td id="sas865tabbottom1" class="sas865tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas865tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas865tabbottom2" class="sas865tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas865tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas865tabbottom3" class="sas865tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas865tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas865tabbottom4" class="sas865tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas865tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas865tabbottom5" class="sas865tabbottom"><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="sas865contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas865tab1content"><body>');
document.write('<p align="center"><strong><font size="+3">It is Time!</font></strong></p>');
document.write('<p>Lets face it, gas prices will continue to rise and will slowly constrict your spending cash on along the way. I started bike commuting 3 years ago and could not be happier. Sure the first few times were tough but the money you save, and the bike stuff you can by instead of gas is well worth it. I have yet to find a better way to enjoy the weather, ');
document.write('  get fit, and save money without changing my schedule drastically. I am also enjoying my weekend rides a lot more. No, this is not an infomercial for some widget you\'ll ');
document.write('  never use. It is a rally cry to Ride what you have sitting idly at home. ');
document.write('  Your Bike! </p>');
document.write('<p><br>');
document.write('  It is easier than you think and we have what you need to get you there and back, ');
document.write('  just click the tabs above!<br>');
document.write('</p>');
document.write('</body></div><div id="sas865tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=456937567&afftrack=' + sas865tabafftrackvalue + '&w=865"><img src="http://www.jensonusa.com/product/featured/dept/bi/BI310L00.jpg" border="0"></a></td><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=456937567&afftrack=' + sas865tabafftrackvalue + '&w=865">SURLY STEAMROLLER COMPLETE BICYCLE</a><br>Sure it\'s a "track bike", and there\'s nothing stopping you from taking it out to the velodrome. But it\'s equally at home in the urban jungle as a messenger, errand bike, or commuter.<br>Price: $720.00</td></tr><tr><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=456937592&afftrack=' + sas865tabafftrackvalue + '&w=865"><img src="http://www.jensonusa.com/product/featured/dept/bi/BI401G00.jpg" border="0"></a></td><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=456937592&afftrack=' + sas865tabafftrackvalue + '&w=865">SURLY LONG HAUL TRUCKER BIKE</a><br>Designed primarily as a road touring bike, but capable of so much more. Long day trips, commuting, a double century, etc. Still handles great, but with a more laid-back geometry than a traditional American road-racing machine for all-day comfort and easy <br>Price: $1,095.00</td></tr><tr><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=456937665&afftrack=' + sas865tabafftrackvalue + '&w=865"><img src="http://www.jensonusa.com/product/featured/dept/bi/BI409G01.jpg" border="0"></a></td><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=456937665&afftrack=' + sas865tabafftrackvalue + '&w=865">SURLY CROSSCHECK BIKE</a><br>The Surly Cross-Check is a strong cyclocross bike that is quick, agile and fun to ride no matter where you ride it.<br>Price: $930.00</td></tr></table></div><div id="sas865tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=461803790&afftrack=' + sas865tabafftrackvalue + '&w=865"><img src="http://www.jensonusa.com/product/featured/dept/hy/HY293A00.jpg" border="0"></a></td><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=461803790&afftrack=' + sas865tabafftrackvalue + '&w=865">CAMELBAK HELLION \'08</a><br>The Hellion is a quality bag that is big enough for your all day epics, with over 1400 cu. in. of cargo space the Hellion allows you to carry all of your back country essentials and more.<br>Price: $55.00</td></tr><tr><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=457946493&afftrack=' + sas865tabafftrackvalue + '&w=865"><img src="http://www.jensonusa.com/product/FEATURED/DEPT/HY/HY303A00blk.jpg" border="0"></a></td><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=457946493&afftrack=' + sas865tabafftrackvalue + '&w=865">CAMELBAK HAVOC \'08</a><br>The HAVOC by Camelbak is a great choice if you need to stay hydrated and need carry your FR/DH gear, tools and your video camera.<br>Price: $110.00</td></tr><tr><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=456903957&afftrack=' + sas865tabafftrackvalue + '&w=865"><img src="http://www.jensonusa.com/product/featured/dept/ba/BA401A27.jpg" border="0"></a></td><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=456903957&afftrack=' + sas865tabafftrackvalue + '&w=865">AXIOM SEYMOUR PANNIERS</a><br>Axiom Seymour Panniers<br>Price: $32.99</td></tr><tr><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=456903966&afftrack=' + sas865tabafftrackvalue + '&w=865"><img src="http://www.jensonusa.com/product/featured/dept/ba/BA401D00.jpg" border="0"></a></td><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=456903966&afftrack=' + sas865tabafftrackvalue + '&w=865">TIMBUK2 LAPTOP MESSENGER BAG</a><br>Timbuk2 Laptop Messenger Bag<br>Price: $110.00</td></tr></table></div><div id="sas865tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=457365186&afftrack=' + sas865tabafftrackvalue + '&w=865"><img src="http://www.jensonusa.com/product/featured/dept/tu/TU707A03.jpg" border="0"></a></td><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=457365186&afftrack=' + sas865tabafftrackvalue + '&w=865">SLIME INNER TUBE - PRESTA</a><br>Presta valved tubes prefilled with Slime tire sealant.<br>Price: $6.00</td></tr><tr><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=457364663&afftrack=' + sas865tabafftrackvalue + '&w=865"><img src="http://www.jensonusa.com/product/featured/dept/39/39328.jpg" border="0"></a></td><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=457364663&afftrack=' + sas865tabafftrackvalue + '&w=865">MAXXIS XENITH TIRE</a><br>These tires - 1.5" -are ideal for mountain bikes ridden on paved surfaces, thanks to their Slick MTB tread design.<br>Price: $24.99</td></tr><tr><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=457364544&afftrack=' + sas865tabafftrackvalue + '&w=865"><img src="http://www.jensonusa.com/product/featured/dept/ti/TI403A02.jpg" border="0"></a></td><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=457364544&afftrack=' + sas865tabafftrackvalue + '&w=865">CONTINENTAL SPORT CONTACT TIRE</a><br>The 26" version of the Sport Contact fits most standard MTB rims, so they\'re ideal for riders using MTBs on pavement, bicycle commuters, etc.<br>Price: $22.00</td></tr></table></div><div id="sas865tab5content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=460731070&afftrack=' + sas865tabafftrackvalue + '&w=865"><img src="http://www.jensonusa.com/product/featured/dept/ls/LS296A21.jpg" border="0"></a></td><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=460731070&afftrack=' + sas865tabafftrackvalue + '&w=865">CATEYE EL410 LED HEADLIGHT WITH RED CAP</a><br>Cat Eye HL-EL410 Compact OptiCube features a compact, waterproof design with a magnetic switch making it great for added safety.<br>Price: $40.00</td></tr><tr><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=460731060&afftrack=' + sas865tabafftrackvalue + '&w=865"><img src="http://www.jensonusa.com/product/featured/dept/ls/LS296A11.jpg" border="0"></a></td><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=460731060&afftrack=' + sas865tabafftrackvalue + '&w=865">CATEYE LD1100 TAILLIGHT</a><br>The Cat Eye LD1100 Taillight is a super bright light that feature 10 bright LEDs that last up to 100 hours of run time making it a great choice for commuters who want to be seen.<br>Price: $40.00</td></tr><tr><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=457362063&afftrack=' + sas865tabafftrackvalue + '&w=865"><img src="http://www.jensonusa.com/product/featured/dept/ls/LS602A00.jpg" border="0"></a></td><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=457362063&afftrack=' + sas865tabafftrackvalue + '&w=865">PLANET BIKE BEAMER 3 LED LIGHT</a><br>The LED-based Beamer 3 runs up to 100 hours on 2 AA batteries (included). They\'re visible from up to 2000 feet away!<br>Price: $19.00</td></tr><tr><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=457362070&afftrack=' + sas865tabafftrackvalue + '&w=865"><img src="http://www.jensonusa.com/product/featured/dept/25/25500.jpg" border="0"></a></td><td class="sas865contentboxfont"><a class="sas865tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=7588&userID=' + sas865tabidvalue + '&productID=457362070&afftrack=' + sas865tabafftrackvalue + '&w=865">PLANET BIKE BRT-3 TAIL LIGHT</a><br>When you need to "be seen", the Planet Bike BRT-3 tail light is just the ticket. It\'s weatherproof design is lightweight and durable.<br>Price: $7.00</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas865switchtabs(1);

