// JavaScript Document
function swap(cell) {
<!-- Race info tab for Running 'O the Green -->
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/rungreen_racephoto.jpg' width='258' height='230' hspace='2' vspace='0' border='1' align='right' /><img src='../images/top_o_the_morning_to_ya.gif' width='212' height='21' /><br />There will be two separate races to choose from: a 2-mile fun run/walk and a 5-mile race.<br /><br />Both courses begin and end at Bloedel Donovan Park and wind their merry way through the beautiful Whatcom Falls Park and local greenways.<br /><br />Awards will be given to the top 3 males and females overall as well as numerous draw prizes. Refreshments and snacks will be provided. Dancing and live music will be on hand before and after the event.<br /><br />Registration includes a commemorative T-shirt. Entry forms with complete details and course descriptions are available at the Bellingham Parks & Recreation office, the Arne Hanna Aquatic Center and local running shoe stores.";
}
<!-- Results tab for Running 'O the Green -->
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/rungreen_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_rog_2mile.pdf'>2003 2-Mile (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2003_rog_5mile.pdf'>2003 5-Mile (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2005-rog-2-mile.pdf'>2005 2-Mile (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2005-rog-5-mile.pdf'>2005 5-Mile (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2006-rog-2mile.pdf'>2006 2-Mile (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2006-rog-5mile.pdf'>2006 5-Mile (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2007-rog-2mile.pdf'>2007 2-Mile (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2007-rog-5mile.pdf'>2007 5-Mile (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2008-rog-2-mile.pdf'>2008 2-Mile (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2008-rog-5-mile.pdf'>2008 5-Mile (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2009-rog-2-mile.pdf'>2009 2-Mile (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2009-rog-5-mile.pdf'>2009 5-Mile (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2010-rog-2-mile.pdf'>2010 2-Mile (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2010-rog-5-mile.pdf'>2010 5-Mile (PDF)</a>";
}
<!-- FAQ tab for Running 'O the Green -->
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/rungreen_racephoto.jpg' width='258' height='230' hspace='2' vspace='0' border='1' align='right' /><img src='../images/faq.gif' width='212' height='21' /><br /><b>Q: Are headphones allowed?<br />A:</b> No they are not, we are crossing/using a number of public roads where hearing would be important and it's rude in an event with this may people in such narrow conditions.<br /><br /><b>Q: Are pets allowed?<br />A:</b> No, unfortunately pets and leashes just aren't practical in large groups like this.<br /><br /><b>Q: Can I switch races?<br />A:</b> Only if you decide to do so, and inform the timing staff before the event. Switching races midway disrupts the timing for others. It may not be important to you, but it is very important to some.";
}
<!-- Volunteer tab for Running 'O the Green -->
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/rungreen_racephoto.jpg' width='258' height='230' hspace='2' vspace='0' border='1' align='right' /><img src='../images/volunteer.gif' width='212' height='21' /><br />Bellingham Parks & Recreation events are made possible by all the generous volunteers and sponsors in Whatcom County.<br /><br />We need help at all of our events with everything from set up and registration, to course marshals, to putting it all away.<br /><br />If you're willing and available, 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';	
}