function changejob_click(jobtitle)
{
  switch (jobtitle) 
  {
    case "Admissions": document.getElementById('infobox').innerHTML = "<center><u><b>Admissions</u></b><br><p>Admissions work admissions tent and retail sales (tickets, shirts), and hand out programs."; break;
    case "9Hole": document.getElementById('infobox').innerHTML = "<center><u><b>9 Hole Reporter</u></b><br><p>Two volunteers will be in position to receive 9-hole scores from the Cart Driver and record the 9-hole totals for each player. The scores are then submitted to the Scoreboard Recorder to be posted. If a group gets past the 'Nine Hole Scoring check point', inform a FUTURES Official and the Official will get the missed scores from the Cart Driver."; break;
    case "Booth": document.getElementById('infobox').innerHTML = "<center><u><b>Hospitality Staff</u></b><br><p>Hospitality Staff will provide a friendly reception for VIP guests and players as well as food and beverage services in one of three VIP areas.</p>"; break;
    case "Cart": document.getElementById('infobox').innerHTML = "<center><u><b>Cart Drivers</u></b><br><p>You will be driving a cart for a group of three FUTURES Professionals. Their bags will be placed on the back of the cart and also in the passenger seat. You will keep an unofficial score for the three players which will be taken from you at the turn and posted on the scoreboard.</p><font color=red>*</font> Golf Experience Required.<br>"; break;
	case "HoleReporter": document.getElementById('infobox').innerHTML = "<center><u><b>Hole Reporter</u></b><br><p>Each hole will have a Hole Reporter that will relay each group of players scores back to Real Time Scoring.  You will be asked to operate a radio for this job."; break;
	case "LeaderBoard": document.getElementById('infobox').innerHTML = "<center><u><b>Leaderboard / Scoreboard</u></b><br><p>Leaderboard and Scoreboard Volunteers will keep and update pro's scores on large boards.  One volunteer handles the radio and receives and records the hole by hole scores of the leaders. Leaderboards are only used during the second and final rounds."; break;
	case "Marshal": document.getElementById('infobox').innerHTML = "<center><u><b>Marshals</u></b><p>Watch for player and spectator safety.  Keep the spectators quiet during player action.  Every reasonable effort should be made to prevent outside agencies from interfering with a ball's lie or movement and to locate errant shots to the best of your ability."; break;
	case "Parking": document.getElementById('infobox').innerHTML = "<center><u><b>Parking Staff</u></b></center><b>Van Drivers: </b>You will pickup and dropoff spectators and volunteers up from designated spots and transport them to and from the Wetlands gate.<br><b>Parking Attendants:</b> Your responsibility is to ensure that spectators/volunteers are parked quickly and safely."; break;
	case "ProAm": document.getElementById('infobox').innerHTML = "<center><u><b>Pro-am Staff</u></b><br><p>Pro-am Staff are needed for the Thursday morning and afternoon events.  Volunteers will help with registration, food and beverage service, and scoring.<br>"; break;
	case "ScoreVerifiers": document.getElementById('infobox').innerHTML = "<center><u><b>Score Verifiers</u></b><br><p>Two volunteers, known as 'Checkers', will check the scorecards for hole by hole scores and will total the scorecard. They will also check for two signatures on the card. The third volunteer will be the 'Recorder' and will record the scores on a summary sheet. From this point, the scorecard runner will take the cards to the Scoreboard and the FUTURES mobile office."; break;
	case "StandardBearer": document.getElementById('infobox').innerHTML = "<center><u><b>Standard Bearers</u></b><br><p>A Standard Bearer is assigned to each player group. They hold the standard and updates the score on the standard with the players score and group number. They will be responsible for keeping the unofficial scores and calling the scores into the main scoreboard.</p><center><font color=red>*</font> Saturday and Sunday Only"; break;
	case "Timer": document.getElementById('infobox').innerHTML = "<center><u><b>Timer</u></b><br><p>Your main responsibility is to assist the Rules Officials in spotting 'Gaps' in play. A 'Gap' in play is defined as anytime a group finishes a hole 12 minutes or more behind on a par 3, 13 minutes or more on a par four, or 14 or more minutes on a par five, than the previous group. If there is a gap, you will radio in the information to the Rules Officials."; break;
	default: document.getElementById('infobox').innerHTML = "<center>There is no description for that job at this time.<br>Please check back soon for more information.</td></table>";
  }
}