function campaxios_top()
{
  document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"966\" height=\"250\">");
  document.write("<param name=movie value=\"/campaxios_top.swf\">");
  document.write("<param name=quality value=high>");
  document.write("<param name=wmode value=transparent>");
  document.write("<embed src=\"/campaxios_top.swf\" quality=high wmode=transparent width=966 height=250 pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\">");
  document.write("</embed>");
  document.write("</object>");
}

function camp_axios_song()
{
  document.write("<center><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"1\" height=\"1\">");
  document.write("<param name=movie value=\"/camp_axios_song.swf\">");
  document.write("<param name=quality value=high>");
  document.write("<param name=wmode value=transparent>");
  document.write("<embed src=\"/camp_axios_song.swf\" quality=high wmode=transparent pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"1\" height=\"1\">");
  document.write("</embed> ");
  document.write("</object></center>");
}

function footer()
{
  document.write("<tr><td height='145' background='/images/bottom.jpg' style='font: 10pt tahoma, arial, helvetica; color: white; padding-top: 7px; padding-bottom: 7px; text-align: center; vertical-align: middle;'>");
  document.write("<img src='/images/bullet_diamond_white.gif' border='0' alt='[Bullet]'> ");
  document.write("<a href='/' class='text_9pt_white'>Home</a> &mdash; ");
  document.write("<a href='/about/' class='text_9pt_white'>About Us</a> &mdash; ");
  document.write("<a href='/program/' class='text_9pt_white'>Program</a> &mdash; ");
  document.write("<a href='/forms/' class='text_9pt_white'>Forms</a> &mdash; ");
  document.write("<a href='/staff/' class='text_9pt_white'>Staff</a> &mdash; ");
  document.write("<a href='/photo/' class='text_9pt_white'>Photos</a> &mdash; ");
  document.write("<a href='/sponsors/' class='text_9pt_white'>Donors</a> &mdash; ");
  document.write("<a href='/quotes/' class='text_9pt_white'>Camper Quotes</a> &mdash; ");
  document.write("<a href='/links/' class='text_9pt_white'>Links</a> &mdash; ");
  document.write("<a href='/about/contact_us.htm' class='text_9pt_white'>Contact Us</a><br>");
  document.write("<div style='padding-bottom: .8in;'>");
  document.write("<br>");
  document.write("</div>");
  document.write("<a href='#top' class='text_9pt_white'>Top of Page</a>");
  document.write("</td></tr>");
}

function preload_images()
{

  image1on = new Image();
  image1on.src = "/images/nav_on-01-01.jpg";

  image2on = new Image();
  image2on.src = "/images/nav_on-01-02.jpg";

  image3on = new Image();
  image3on.src = "/images/nav_on-01-03.jpg";

  image4on = new Image();
  image4on.src = "/images/nav_on-01-04.jpg";

  image5on = new Image();
  image5on.src = "/images/nav_on-01-05.jpg";

  image6on = new Image();
  image6on.src = "/images/nav_on-01-06.jpg";

  image7on = new Image();
  image7on.src = "/images/nav_on-01-07.jpg";



  image1off = new Image();
  image1off.src = "/images/nav_off-01-01.jpg";

  image2off = new Image();
  image2off.src = "/images/nav_off-01-02.jpg";

  image3off = new Image();
  image3off.src = "/images/nav_off-01-03.jpg";

  image4off = new Image();
  image4off.src = "/images/nav_off-01-04.jpg";

  image5off = new Image();
  image5off.src = "/images/nav_off-01-05.jpg";

  image6off = new Image();
  image6off.src = "/images/nav_off-01-06.jpg";

  image7off = new Image();
  image7off.src = "/images/nav_off-01-07.jpg";

}

function turnOn(imagename) {
  if (document.images) {
    document[imagename].src = eval(imagename + "on.src");
  }
}

function turnOff(imagename) {
  if (document.images) {
    document[imagename].src = eval(imagename + "off.src");
  }
}

