browsr = navigator.appName;
vers = parseInt(navigator.appVersion);
if (browsr == "Netscape" && vers >= 3) browstatus = "ns3";
else if (browsr == "Microsoft Internet Explorer" && vers >= 4) browstatus ="ie4";
else (browstatus = "non");
if (browstatus=="ns3" || browstatus=="ie4") {
var x;
var ovr = new Array; // storage for mouseover image names
var out = new Array; // storage for mouseout image names
var pic = new Array; // storage for mouseover image file names
// List replacement mouseOver image files here:

ovr[0] ="../../images/logos/mds1.gif";
ovr[1] ="../../images/logos/echo1.gif";
ovr[2] ="../../images/logos/honda1.gif";
ovr[3] ="../../images/logos/kubota1.gif";
ovr[4] ="../../images/logos/landpride1.gif";
ovr[5] ="../../images/logos/newholland1.gif";
ovr[6] ="../../images/logos/mammoth1.gif";
ovr[7] ="../../images/logos/sweepster1.gif";
ovr[8] ="../../images/logos/toro1.gif";
ovr[9] ="../../images/logos/walker1.gif";
ovr[10] ="../../images/logos/woods1.gif";
ovr[11] ="../../images/logos/billygoat1.gif";
ovr[12] ="../../images/logos/fransgard1.gif";
ovr[13] ="../../images/logos/millcreek1.gif";
ovr[14] ="../../images/logos/patu1.gif";
ovr[15] ="../../images/logos/salsco1.gif";
ovr[16] ="../../images/logos/timberwolf1.gif";
ovr[17] ="../../images/logos/yamaha1.gif";
ovr[18] ="../../images/logos/bearcat1.gif";
ovr[19] ="../../images/logos/curtis1.gif";
ovr[20] ="../../images/logos/winco1.gif";
ovr[21] ="../../images/logos/meyer1.gif";
ovr[22] ="../../images/logos/ontheroad1.gif";

ovr[30] ="../../images/logos/mds1.gif";
ovr[31] ="../../images/logos/echo1.gif";
ovr[32] ="../../images/logos/honda1.gif";
ovr[33] ="../../images/logos/kubota1.gif";
ovr[34] ="../../images/logos/landpride1.gif";
ovr[35] ="../../images/logos/newholland1.gif";
ovr[36] ="../../images/logos/mammoth1.gif";
ovr[37] ="../../images/logos/sweepster1.gif";
ovr[38] ="../../images/logos/toro1.gif";
ovr[39] ="../../images/logos/walker1.gif";
ovr[40] ="../../images/logos/woods1.gif";
ovr[41] ="../../images/logos/billygoat1.gif";
ovr[42] ="../../images/logos/fransgard1.gif";
ovr[43] ="../../images/logos/millcreek1.gif";
ovr[44] ="../../images/logos/patu1.gif";
ovr[45] ="../../images/logos/salsco1.gif";
ovr[46] ="../../images/logos/timberwolf1.gif";
ovr[47] ="../../images/logos/yamaha1.gif";
ovr[48] ="../../images/logos/bearcat1.gif";
ovr[49] ="../../images/logos/curtis1.gif";
ovr[50] ="../../images/logos/winco1.gif";
ovr[51] ="../../images/logos/meyer1.gif";
ovr[52] ="../../images/logos/ontheroad1.gif";

// End replacement image file list
for (x=0; x <ovr.length; x++) {
pic[x] = new Image;
pic[x].src = ovr[x];
}}
function hilite(imgNum) {
if (browstatus=="ns3" || browstatus=="ie4"){
out[imgNum] = document["img" + imgNum].src;
document["img" + imgNum].src = ovr[imgNum];
}}
function normal(imgNum) {
if (browstatus=="ns3" || browstatus=="ie4")
  document["img" + imgNum].src = out[imgNum];}

function open_windowTay(url) { mywin = window.open(url,"image",'width=660,height=500,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes'); window.blur();}

function open_windowTay427(url) { mywin = window.open(url,"image",'width=640,height=427,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes'); window.blur();}

function open_windowTay320H(url) { mywin = window.open(url,"image",'width=320,height=240,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes'); window.blur();}

function open_windowTay320V(url) { mywin = window.open(url,"image",'width=240,height=320,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes'); window.blur();}

function open_windowTay640H(url) { mywin = window.open(url,"image",'width=640,height=480,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes'); window.blur();}

function open_windowTay640V(url) { mywin = window.open(url,"image",'width=480,height=640,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes'); window.blur();}

function tayPhoto640(pFileName) {
pWindow = window.open( "", "photo", "width=660,height=540,status=0,scrollbars=yes,resizable=yes,screenX=10,screenY=10,left=20,top=40");
pWindow.document.write('<html><head><title>' + pFileName + '</title></head>');
pWindow.document.write('<BODY BGCOLOR=#999999 TEXT=#000000 LINK=#000000 VLINK=#000000>');
pWindow.document.write('<center>');
pWindow.document.write('<table border=2 cellpadding=0 cellspacing=0><tr><td>');
pWindow.document.write('<a onClick="javascript:window.close();">');
pWindow.document.write('<img src="' + pFileName + '"></a><p>');
pWindow.document.write('</td></tr></table>');
 pWindow.document.write('<font face="verdana,arial,helvetica" size="-2">');
pWindow.document.write('Click image to close...');
pWindow.document.write('</font></center></body></html>');
pWindow.document.close();
pWindow.focus();
}

