
/* 
|| BEGIN FUSEDOC ||

|| Properties ||
Name: nav_splash_page.js
Author:  mike@fransol.com
Createdon: 09/29/03
|| Responsibilities ||
script for the splash page mouseover navigation

|| Attributes ||

|| History ||

|| END FUSEDOC ||

 */
browserName = navigator.appName; browserVer = parseInt(navigator.appVersion); if (browserName == "Netscape" || browserName == "Microsoft Internet Explorer" && browserVer >= 3) {browserVer = 1;} else {browserVer = 2;}
if (browserVer == 1) {

button_00_1 = new Image();
button_00_2 = new Image();
button_01_1 = new Image();
button_01_2 = new Image();
button_02_1 = new Image();
button_02_2 = new Image();
button_03_1 = new Image();
button_03_2 = new Image();
button_04_1 = new Image();
button_04_2 = new Image();
button_05_1 = new Image();
button_05_2 = new Image();
button_06_1 = new Image();
button_06_2 = new Image();
button_07_1 = new Image();
button_07_2 = new Image();
button_08_1 = new Image();
button_08_2 = new Image();
button_09_1 = new Image();
button_09_2 = new Image();
button_10_1 = new Image();
button_10_2 = new Image();
button_11_1 = new Image();
button_11_2 = new Image();
button_12_1 = new Image();
button_12_2 = new Image();
button_13_1 = new Image();
button_13_2 = new Image();
button_14_1 = new Image();
button_14_2 = new Image();
button_15_1 = new Image();
button_15_2 = new Image();

button_00_1.src = "/images/spacer.gif";
button_00_2.src = "/images/whitearrow.gif";
button_01_1.src = "/images/spacer.gif";
button_01_2.src = "/images/whitearrow.gif";
button_02_1.src = "/images/spacer.gif";
button_02_2.src = "/images/whitearrow.gif";
button_03_1.src = "/images/spacer.gif";
button_03_2.src = "/images/whitearrow.gif";
button_04_1.src = "/images/spacer.gif";
button_04_2.src = "/images/whitearrow.gif";
button_05_1.src = "/images/spacer.gif";
button_05_2.src = "/images/redarrow.gif";
button_06_1.src = "/images/spacer.gif";
button_06_2.src = "/images/redarrow.gif";
button_07_1.src = "/images/spacer.gif";
button_07_2.src = "/images/redarrow.gif";
button_08_1.src = "/images/spacer.gif";
button_08_2.src = "/images/redarrow.gif";
button_09_1.src = "/images/spacer.gif";
button_09_2.src = "/images/redarrow.gif";
button_10_1.src = "/images/spacer.gif";
button_10_2.src = "/images/redarrow.gif";
button_11_1.src = "/images/spacer.gif";
button_11_2.src = "/images/redarrow.gif";
button_12_1.src = "/images/spacer.gif";
button_12_2.src = "/images/redarrow.gif";
button_13_1.src = "/images/spacer.gif";
button_13_2.src = "/images/redarrow.gif";
button_14_1.src = "/images/spacer.gif";
button_14_2.src = "/images/redarrow.gif";
button_15_1.src = "/images/spacer.gif";
button_15_2.src = "/images/redarrow.gif";

}
function ImgFunc1(button_num,state) {if (browserVer == 1) {new_num = 1 + state;document ["button_" + button_num + "_1"].src = eval("button_" + button_num + "_" + new_num + ".src")}}