function show_date()
{
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

// Get today's current date.
var now = new Date();

// Array list of days.
var days = new Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');

// Array list of months.
var months = new Array('January','February','March','April','May','June','July','August','September','October','November','December');

// Calculate the number of the current day in the week.
var date = ((now.getDate()<10) ? "0" : "")+ now.getDate();

// Calculate four digit year.
function fourdigits(number)	{
	return (number < 1000) ? number + 1900 : number;
								}

// Join it all together
// today =  days[now.getDay()] + ", " +
//               months[now.getMonth()] + " " +
//                date + ", " +
//                 (fourdigits(now.getYear())) ;
// 
day_of_week = days[now.getDay()]
today =  months[now.getMonth()] + " " +
               date + ", " +
                (fourdigits(now.getYear())) ;

// Print out the data.
document.write("<div style='font: 9pt arial, helvetica, sans serif; font-weight: bold;'>"+day_of_week+", "+today+"</div>");
}

function vertical_menu()
{
  document.write("<table width='920' height='250' border='0' cellpadding='0' cellspacing='0'><tr>");
  document.write("<td width='238' height='250' valign='top'><img src='/images/top_bar_left.jpg' border='0'></td>");
  document.write("<td width='200' height='250' valign='top'>");

  document.write("<img src='/images/top_bar_middle_top.jpg' border='0' width='200' height='20' align='bottom'>");
  document.write("<a href=\"/about/\" onMouseOver=\"turnOn('image1')\" onMouseOut=\"turnOff('image1')\"><img src = \"/images/nav_off-01-01.jpg\" name=\"image1\" border=\"0\" width='200' height=\"31\" align=\"bottom\"></a>");
  document.write("<a href=\"/staff/\" onMouseOver=\"turnOn('image2')\" onMouseOut=\"turnOff('image2')\"><img src = \"/images/nav_off-01-02.jpg\" name=\"image2\" border=\"0\" width='200' height=\"30\" align=\"bottom\"></a>");
  document.write("<a href=\"/quotes/\" onMouseOver=\"turnOn('image3')\" onMouseOut=\"turnOff('image3')\"><img src = \"/images/nav_off-01-03.jpg\" name=\"image3\" border=\"0\" width='200' height=\"30\" align=\"bottom\"></a>");
  document.write("<a href=\"/photo/\" onMouseOver=\"turnOn('image4')\" onMouseOut=\"turnOff('image4')\"><img src = \"/images/nav_off-01-04.jpg\" name=\"image4\" border=\"0\" width='200' height=\"30\" align=\"bottom\"></a>");
  document.write("<a href=\"/program/\" onMouseOver=\"turnOn('image5')\" onMouseOut=\"turnOff('image5')\"><img src = \"/images/nav_off-01-05.jpg\" name=\"image5\" border=\"0\" width='200' height=\"30\" align=\"bottom\"></a>");
  document.write("<a href=\"/about/contact_us.htm\" onMouseOver=\"turnOn('image6')\" onMouseOut=\"turnOff('image6')\"><img src = \"/images/nav_off-01-06.jpg\" name=\"image6\" border=\"0\" width='200' height=\"30\" align=\"bottom\"></a>");
  document.write("<a href=\"/\" onMouseOver=\"turnOn('image7')\" onMouseOut=\"turnOff('image7')\"><img src = \"/images/nav_off-01-07.jpg\" name=\"image7\" border=\"0\" width='200' height=\"32\" align=\"bottom\"></a>");
  document.write("<img src='/images/top_bar_middle_bottom.jpg' border='0' width='200' height='17' align='bottom'>");

  document.write("</td><td width='482' height='250' valign='top'><img src='/images/top_bar_right.jpg' border='0'></td>");
  document.write("</tr></table>");
}

function home_menu()
{
  document.write("&nbsp;&nbsp;&nbsp;<a href=\"/\" onMouseOver=\"turnOn('image7')\" onMouseOut=\"turnOff('image7')\"><img src = \"/images/nav_off-01-07.jpg\" name=\"image7\" border=\"0\" width=\"178\" height=\"30\" align=\"bottom\"></a>");
}

