<!--

/*	preload rollover images
*/
if (document.images) {
emailiconon = new Image(); emailiconon.src="/buttons/icon_email_on.gif"
emailiconoff = new Image(); emailiconoff.src="/buttons/icon_email_off.gif"

homeiconon = new Image(); homeiconon.src="/buttons/icon_home_on.gif"
homeiconoff = new Image(); homeiconoff.src="/buttons/icon_home_off.gif"

newsarchiveon = new Image(); newsarchiveon.src="/buttons/grnarrows.gif"
newsarchiveoff = new Image(); newsarchiveoff.src="/buttons/grnarrows_off.gif"

gallery1on = new Image(); gallery1on.src="/buttons/gal1b.gif"
gallery1off = new Image(); gallery1off.src="/buttons/gal1a.gif"

gallery2on = new Image(); gallery2on.src="/buttons/gal2b.gif"
gallery2off = new Image(); gallery2off.src="/buttons/gal2a.gif"

gallery3on = new Image(); gallery3on.src="/buttons/gal3b.gif"
gallery3off = new Image(); gallery3off.src="/buttons/gal3a.gif"

gallery4on = new Image(); gallery4on.src="/buttons/gal4b.gif"
gallery4off = new Image(); gallery4off.src="/buttons/gal4a.gif"

gallery5on = new Image(); gallery5on.src="/buttons/gal5b.gif"
gallery5off = new Image(); gallery5off.src="/buttons/gal5a.gif"

gallery6on = new Image(); gallery6on.src="/buttons/gal6b.gif"
gallery6off = new Image(); gallery6off.src="/buttons/gal6a.gif"

gallery7on = new Image(); gallery7on.src="/buttons/gal7b.gif"
gallery7off = new Image(); gallery7off.src="/buttons/gal7a.gif"

gallery8on = new Image(); gallery8on.src="/buttons/gal8b.gif"
gallery8off = new Image(); gallery8off.src="/buttons/gal8a.gif"

gallerymainon = new Image(); gallerymainon.src="/buttons/gal_navbut_on.gif"
gallerymainoff = new Image(); gallerymainoff.src="/buttons/gal_navbut.gif"

lightningon = new Image(); lightningon.src="/gallery/lightningon.gif"
lightningoff = new Image(); lightningoff.src="/gallery/lightningoff.gif"
}

/*	define msover function */
function msover() {
  if (document.images) {
    for (var i=0; i<msover.arguments.length; i+=2) {
      document[msover.arguments[i]].src = eval(msover.arguments[i+1] + ".src");
    }
  }
}

// -->

