function newImage(arg)
{
rslt = new Image();
rslt.src = arg;
return rslt;
}

function changeImages()
{
  for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
  }
}

function preload_images()
{
baywalk_over = newImage("/images/baywalk_over.gif");
baywalk_over004 = newImage("/images/baywalk_over-04.gif");
baywalk_over005 = newImage("/images/baywalk_over-05.gif");
baywalk_over006 = newImage("/images/baywalk_over-06.gif");
baywalk_over007 = newImage("/images/baywalk_over-07.gif");
baywalk_over008 = newImage("/images/baywalk_over-08.gif");
baywalk_over009 = newImage("/images/baywalk_over-09.gif");
baywalk_over010 = newImage("/images/baywalk_over-10.gif");
baywalk_over011 = newImage("/images/baywalk_over-11.gif");
baywalk_over012 = newImage("/images/baywalk_over-12.gif");
baywalk_over013 = newImage("/images/baywalk_over-13.gif");
baywalk_over014 = newImage("/images/baywalk_over-14.gif");
baywalk_over015 = newImage("/images/baywalk_over-15.gif");
nav_02_over = newImage("/images/nav_02_over.gif");
nav_03_over = newImage("/images/nav_03_over.gif");
link8_over = newImage("/images/link8_over.gif");
link8_over022 = newImage("/images/link8_over-22.gif");
link9_over = newImage("/images/link9_over.gif");
link9_over025 = newImage("/images/link9_over-25.gif");
link10_over = newImage("/images/link10_over.gif");
link10_over028 = newImage("/images/link10_over-28.gif");
link11_over = newImage("/images/link11_over.gif");
link11_over031 = newImage("/images/link11_over-31.gif");
link12_over = newImage("/images/link12_over.gif");
link12_over034 = newImage("/images/link12_over-34.gif");
link13_over = newImage("/images/link13_over.gif");
link13_over037 = newImage("/images/link13_over-37.gif");
nav_11_over = newImage("/images/nav_11_over.gif");
}

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("<font size=2 face=arial><b>"+day_of_week+", "+today+"</b></font>");
}

function horizontal_menu()
{
  document.write("<table border=0 cellpadding=0 cellspacing=0 align=center>");
  document.write("<tr>");
  document.write("<td><img src='/images/spacer.gif' width=82 height=1></td>");
  document.write("<td><img src='/images/spacer.gif' width=31 height=1></td>");
  document.write("<td><img src='/images/spacer.gif' width=56 height=1></td>");
  document.write("<td><img src='/images/spacer.gif' width=16 height=1></td>");
  document.write("<td><img src='/images/spacer.gif' width=69 height=1></td>");
  document.write("<td><img src='/images/spacer.gif' width=86 height=1></td>");
  document.write("<td><img src='/images/spacer.gif' width=86 height=1></td>");
  document.write("<td><img src='/images/spacer.gif' width=85 height=1></td>");
  document.write("<td><img src='/images/spacer.gif' width=99 height=1></td>");
  document.write("</tr>");
  document.write("<tr>");
  document.write("<td colspan=2><img name='baywalk' src='/images/baywalk.gif' width=113 height=154></td>");
  document.write("<td colspan=7><img name='nav_02' src='/images/nav_02.gif' width=497 height=154></td>");
  document.write("</tr>");
  document.write("<tr>");
  document.write("<td><img name='nav_03' src='/images/nav_03.gif' width=82 height=38></td>");
  document.write("<td colspan=2>");
  document.write("<a href='/' onmouseover=\"changeImages('baywalk', '/images/baywalk_over.gif', 'link8', '/images/link8_over-22.gif'); return true;\"");
  document.write("onmouseout=\"changeImages('baywalk', '/images/baywalk.gif', 'link8', '/images/link8.gif'); return true;\">");
  document.write("<img name='link8' src='/images/link8.gif' width=87 height=38 border=0></a></td>");
  document.write("<td colspan=2>");
  document.write("<a href='/about/' onmouseover=\"changeImages('baywalk', '/images/baywalk_over-12.gif', 'link9', '/images/link9_over-25.gif'); return true;\"");
  document.write("onmouseout=\"changeImages('baywalk', '/images/baywalk.gif', 'link9', '/images/link9.gif'); return true;\">");
  document.write("<img name='link9' src='/images/link9.gif' width=85 height=38 border=0></a></td>");
  document.write("<td>");
  document.write("<a href='/services/' onmouseover=\"changeImages('baywalk', '/images/baywalk_over-06.gif', 'link10', '/images/link10_over-28.gif'); return true;\"");
  document.write("onmouseout=\"changeImages('baywalk', '/images/baywalk.gif', 'link10', '/images/link10.gif'); return true;\">");
  document.write("<img name='link10' src='/images/link10.gif' width=86 height=38 border=0></a></td>");
  document.write("<td>");
  document.write("<a href='/graphics/' onmouseover=\"changeImages('baywalk', '/images/baywalk_over-08.gif', 'link11', '/images/link11_over-31.gif'); return true;\"");
  document.write("onmouseout=\"changeImages('baywalk', '/images/baywalk.gif', 'link11', '/images/link11.gif'); return true;\">");
  document.write("<img name='link11' src='/images/link11.gif' width=86 height=38 border=0></a></td>");
  document.write("<td>");
  document.write("<a href='/prices/' onmouseover=\"changeImages('baywalk', '/images/baywalk_over-07.gif', 'link12', '/images/link12_over-34.gif'); return true;\"");
  document.write("onmouseout=\"changeImages('baywalk', '/images/baywalk.gif', 'link12', '/images/link12.gif'); return true;\">");
  document.write("<img name='link12' src='/images/link12.gif' width=85 height=38 border=0></a></td>");
  document.write("<td>");
  document.write("<a href='/about/contact_us.htm' onmouseover=\"changeImages('baywalk', '/images/baywalk_over-04.gif', 'link13', '/images/link13_over-37.gif'); return true;\"");
  document.write("onmouseout=\"changeImages('baywalk', '/images/baywalk.gif', 'link13', '/images/link13.gif'); return true;\">");
  document.write("<img name='link13' src='/images/link13.gif' width=99 height=38 border=0></a></td>");
  document.write("</tr></table>");
}

