// JavaScript Document
function swap(cell) {
<!-- Race info tab for Running Shoes Duath -->
if (cell.id == "raceinfo"){
document.getElementById('results').className='';
document.getElementById('raceinfo').className='cur';
document.getElementById('faq').className='';
document.getElementById('volunteer').className='';
document.getElementById("main").innerHTML = "<img src='../images/race_images/runshoes_racephoto.jpg' width='164' height='264' hspace='2' vspace='0' border='1' align='right' /><img src='../images/start_off_new_year.gif' width='212' height='21' /><br />RunningShoes.com sponsors this great local race. October is the perfect time for a race at Lake Padden. The air is a bit cooler, the trail's a bit wetter, overall perfect for a run/mountain bike/run race. <br /><br />The first 100 adult registrants will receive an adult, long-sleeve technical shirt.";
}
<!-- Results tab for Running Shoes Duath -->
if (cell.id == "results"){
document.getElementById('results').className='cur';
document.getElementById('raceinfo').className='';
document.getElementById('faq').className='';
document.getElementById('volunteer').className='';
document.getElementById("main").innerHTML = "<img src='../images/race_images/runshoes_racephoto.jpg' width='164' height='264' hspace='2' vspace='0' border='1' align='right' /><img src='../images/past_results.gif' width='212' height='21' /><br /><br />• <a href='../../pages/Race_Results/2001-runningshoes-mnt-bike-duat.pdf'>2001 (PDF)</a><br /><br />• <a href='../../pages/Race_Results/2002-runningshoes-mnt-bike-duat.pdf'>2002 (PDF)</a><br /><br />• <a href='../../pages/Race_Results/2004-runningshoes-duathlon.pdf'>2004 (PDF)</a><br /><br />• <a href='../../pages/Race_Results/2005-runningshoes-duathlon.pdf'>2005 (PDF)</a><br /><br />• <a href='../../pages/Race_Results/2006-runningshoes-duathlon.pdf'>2006 (PDF)</a><br /><br />• <a href='../../pages/Race_Results/2007-runningshoes-duathlon.pdf'>2007 (PDF)</a><br /><br />• <a href='../../pages/Race_Results/2008-runningshoes-duathlon.pdf'>2008 (PDF)</a><br /><br />• <a href='../../pages/Race_Results/2009-runningshoes-duathlon.pdf'>2009 (PDF)</a>";
}
<!--FAQ tab for Running Shoes Duath -->
if (cell.id == "faq"){
document.getElementById('results').className='';
document.getElementById('raceinfo').className='';
document.getElementById('faq').className='cur';
document.getElementById('volunteer').className='';
document.getElementById("main").innerHTML = "<img src='../images/race_images/runshoes_racephoto.jpg' width='164' height='264' hspace='2' vspace='0' border='1' align='right' /><img src='../images/faq.gif' width='212' height='21' /><br /><b>Q: Where is the start?<br />A:</b> The start is at the end of the East entrance to Lake Padden near the dog off leash area.<br /><br /><b>Q:  What is the first run like?<br />A:</b>  The first run is a counter-clockwise lap around Lake Padden.  The half-flat, half rolling hill limestone path is on relatively joint-friendly crushed limestone.<br /><br /><b>Q:  What is the mt. bike like?<br />A:</b>  The bike is one lap of the \"expert\" loop.  While you won't find any ladders or seesaws to climb, this is definitely a course designed for a mountain bike and there are plenty of places to fall.  Hybrid and cyclocross bikes are discouraged.<br /><br /><b>Q: What's the second run like?<br />A:</b> The second run is a clockwise lap around Lake Padden.<br /><br /><b>Q: Is there a time limit?<br />A:</b> Yes, participants must be finished by 1:00 p.m.<br /><br /><b>Q: What's the transition like?<br>A:</b> The transition will be near the ball fields and in front of the restrooms. Non-participants must stay out of the transition area at all times. For safety reasons participants must stay off their bikes in the transition area.<br /><br /><b>Q: When are results/awards?<br />A:</b> We do awards as soon as possible after the race. Awards will likely start before all participants have finished.<br /><br /><b>Q: What are the prizes?<br />A:</b> Prizes have been donated by local companies and others connected with RunningShoes.com.<br /><br /><b>Q: Where can I find last year's times?<br />A:</b> Previous race results are available under the Results link on this page.<br /><br /><b>Q: What are the divisions?<br />A:</b> M & F 10 <, 11-12, 13-14, 15-16, 17-18, 19-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70+";
}
<!-- Volunteer tab for Running Shoes Duath -->
if (cell.id == "volunteer"){
document.getElementById('results').className='';
document.getElementById('raceinfo').className='';
document.getElementById('faq').className='';
document.getElementById('volunteer').className='cur';
document.getElementById("main").innerHTML = "<img src='../images/race_images/runshoes_racephoto.jpg' width='164' height='264' hspace='2' vspace='0' border='1' align='right' /><img src='../images/volunteer.gif' width='212' height='21' /><br />We\'ll mostly need volunteers to help direct traffic and participants, but we\'ll also need assistance with timing, set-up and take-down.<br /><br />We\'ll need help between about 9:30 a.m. and 2:00 p.m. All or part would be much appreciated.<br /><br />For more information contact Lance Romo at <b>(360) 647-7665</b> or <a href='mailto:Lromo@cob.org'>Lromo@cob.org.</a>";
}
}
function setdiv(){
document.getElementById('raceinfo').className='cur';	
}