i2on = new Image();
i2on.src = "images/button_sponsor_o.jpg";
i2off = new Image();
i2off.src = "images/button_sponsor.jpg";
i3on = new Image();
i3on.src = "images/button_glance_o.jpg";
i3off = new Image();
i3off.src = "images/button_glance.jpg";
i4on = new Image();
i4on.src = "images/button_first_o.jpg";
i4off = new Image();
i4off.src = "images/button_first.jpg";
i5on = new Image();
i5on.src = "images/button_state_o.jpg";
i5off = new Image();
i5off.src = "images/button_state.jpg";
i6on = new Image();
i6on.src = "images/button_parish_o.jpg";
i6off = new Image();
i6off.src = "images/button_parish.jpg";
i7on = new Image();
i7on.src = "images/button_go_o.jpg";
i7off = new Image();
i7off.src = "images/button_go.jpg";
i8on = new Image();
i8on.src = "images/button_recovery_o.jpg";
i8off = new Image();
i8off.src = "images/button_recovery.jpg";
i9on = new Image();
i9on.src = "images/button_workforce_o.jpg";
i9off = new Image();
i9off.src = "images/button_workforce.jpg";
i10on = new Image();
i10on.src = "images/button_trade_o.jpg";
i10off = new Image();
i10off.src = "images/button_trade.jpg";
i11on = new Image();
i11on.src = "images/button_sb_o.jpg";
i11off = new Image();
i11off.src = "images/button_sb.jpg";
i12on = new Image();
i12on.src = "images/button_gp_o.jpg";
i12off = new Image();
i12off.src = "images/button_gp.jpg";
i13on = new Image();
i13on.src = "images/button_maps_o.jpg";
i13off = new Image();
i13off.src = "images/button_maps.jpg";
i14on = new Image();
i14on.src = "images/button_daily_o.jpg";
i14off = new Image();
i14off.src = "images/button_daily.jpg";
i15on = new Image();
i15on.src = "images/button_advertisers_o.jpg";
i15off = new Image();
i15off.src = "images/button_advertisers.jpg";
i16on = new Image();
i16on.src = "images/button_faq_o.jpg";
i16off = new Image();
i16off.src = "images/button_faq.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=="subdivision") { 
if (form.pass.value=="kensington") {              
location="memberarea.html" 
} else {
alert("Invalid Password")
}
} else {  alert("Invalid UserID")
}
}
//-->