// JavaScript Document
function swap(cell) {
<!-- Race info tab for Lake Padden 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/paddu_racephoto.jpg' width='176' height='264' hspace='2' vspace='0' border='1' align='right' /><img src='../images/join_the_padden_duathlon.gif' width='212' height='21' /><br />The Lake Padden Road Bike Duathlon is a fun, inexpensive event on a great course.<br /><br />Duathlon is a great, challenging way to start your multi-sport career--especially if you\'re not a fan of the whole swimming thing.  We ask that all competitors follow all the standard rules and will post mocking pictures of cheaters (read drafters) on the internet.";
}
<!--Results tab for Lake Padden 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/paddu_racephoto.jpg' width='176' height='264' hspace='2' vspace='0' border='1' align='right' /><img src='../images/past_results.gif' width='212' height='21' /><br /><br />&bull; <a href='../../pages/Race_Results/2003_Padden_Duathlon_Road.PDF'>2003 (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2004-padden-road-bike-duathlon.pdf'>2004 (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2005-padden-road-bike-duathlon.pdf'>2005 (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2006-paddu-Overall%20Results.pdf'>2006 Overall (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2006-paddu-Alpha%20Order.pdf'>2006 Alpha Order (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2006-paddu-Class%20Results.pdf'>2006 Class Results (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2007-padden-duathlon.pdf'>2007 (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2008-padden-duathlon.pdf'>2008 (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2009-padden-duathlon.pdf'>2009 (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2010-padden-duathlon.pdf'>2010 (PDF)</a>";
}
<!-- FAQ tab for Lake Padden 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/paddu_racephoto.jpg' width='176' height='264' hspace='2' vspace='0' border='1' align='right' /><img src='../images/faq.gif' width='212' height='21' /><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'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 11:30 a.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 expect to have results completed and awards ready by noon.<br /><br /><b>Q: What are the prizes?<br />A:</b> Prizes were donated by local companies.<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 Lake Padden 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/paddu_racephoto.jpg' width='176' 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 8: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';	
}