// JavaScript Document
function swap(cell) {
<!-- Race info tab for YMCA Youth 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/respolar_racephoto.jpg' width='258' height='230' hspace='2' vspace='0' border='1' align='right' /><img src='../images/start_off_new_year.gif' width='212' height='21' /><br />For pictures of this year's and past events please go to <a href='http://www.swim-tek.com/padden_polar_dip' target='_blank'>http://www.swim-tek.com/padden_polar_dip</a><br /><br />Take a brisk walk or run around beautiful Lake Padden. <br /><br />At the finish we'll have snacks, patio heaters and lots of camaraderie before the dip.<br /><br />At high noon we'll line up and jump in chilly Lake Padden.We'll have heated showers and goodies for everyone exiting the water.<br /><br />We recommend parents with children under 10 consult a physician before entering the water.<br /><br />This event is <b>100% FREE</b>.";
}
<!-- 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/respolar_racephoto.jpg' width='258' height='230' 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_resolution_run.pdf'>2003 (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2004_Resolution_Run.pdf'>2004 (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/respolar_racephoto.jpg' width='258' height='230' hspace='2' vspace='0' border='1' align='right' /><img src='../images/faq.gif' width='212' height='21' /><br /><br /><b>Q: Which direction is the run?<br />A:</b>  The run is counter-clockwise around Lake Padden.<br /><br /><b>Q:  Where is the start?<br />A:</b>  We'll start at the Lake Padden bathhouse.<br /><br /><b>Q:  What are the prizes?<br />A:</b>  Prizes are food, snacks and coffee donated by local sponsors.  We will also have a limited number of t-shirts available from this year's previous races.<br /><br /><b>Q: Is there online registration?<br />A:</b>  You do not need to register for this FREE event.  Just show up with enough time to write down your name, age and clip one safety pin.";
}
<!-- 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/respolar_racephoto.jpg' width='258' height='230' hspace='2' vspace='0' border='1' align='right' /><img src='../images/volunteer.gif' width='212' height='21' /><br />We could use volunteers to help set up and take down banners, patio heaters, etc. We are also looking for organizations willing to provide goodies to participants.<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';	
}