function preload_images()
{

  image2on = new Image();
  image2on.src = "/images/nav_on-02-01.gif";

  image3on = new Image();
  image3on.src = "/images/nav_on-03-01.gif";

  image4on = new Image();
  image4on.src = "/images/nav_on-04-01.gif";

  image5on = new Image();
  image5on.src = "/images/nav_on-05-01.gif";

  image6on = new Image();
  image6on.src = "/images/nav_on-06-01.gif";

  image7on = new Image();
  image7on.src = "/images/nav_on-07-01.gif";
  
  image8on = new Image();
  image8on.src = "/images/nav_on-08-01.gif";


  image2off = new Image();
  image2off.src = "/images/nav_off-02-01.gif";

  image3off = new Image();
  image3off.src = "/images/nav_off-03-01.gif";

  image4off = new Image();
  image4off.src = "/images/nav_off-04-01.gif";

  image5off = new Image();
  image5off.src = "/images/nav_off-05-01.gif";

  image6off = new Image();
  image6off.src = "/images/nav_off-06-01.gif";

  image7off = new Image();
  image7off.src = "/images/nav_off-07-01.gif";

  image8off = new Image();
  image8off.src = "/images/nav_off-08-01.gif";

}

function turnOn(imagename) {
  if (document.images) {
    document[imagename].src = eval(imagename + "on.src");
  }
}

function turnOff(imagename) {
  if (document.images) {
    document[imagename].src = eval(imagename + "off.src");
  }
}

function vertical_menu()
{
  document.write("<table width=\"176\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
  document.write("<tr><td><a href=\"/\" onMouseOver=\"turnOn('image2a')\" onMouseOut=\"turnOff('image2a')\"><img src = \"/images/nav_off-02-01a.gif\" name=\"image2a\" border=\"0\" width=\"176\" height=\"37\" align=\"bottom\"></a></td></tr>");
  document.write("<tr><td><a href=\"/about\" onMouseOver=\"turnOn('image3')\" onMouseOut=\"turnOff('image3')\"><img src = \"/images/nav_off-03-01.gif\" name=\"image3\" border=\"0\" width=\"176\" height=\"34\" align=\"bottom\"></a></td></tr>");
  document.write("<tr><td><a href=\"/locations/\" onMouseOver=\"turnOn('image4')\" onMouseOut=\"turnOff('image4')\"><img src = \"/images/nav_off-04-01.gif\" name=\"image4\" border=\"0\" width=\"176\" height=\"34\" align=\"bottom\"></a></td></tr>");
  document.write("<tr><td><a href=\"/services/\" onMouseOver=\"turnOn('image5')\" onMouseOut=\"turnOff('image5')\"><img src = \"/images/nav_off-05-01.gif\" name=\"image5\" border=\"0\" width=\"176\" height=\"34\" align=\"bottom\"></a></td></tr>");
  document.write("<tr><td><a href=\"/shop/\" onMouseOver=\"turnOn('image6')\" onMouseOut=\"turnOff('image6')\"><img src = \"/images/nav_off-06-01.gif\" name=\"image6\" border=\"0\" width=\"176\" height=\"34\" align=\"bottom\"></a></td></tr>");
  document.write("<tr><td><a href=\"/preplanning/\" onMouseOver=\"turnOn('image7')\" onMouseOut=\"turnOff('image7')\"><img src = \"/images/nav_off-07-01.gif\" name=\"image7\" border=\"0\" width=\"176\" height=\"34\" align=\"bottom\"></a></td></tr>");
  document.write("<tr><td><a href=\"/thankyou/\" onMouseOver=\"turnOn('image8')\" onMouseOut=\"turnOff('image8')\"><img src = \"/images/nav_off-08-01.gif\" name=\"image8\" border=\"0\" width=\"176\" height=\"34\" align=\"bottom\"></a></td></tr>");
  document.write("<tr><td><a href=\"/about/condolences.htm\" onMouseOver=\"turnOn('image9')\" onMouseOut=\"turnOff('image9')\"><img src = \"/images/nav_off-09-01.gif\" name=\"image9\" border=\"0\" width=\"176\" height=\"34\" align=\"bottom\"></a></td></tr>");
  document.write("<tr><td><a href=\"/about/contact_us.htm\" onMouseOver=\"turnOn('image10')\" onMouseOut=\"turnOff('image10')\"><img src = \"/images/nav_off-10-01.gif\" name=\"image10\" border=\"0\" width=\"176\" height=\"69\" align=\"bottom\"></a></td></tr>");
  document.write("</table>");
}