function horizontal_menu2()
{
  document.write("<table border=\"0\" cellpadding=\"4\" cellspacing=\"0\">");
  document.write("<tr>");
  document.write("<td><font size=\"2\">");
  document.write("Sites: <a href=\"/\" class='text_9pt'>01-06</a> :: ");
  document.write("<a href=\"/signature2.htm\" class='text_9pt'>07-12</a> :: ");
  document.write("<a href=\"/signature3.htm\" class='text_9pt'>13-18</a> :: ");
  document.write("<a href=\"/signature4.htm\" class='text_9pt'>14-24</a> :: ");
  document.write("<a href=\"/signature5.htm\" class='text_9pt'>25-30</a> ");
  document.write("<img src='/images/fish.gif' border='0' alt='[Good Business Values]'");
  document.write("</font></td></tr>");
  document.write("<tr><td><font size=\"2\">");
  document.write("Sites: <a href=\"/signature6.htm\" class='text_9pt'>31-36</a> :: ");
  document.write("<a href=\"/signature7.htm\" class='text_9pt'>37-42</a> :: ");
  document.write("<a href=\"/signature8.htm\" class='text_9pt'>43-48</a> :: ");
  document.write("<a href=\"/signature9.htm\" class='text_9pt'>49-54</a> :: ");
  document.write("<a href=\"/signature10.htm\" class='text_9pt'>55-60</a> ::");
  document.write("<a href=\"/signature11.htm\" class='text_9pt'>61-66</a><br>");
  document.write("</font></td></tr>");
  document.write("</table>");
}

function baywalk_flash()
{
  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=\"210\" height=\"125\">");
  document.write("<param name=movie value=\"/baywalk_web_development.swf\">");
  document.write("<param name=quality value=high>");
  document.write("<param name=wmode value=transparent>");
  document.write("<embed src=\"/baywalk_web_development.swf\" quality=high wmode=transparent pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"210\" height=\"125\">");
  document.write("</embed>");
  document.write("</object>");
}

function about_baywalk_flash()
{
  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=\"230\" height=\"150\">");
  document.write("<param name=movie value=\"/about/about_baywalk.swf\">");
  document.write("<param name=quality value=high>");
  document.write("<param name=wmode value=transparent>");
  document.write("<embed src=\"/about/about_baywalk.swf\" quality=high wmode=transparent pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"150\">");
  document.write("</embed>");
  document.write("</object></center>");
}

function baywalk_slide_show_flash()
{
  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=\"640\" height=\"480\">");
  document.write("<param name=movie value=\"/services/baywalk_slide_show.swf\">");
  document.write("<param name=quality value=high>");
  document.write("<param name=wmode value=transparent>");
  document.write("<embed src=\"/services/baywalk_slide_show.swf\" quality=high wmode=transparent pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"480\">");
  document.write("</embed>");
  document.write("</object>");
}

function evelyn_splash()
{
  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=\"490\" height=\"390\">");
  document.write("<param name=movie value=\"header.swf\">");
  document.write("<param name=quality value=high>");
  document.write("<param name=wmode value=transparent>");
  document.write("<embed src=\"header.swf\" quality=high wmode=transparent width=490 height=390 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 stsilas_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=\"766\" height=\"268\">");
  document.write("<param name=movie value=\"stsilas.swf\">");
  document.write("<param name=quality value=high>");
  document.write("<param name=wmode value=transparent>");
  document.write("<embed src=\"stsilas.swf\" quality=high wmode=transparent width=766 height=268 pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\">");
  document.write("</embed>");
  document.write("</object>");
}
