i2on = new Image();
i2on.src = "images/2007/button_home_o.jpg";
i2off = new Image();
i2off.src = "images/2007/button_home.jpg";
i3on = new Image();
i3on.src = "images/2007/button_officer_o.jpg";
i3off = new Image();
i3off.src = "images/2007/button_officer.jpg";
i4on = new Image();
i4on.src = "images/2007/button_links_o.jpg";
i4off = new Image();
i4off.src = "images/2007/button_links.jpg";
i5on = new Image();
i5on.src = "images/2007/button_events_o.jpg";
i5off = new Image();
i5off.src = "images/2007/button_events.jpg";
i6on = new Image();
i6on.src = "images/2007/button_awards_o.jpg";
i6off = new Image();
i6off.src = "images/2007/button_awards.jpg";
i7on = new Image();
i7on.src = "images/2007/button_asphalt_o.jpg";
i7off = new Image();
i7off.src = "images/2007/button_asphalt.jpg";
i8on = new Image();
i8on.src = "images/2007/button_downloads_o.jpg";
i8off = new Image();
i8off.src = "images/2007/button_downloads.jpg";
i9on = new Image();
i9on.src = "images/2007/button_cu_o.jpg";
i9off = new Image();
i9off.src = "images/2007/button_cu.jpg";



/*/
/ / This function will change the src property of element
/ / to match the src property of the image in the DOM.
/ / Returns true or false depending on success.
/*/
function swapImg(element, image)
{
  // only if there are images defined in the DOM
  if (document.images)
  {
    eval("document." + element + ".src = \"" + image.src + "\";");
    return true;
  }
  else
    return false;
}

function open_popup1(URL){
aWindow = window.open(URL,"video","toolbar=no,location=no,directories=no,status=no,scrollbars=no,resize=no,menubar=no,width=335,height=400,top=75,left=10");
}

function open_popup2(URL){
aWindow = window.open(URL,"video","toolbar=no,location=no,directories=no,status=no,scrollbars=no,resize=no,menubar=no,width=195,height=260,top=75,left=10");
}

<!--//
/*This Script allows people to enter by using a form that asks for a
UserID and Password*/
function pasuser(form) {
if (form.id.value=="admin") { 
if (form.pass.value=="hotmix46") {              
location="donsfiles1.html" 
} else {
alert("Invalid Password")
}
} else {  alert("Invalid UserID")
}
}
//-->