// preload nav button mouseover images and set up javascript handling for them, if possible
if (document.images) {

  // Main Nav Buttons

  var switch1 = document.getElementById('switch1');
  if (switch1) {
    image1on = new Image(); image1on.src = "/structure/nav_sections/aboutnan2.gif";
    image1off = new Image(); image1off.src = "/structure/nav_sections/aboutnan.gif";
    switch1.onmouseover = function() { document.images.image1.src = image1on.src; }
    switch1.onmouseout = function() { document.images.image1.src = image1off.src; }
  }

  var switch2 = document.getElementById('switch2');
  if (switch2) {
    image2on = new Image(); image2on.src = "/structure/nav_sections/news2.gif";
    image2off = new Image(); image2off.src = "/structure/nav_sections/news.gif";
    switch2.onmouseover = function() { document.images.image2.src = image2on.src; }
    switch2.onmouseout = function() { document.images.image2.src = image2off.src; }
  }

  var switch3 = document.getElementById('switch3');
  if (switch3) {
    image3on = new Image(); image3on.src = "/structure/nav_sections/projects2.gif";
    image3off = new Image(); image3off.src = "/structure/nav_sections/projects.gif";
    switch3.onmouseover = function() { document.images.image3.src = image3on.src; }
    switch3.onmouseout = function() { document.images.image3.src = image3off.src; }
  }

  var switch4 = document.getElementById('switch4');
  if (switch4) {
    image4on = new Image(); image4on.src = "/structure/nav_sections/qna2.gif";
    image4off = new Image(); image4off.src = "/structure/nav_sections/qna.gif";
    switch4.onmouseover = function() { document.images.image4.src = image4on.src; }
    switch4.onmouseout = function() { document.images.image4.src = image4off.src; }
  }

  var switch5 = document.getElementById('switch5');
  if (switch5) {
    image5on = new Image(); image5on.src = "/structure/nav_sections/scrapbook2.gif";
    image5off = new Image(); image5off.src = "/structure/nav_sections/scrapbook.gif";
    switch5.onmouseover = function() { document.images.image5.src = image5on.src; }
    switch5.onmouseout = function() { document.images.image5.src = image5off.src; }
  }

  var switch6 = document.getElementById('switch6');
  if (switch6) {
    image6on = new Image(); image6on.src = "/structure/nav_sections/more2.gif";
    image6off = new Image(); image6off.src = "/structure/nav_sections/more.gif";
    switch6.onmouseover = function() { document.images.image6.src = image6on.src; }
    switch6.onmouseout = function() { document.images.image6.src = image6off.src; }
  }

  var switch7 = document.getElementById('switch7');
  if (switch7) {
    image7on = new Image(); image7on.src = "/structure/nav_sections/home2.gif";
    image7off = new Image(); image7off.src = "/structure/nav_sections/home.gif";
    switch7.onmouseover = function() { document.images.image7.src = image7on.src; }
    switch7.onmouseout = function() { document.images.image7.src = image7off.src; }
  }

  var switch8 = document.getElementById('switch8');
  if (switch8) {
    image8on = new Image(); image8on.src = "/structure/nav_sections/music2.gif";
    image8off = new Image(); image8off.src = "/structure/nav_sections/music.gif";
    switch8.onmouseover = function() { document.images.image8.src = image8on.src; }
    switch8.onmouseout = function() { document.images.image8.src = image8off.src; }
  }


  // About Nan

  var switch101 = document.getElementById('switch101');
  if (switch101) {
    image101on = new Image(); image101on.src = "/structure/nav_pages/letterfromnan2.gif";
    image101off = new Image(); image101off.src = "/structure/nav_pages/letterfromnan.gif";
    switch101.onmouseover = function() { document.images.image101.src = image101on.src; }
    switch101.onmouseout = function() { document.images.image101.src = image101off.src; }
  }

  var switch102 = document.getElementById('switch102');
  if (switch102) {
    image102on = new Image(); image102on.src = "/structure/nav_pages/interviewsandarticles2.gif";
    image102off = new Image(); image102off.src = "/structure/nav_pages/interviewsandarticles.gif";
    switch102.onmouseover = function() { document.images.image102.src = image102on.src; }
    switch102.onmouseout = function() { document.images.image102.src = image102off.src; }
  }

  // News

  var switch201 = document.getElementById('switch201');
  if (switch201) {
    image201on = new Image(); image201on.src = "/structure/nav_pages/newsarchive2.gif";
    image201off = new Image(); image201off.src = "/structure/nav_pages/newsarchive.gif";
    switch201.onmouseover = function() { document.images.image201.src = image201on.src; }
    switch201.onmouseout = function() { document.images.image201.src = image201off.src; }
  }

  // Projects

  var switchA = document.getElementById('switchA');
  if (switchA) {
    imageAon = new Image(); imageAon.src = "/structure/nav_sections/thescarletpimpernel2.gif";
    imageAoff = new Image(); imageAoff.src = "/structure/nav_sections/thescarletpimpernel.gif";
    switchA.onmouseover = function() { document.images.imageA.src = imageAon.src; }
    switchA.onmouseout = function() { document.images.imageA.src = imageAoff.src; }
  }

  var switchB = document.getElementById('switchB');
  if (switchB) {
    imageBon = new Image(); imageBon.src = "/structure/nav_sections/saturdaynightfever2.gif";
    imageBoff = new Image(); imageBoff.src = "/structure/nav_sections/saturdaynightfever.gif";
    switchB.onmouseover = function() { document.images.imageB.src = imageBon.src; }
    switchB.onmouseout = function() { document.images.imageB.src = imageBoff.src; }
  }

  var switchC = document.getElementById('switchC');
  if (switchC) {
    imageCon = new Image(); imageCon.src = "/structure/nav_sections/camilleclaudel2.gif";
    imageCoff = new Image(); imageCoff.src = "/structure/nav_sections/camilleclaudel.gif";
    switchC.onmouseover = function() { document.images.imageC.src = imageCon.src; }
    switchC.onmouseout = function() { document.images.imageC.src = imageCoff.src; }
  }

  var switchD = document.getElementById('switchD');
  if (switchD) {
    imageDon = new Image(); imageDon.src = "/structure/nav_sections/otherprojects2.gif";
    imageDoff = new Image(); imageDoff.src = "/structure/nav_sections/otherprojects.gif";
    switchD.onmouseover = function() { document.images.imageD.src = imageDon.src; }
    switchD.onmouseout = function() { document.images.imageD.src = imageDoff.src; }
  }

  // Pimpernel

  var switchA01 = document.getElementById('switchA01');
  if (switchA01) {
    imageA01on = new Image(); imageA01on.src = "/structure/nav_pages/licensing2.gif";
    imageA01off = new Image(); imageA01off.src = "/structure/nav_pages/licensing.gif";
    switchA01.onmouseover = function() { document.images.imageA01.src = imageA01on.src; }
    switchA01.onmouseout = function() { document.images.imageA01.src = imageA01off.src; }
  }

  var switchA02 = document.getElementById('switchA02');
  if (switchA02) {
    imageA02on = new Image(); imageA02on.src = "/structure/nav_pages/productions2.gif";
    imageA02off = new Image(); imageA02off.src = "/structure/nav_pages/productions.gif";
    switchA02.onmouseover = function() { document.images.imageA02.src = imageA02on.src; }
    switchA02.onmouseout = function() { document.images.imageA02.src = imageA02off.src; }
  }

  var switchA07 = document.getElementById('switchA07');
  if (switchA07) {
    imageA07on = new Image(); imageA07on.src = "/structure/nav_pages/songlist2.gif";
    imageA07off = new Image(); imageA07off.src = "/structure/nav_pages/songlist.gif";
    switchA07.onmouseover = function() { document.images.imageA07.src = imageA07on.src; }
    switchA07.onmouseout = function() { document.images.imageA07.src = imageA07off.src; }
  }

  var switchA03 = document.getElementById('switchA03');
  if (switchA03) {
    imageA03on = new Image(); imageA03on.src = "/structure/nav_pages/recordings2.gif";
    imageA03off = new Image(); imageA03off.src = "/structure/nav_pages/recordings.gif";
    switchA03.onmouseover = function() { document.images.imageA03.src = imageA03on.src; }
    switchA03.onmouseout = function() { document.images.imageA03.src = imageA03off.src; }
  }

  var switchA04 = document.getElementById('switchA04');
  if (switchA04) {
    imageA04on = new Image(); imageA04on.src = "/structure/nav_pages/scrapbook2.gif";
    imageA04off = new Image(); imageA04off.src = "/structure/nav_pages/scrapbook.gif";
    switchA04.onmouseover = function() { document.images.imageA04.src = imageA04on.src; }
    switchA04.onmouseout = function() { document.images.imageA04.src = imageA04off.src; }
  }

  var switchA05 = document.getElementById('switchA05');
  if (switchA05) {
    imageA05on = new Image(); imageA05on.src = "/structure/nav_pages/relateditems2.gif";
    imageA05off = new Image(); imageA05off.src = "/structure/nav_pages/relateditems.gif";
    switchA05.onmouseover = function() { document.images.imageA05.src = imageA05on.src; }
    switchA05.onmouseout = function() { document.images.imageA05.src = imageA05off.src; }
  }

  var switchA06 = document.getElementById('switchA06');
  if (switchA06) {
    imageA06on = new Image(); imageA06on.src = "/structure/nav_pages/links2.gif";
    imageA06off = new Image(); imageA06off.src = "/structure/nav_pages/links.gif";
    switchA06.onmouseover = function() { document.images.imageA06.src = imageA06on.src; }
    switchA06.onmouseout = function() { document.images.imageA06.src = imageA06off.src; }
  }

  // SNF

  var switchB01 = document.getElementById('switchB01');
  if (switchB01) {
    imageB01on = new Image(); imageB01on.src = "/structure/nav_pages/licensing2.gif";
    imageB01off = new Image(); imageB01off.src = "/structure/nav_pages/licensing.gif";
    switchB01.onmouseover = function() { document.images.imageB01.src = imageB01on.src; }
    switchB01.onmouseout = function() { document.images.imageB01.src = imageB01off.src; }
  }

  var switchB02 = document.getElementById('switchB02');
  if (switchB02) {
    imageB02on = new Image(); imageB02on.src = "/structure/nav_pages/productions2.gif";
    imageB02off = new Image(); imageB02off.src = "/structure/nav_pages/productions.gif";
    switchB02.onmouseover = function() { document.images.imageB02.src = imageB02on.src; }
    switchB02.onmouseout = function() { document.images.imageB02.src = imageB02off.src; }
  }

  var switchB03 = document.getElementById('switchB03');
  if (switchB03) {
    imageB03on = new Image(); imageB03on.src = "/structure/nav_pages/recordings2.gif";
    imageB03off = new Image(); imageB03off.src = "/structure/nav_pages/recordings.gif";
    switchB03.onmouseover = function() { document.images.imageB03.src = imageB03on.src; }
    switchB03.onmouseout = function() { document.images.imageB03.src = imageB03off.src; }
  }

  var switchB04 = document.getElementById('switchB04');
  if (switchB04) {
    imageB04on = new Image(); imageB04on.src = "/structure/nav_pages/scrapbook2.gif";
    imageB04off = new Image(); imageB04off.src = "/structure/nav_pages/scrapbook.gif";
    switchB04.onmouseover = function() { document.images.imageB04.src = imageB04on.src; }
    switchB04.onmouseout = function() { document.images.imageB04.src = imageB04off.src; }
  }

  var switchB05 = document.getElementById('switchB05');
  if (switchB05) {
    imageB05on = new Image(); imageB05on.src = "/structure/nav_pages/relateditems2.gif";
    imageB05off = new Image(); imageB05off.src = "/structure/nav_pages/relateditems.gif";
    switchB05.onmouseover = function() { document.images.imageB05.src = imageB05on.src; }
    switchB05.onmouseout = function() { document.images.imageB05.src = imageB05off.src; }
  }

  var switchB06 = document.getElementById('switchB06');
  if (switchB06) {
    imageB06on = new Image(); imageB06on.src = "/structure/nav_pages/links2.gif";
    imageB06off = new Image(); imageB06off.src = "/structure/nav_pages/links.gif";
    switchB06.onmouseover = function() { document.images.imageB06.src = imageB06on.src; }
    switchB06.onmouseout = function() { document.images.imageB06.src = imageB06off.src; }
  }

  // Camille

  var switchC01 = document.getElementById('switchC01');
  if (switchC01) {
    imageC01on = new Image(); imageC01on.src = "/structure/nav_pages/productiondetails2.gif";
    imageC01off = new Image(); imageC01off.src = "/structure/nav_pages/productiondetails.gif";
    switchC01.onmouseover = function() { document.images.imageC01.src = imageC01on.src; }
    switchC01.onmouseout = function() { document.images.imageC01.src = imageC01off.src; }
  }

  var switchC07 = document.getElementById('switchC07');
  if (switchC07) {
    imageC07on = new Image(); imageC07on.src = "/structure/nav_pages/songlist2.gif";
    imageC07off = new Image(); imageC07off.src = "/structure/nav_pages/songlist.gif";
    switchC07.onmouseover = function() { document.images.imageC07.src = imageC07on.src; }
    switchC07.onmouseout = function() { document.images.imageC07.src = imageC07off.src; }
  }

  var switchC02 = document.getElementById('switchC02');
  if (switchC02) {
    imageC02on = new Image(); imageC02on.src = "/structure/nav_pages/recordings2.gif";
    imageC02off = new Image(); imageC02off.src = "/structure/nav_pages/recordings.gif";
    switchC02.onmouseover = function() { document.images.imageC02.src = imageC02on.src; }
    switchC02.onmouseout = function() { document.images.imageC02.src = imageC02off.src; }
  }

  var switchC03 = document.getElementById('switchC03');
  if (switchC03) {
    imageC03on = new Image(); imageC03on.src = "/structure/nav_pages/scrapbookone2.gif";
    imageC03off = new Image(); imageC03off.src = "/structure/nav_pages/scrapbookone.gif";
    switchC03.onmouseover = function() { document.images.imageC03.src = imageC03on.src; }
    switchC03.onmouseout = function() { document.images.imageC03.src = imageC03off.src; }
  }

  var switchC04 = document.getElementById('switchC04');
  if (switchC04) {
    imageC04on = new Image(); imageC04on.src = "/structure/nav_pages/scrapbooktwo2.gif";
    imageC04off = new Image(); imageC04off.src = "/structure/nav_pages/scrapbooktwo.gif";
    switchC04.onmouseover = function() { document.images.imageC04.src = imageC04on.src; }
    switchC04.onmouseout = function() { document.images.imageC04.src = imageC04off.src; }
  }

  var switchC05 = document.getElementById('switchC05');
  if (switchC05) {
    imageC05on = new Image(); imageC05on.src = "/structure/nav_pages/relateditems2.gif";
    imageC05off = new Image(); imageC05off.src = "/structure/nav_pages/relateditems.gif";
    switchC05.onmouseover = function() { document.images.imageC05.src = imageC05on.src; }
    switchC05.onmouseout = function() { document.images.imageC05.src = imageC05off.src; }
  }

  var switchC06 = document.getElementById('switchC06');
  if (switchC06) {
    imageC06on = new Image(); imageC06on.src = "/structure/nav_pages/links2.gif";
    imageC06off = new Image(); imageC06off.src = "/structure/nav_pages/links.gif";
    switchC06.onmouseover = function() { document.images.imageC06.src = imageC06on.src; }
    switchC06.onmouseout = function() { document.images.imageC06.src = imageC06off.src; }
  }

  // Other Projects

  var switchD01 = document.getElementById('switchD01');
  if (switchD01) {
    imageD01on = new Image(); imageD01on.src = "/structure/nav_pages/manwithtwohearts2.gif";
    imageD01off = new Image(); imageD01off.src = "/structure/nav_pages/manwithtwohearts.gif";
    switchD01.onmouseover = function() { document.images.imageD01.src = imageD01on.src; }
    switchD01.onmouseout = function() { document.images.imageD01.src = imageD01off.src; }
  }

  var switchD02 = document.getElementById('switchD02');
  if (switchD02) {
    imageD02on = new Image(); imageD02on.src = "/structure/nav_pages/storybookthelyrics2.gif";
    imageD02off = new Image(); imageD02off.src = "/structure/nav_pages/storybookthelyrics.gif";
    switchD02.onmouseover = function() { document.images.imageD02.src = imageD02on.src; }
    switchD02.onmouseout = function() { document.images.imageD02.src = imageD02off.src; }
  }

  var switchD03 = document.getElementById('switchD03');
  if (switchD03) {
    imageD03on = new Image(); imageD03on.src = "/structure/nav_pages/hotoffthepress2.gif";
    imageD03off = new Image(); imageD03off.src = "/structure/nav_pages/hotoffthepress.gif";
    switchD03.onmouseover = function() { document.images.imageD03.src = imageD03on.src; }
    switchD03.onmouseout = function() { document.images.imageD03.src = imageD03off.src; }
  }

  var switchD04 = document.getElementById('switchD04');
  if (switchD04) {
    imageD04on = new Image(); imageD04on.src = "/structure/nav_pages/recordings2.gif";
    imageD04off = new Image(); imageD04off.src = "/structure/nav_pages/recordings.gif";
    switchD04.onmouseover = function() { document.images.imageD04.src = imageD04on.src; }
    switchD04.onmouseout = function() { document.images.imageD04.src = imageD04off.src; }
  }

  var switchD05 = document.getElementById('switchD05');
  if (switchD05) {
    imageD05on = new Image(); imageD05on.src = "/structure/nav_pages/rudolf2.gif";
    imageD05off = new Image(); imageD05off.src = "/structure/nav_pages/rudolf.gif";
    switchD05.onmouseover = function() { document.images.imageD05.src = imageD05on.src; }
    switchD05.onmouseout = function() { document.images.imageD05.src = imageD05off.src; }
  }

  var switchD06 = document.getElementById('switchD06');
  if (switchD06) {
    imageD06on = new Image(); imageD06on.src = "/structure/nav_pages/secretspaces2.gif";
    imageD06off = new Image(); imageD06off.src = "/structure/nav_pages/secretspaces.gif";
    switchD06.onmouseover = function() { document.images.imageD06.src = imageD06on.src; }
    switchD06.onmouseout = function() { document.images.imageD06.src = imageD06off.src; }
  }

  var switchD07 = document.getElementById('switchD07');
  if (switchD07) {
    imageD07on = new Image(); imageD07on.src = "/structure/nav_pages/mylittlegirl2.gif";
    imageD07off = new Image(); imageD07off.src = "/structure/nav_pages/mylittlegirl.gif";
    switchD07.onmouseover = function() { document.images.imageD07.src = imageD07on.src; }
    switchD07.onmouseout = function() { document.images.imageD07.src = imageD07off.src; }
  }

  var switchD08 = document.getElementById('switchD08');
  if (switchD08) {
    imageD08on = new Image(); imageD08on.src = "/structure/nav_pages/baddreams2.gif";
    imageD08off = new Image(); imageD08off.src = "/structure/nav_pages/baddreams.gif";
    switchD08.onmouseover = function() { document.images.imageD08.src = imageD08on.src; }
    switchD08.onmouseout = function() { document.images.imageD08.src = imageD08off.src; }
  }

  var switchD09 = document.getElementById('switchD09');
  if (switchD09) {
    imageD09on = new Image(); imageD09on.src = "/structure/nav_pages/snapshots2.gif";
    imageD09off = new Image(); imageD09off.src = "/structure/nav_pages/snapshots.gif";
    switchD09.onmouseover = function() { document.images.imageD09.src = imageD09on.src; }
    switchD09.onmouseout = function() { document.images.imageD09.src = imageD09off.src; }
  }

  var switchD10 = document.getElementById('switchD10');
  if (switchD10) {
    imageD10on = new Image(); imageD10on.src = "/structure/nav_pages/openhouse2.gif";
    imageD10off = new Image(); imageD10off.src = "/structure/nav_pages/openhouse.gif";
    switchD10.onmouseover = function() { document.images.imageD10.src = imageD10on.src; }
    switchD10.onmouseout = function() { document.images.imageD10.src = imageD10off.src; }
  }

  var switchD11 = document.getElementById('switchD11');
  if (switchD11) {
    imageD11on = new Image(); imageD11on.src = "/structure/nav_pages/consumersurvivalkit2.gif";
    imageD11off = new Image(); imageD11off.src = "/structure/nav_pages/consumersurvivalkit.gif";
    switchD11.onmouseover = function() { document.images.imageD11.src = imageD11on.src; }
    switchD11.onmouseout = function() { document.images.imageD11.src = imageD11off.src; }
  }

  // Questions

  var switch401 = document.getElementById('switch401');
  if (switch401) {
    image401on = new Image(); image401on.src = "/structure/nav_pages/askaquestion2.gif";
    image401off = new Image(); image401off.src = "/structure/nav_pages/askaquestion.gif";
    switch401.onmouseover = function() { document.images.image401.src = image401on.src; }
    switch401.onmouseout = function() { document.images.image401.src = image401off.src; }
  }

  var switch402 = document.getElementById('switch402');
  if (switch402) {
    image402on = new Image(); image402on.src = "/structure/nav_pages/archivedanswers2.gif";
    image402off = new Image(); image402off.src = "/structure/nav_pages/archivedanswers.gif";
    switch402.onmouseover = function() { document.images.image402.src = image402on.src; }
    switch402.onmouseout = function() { document.images.image402.src = image402off.src; }
  }

  var switch403 = document.getElementById('switch403');
  if (switch403) {
    image403on = new Image(); image403on.src = "/structure/nav_pages/thoughtsonwriting2.gif";
    image403off = new Image(); image403off.src = "/structure/nav_pages/thoughtsonwriting.gif";
    switch403.onmouseover = function() { document.images.image403.src = image403on.src; }
    switch403.onmouseout = function() { document.images.image403.src = image403off.src; }
  }

  // Scrapbook

  var switch501 = document.getElementById('switch501');
  if (switch501) {
    image501on = new Image(); image501on.src = "/structure/nav_pages/thescarletpimpernel2.gif";
    image501off = new Image(); image501off.src = "/structure/nav_pages/thescarletpimpernel.gif";
    switch501.onmouseover = function() { document.images.image501.src = image501on.src; }
    switch501.onmouseout = function() { document.images.image501.src = image501off.src; }
  }

  var switch502 = document.getElementById('switch502');
  if (switch502) {
    image502on = new Image(); image502on.src = "/structure/nav_pages/saturdaynightfever2.gif";
    image502off = new Image(); image502off.src = "/structure/nav_pages/saturdaynightfever.gif";
    switch502.onmouseover = function() { document.images.image502.src = image502on.src; }
    switch502.onmouseout = function() { document.images.image502.src = image502off.src; }
  }

  var switch503 = document.getElementById('switch503');
  if (switch503) {
    image503on = new Image(); image503on.src = "/structure/nav_pages/camilleclaudelone2.gif";
    image503off = new Image(); image503off.src = "/structure/nav_pages/camilleclaudelone.gif";
    switch503.onmouseover = function() { document.images.image503.src = image503on.src; }
    switch503.onmouseout = function() { document.images.image503.src = image503off.src; }
  }

  var switch504 = document.getElementById('switch504');
  if (switch504) {
    image504on = new Image(); image504on.src = "/structure/nav_pages/camilleclaudeltwo2.gif";
    image504off = new Image(); image504off.src = "/structure/nav_pages/camilleclaudeltwo.gif";
    switch504.onmouseover = function() { document.images.image504.src = image504on.src; }
    switch504.onmouseout = function() { document.images.image504.src = image504off.src; }
  }

  var switch505 = document.getElementById('switch505');
  if (switch505) {
    image505on = new Image(); image505on.src = "/structure/nav_pages/miscellaneousphotos2.gif";
    image505off = new Image(); image505off.src = "/structure/nav_pages/miscellaneousphotos.gif";
    switch505.onmouseover = function() { document.images.image505.src = image505on.src; }
    switch505.onmouseout = function() { document.images.image505.src = image505off.src; }
  }

  // Features / More

  var switch603 = document.getElementById('switch603');
  if (switch603) {
    image603on = new Image(); image603on.src = "/structure/nav_pages/contact2.gif";
    image603off = new Image(); image603off.src = "/structure/nav_pages/contact.gif";
    switch603.onmouseover = function() { document.images.image603.src = image603on.src; }
    switch603.onmouseout = function() { document.images.image603.src = image603off.src; }
  }

  var switch604 = document.getElementById('switch604');
  if (switch604) {
    image604on = new Image(); image604on.src = "/structure/nav_pages/sitemap2.gif";
    image604off = new Image(); image604off.src = "/structure/nav_pages/sitemap.gif";
    switch604.onmouseover = function() { document.images.image604.src = image604on.src; }
    switch604.onmouseout = function() { document.images.image604.src = image604off.src; }
  }

  var switch602 = document.getElementById('switch602');
  if (switch602) {
    image602on = new Image(); image602on.src = "/structure/nav_pages/charitylinks2.gif";
    image602off = new Image(); image602off.src = "/structure/nav_pages/charitylinks.gif";
    switch602.onmouseover = function() { document.images.image602.src = image602on.src; }
    switch602.onmouseout = function() { document.images.image602.src = image602off.src; }
  }

}

