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("<a href=\"/signature6.htm\" class='text_9pt'>31-36</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("<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> :: ");
  document.write("<a href=\"/signature12.htm\" class='text_9pt'>67-72</a> :: ");
  document.write("<a href=\"/signature13.htm\" class='text_9pt'>73-78</a> :: ");
  document.write("<a href=\"/signature14.htm\" class='text_9pt'>Archive</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 reg_and_dell_ads()
{
  document.write("<a href='http://click.linksynergy.com/fs-bin/stat?id=VcwYQ50Cruc&offerid=19980.10000015&type=4&subid='0'' class='text_10pt_bold' rel='nofollow'>");
  document.write("<img src='/images/register_com_button.gif' border='0' alt='[Register.com]'></a>");
  document.write("<img border='0' width='1' height='1' src='http://ad.linksynergy.com/fs-bin/show?id=VcwYQ50Cruc&bids=19980.10000015&type=4&subid='0''>");
  document.write("<br>");
  document.write("<a href='http://click.linksynergy.com/fs-bin/click?id=VcwYQ50Cruc&offerid=29744.10000152&subid='0'&type=4' class='text_10pt_bold' rel='nofollow'>");
  document.write("<img src='/images/dell_home.gif' border='0' width='88' height='31' alt='[Dell Home Systems!]'></a>");
  document.write("<img border='0' width='1' height='1' alt='Great Offers from Dell Home Systems!' src='http://ad.linksynergy.com/fs-bin/show?id=VcwYQ50Cruc&bids=29744.10000152&subid='0'&type=4'>");
}

function which_browser() {
// Browser Detection Javascript
// copyright 1 February 2003, by Stephen Chapman, Felgall Pty Ltd

// You have permission to copy and use this javascript provided that
// the content of the script is not changed in any way.

var agt=navigator.userAgent.toLowerCase();
if (agt.indexOf("chrome") != -1) return 'Chrome';
if (agt.indexOf("opera") != -1) return 'Opera';
if (agt.indexOf("staroffice") != -1) return 'Star Office';
if (agt.indexOf("webtv") != -1) return 'WebTV';
if (agt.indexOf("beonex") != -1) return 'Beonex';
if (agt.indexOf("chimera") != -1) return 'Chimera';
if (agt.indexOf("netpositive") != -1) return 'NetPositive';
if (agt.indexOf("phoenix") != -1) return 'Phoenix';
if (agt.indexOf("firefox") != -1) return 'Firefox';
if (agt.indexOf("safari") != -1) return 'Safari';
if (agt.indexOf("skipstone") != -1) return 'SkipStone';
if (agt.indexOf("msie") != -1) return 'Internet Explorer';
if (agt.indexOf("netscape") != -1) return 'Netscape';
if (agt.indexOf("mozilla/5.0") != -1) return 'Mozilla';
if (agt.indexOf('\/') != -1) {
if (agt.substr(0,agt.indexOf('\/')) != 'mozilla') {
return navigator.userAgent.substr(0,agt.indexOf('\/'));}
else return 'Netscape';} else if (agt.indexOf(' ') != -1)
return navigator.userAgent.substr(0,agt.indexOf(' '));
else return navigator.userAgent;
}


function system_information()
{
document.write("<ul>");
browser_name = which_browser(); 

document.write("<li>Real Web Browser Name: <b>" + browser_name);
	document.write("</b> <span style='color: brown; font-size: 9pt;'>based on navigator.userAgent<br>");
	document.write(" &mdash; which_browser() javascript searches navigator.userAgent.</span></li>");

document.write("<li>Reported Web Browser Name: <b>" + navigator.appName);
	document.write("</b> <span style='color: brown; font-size: 9pt;'>navigator.appName<br>");
	document.write(" &mdash; Note that FireFox and Chrome report 'Netscape'.</span></li>");

document.write("<li>Your Web Browser Code Name: <b>" + navigator.appCodeName);
	document.write("</b> <span style='color: brown; font-size: 9pt;'>navigator.appCodeName<br>");
	document.write(" &mdash; Note that they all report 'Mozilla'.</span></li>");

document.write("<li>Your Computers OS: <b>" + navigator.platform);
document.write("</b> <span style='color: brown; font-size: 9pt;'>navigator.platform</span></li>");

document.write("<li>Cookies enabled: <b>" + navigator.cookieEnabled);
	document.write("</b> <span style='color: brown; font-size: 9pt;'>navigator.cookieEnabled</span></li>");
		

document.write("<li>Java");
if (navigator.javaEnabled()) 
	document.write("<b> is </b>");
else document.write("<b> isn't </b>");
	document.write("enabled. ");
	document.write("<span style='color: brown; font-size: 9pt;'>navigator.javaEnabled()</span></li>");

document.write("<li>Your Screen Resolution is: <b>");
	document.write(window.screen.width);
	document.write(" x ");
	document.write(window.screen.height);
	document.write("</b> <span style='color: brown; font-size: 9pt;'>window.screen.width and window.screen.height</span></li>");

document.write("<li>Reported Browser Version is: <b>" + navigator.appVersion);
	document.write("</b> <span style='color: brown; font-size: 9pt;'>navigator.appVersion</span></li>");

document.write("<li>Actual Browser Name and Version: <b> " + navigator.userAgent);
	document.write("</b> <span style='color: brown; font-size: 9pt;'>navigator.userAgent<br>");
	document.write(" &mdash; Note the real browser version is in here.</span></li>");

if (navigator.language)
{
document.write("<li><b>Language:</b> " + navigator.language + " <span style='color: brown; font-size: 9pt;'>navigator.language (for FireFox, Chrome, and Opera)</span>");
}

if (navigator.userLanguage)
{
document.write("<li><b>Language:</b> " + navigator.userLanguage + " <span style='color: brown; font-size: 9pt;'>navigator.userLanguage (for Internet Explorer and Opera)</span>");
}

document.write("<li><b>Platform:</b> " + navigator.platform + " <span style='color: brown; font-size: 9pt;'>navigator.platform</span>");


browser_name = which_browser(); 
if (browser_name == "Internet Explorer")
{
document.write("<li>Your Color Depth is: <b>");
	document.write(window.screen.colordepth);
	document.write("</b> <span style='color: brown; font-size: 9pt;'>window.screen.colordepth</span></li>");

document.write("<li>Your Available Screen Resolution is: <b>");
	document.write(window.screen.availwidth);
	document.write(" x ");
	document.write(window.screen.availheight);
	document.write("</b> <span style='color: brown; font-size: 9pt;'>window.screen.availwidth and window.screen.availheight</span></li>");
}

document.write("<li>Font Smoothing");
	if (window.screen.fontSmoothingEnabled == true) document.write("<b> is </b>");
	else document.write("<b> isn't </b>");
		document.write("enabled ");
		document.write("<span style='color: brown; font-size: 9pt;'>window.screen.fontSmoothingEnabled</span></li>");

if (document.referrer != "")
{
document.write("<li>You were referred here by: <b>");
		document.write(document.referrer);
		document.write("</b> <span style='color: brown; font-size: 9pt;'>document.referrer</span></li>");
}

document.write("<ul>");

// Based on Cookie user info script on http://simplythebest.net/scripts/. Modified by D. Tripodes 2008-09-04.
// Calls which_browser().

}
