function loadMenu()
{
  document.write('<object type="application/x-shockwave-flash" data="Flash/menu.swf" width="512" height="44">');
  document.write('<param name="movie" value="Flash/menu.swf"></object>');
}

function loadBody()
{
  document.write('<object type="application/x-shockwave-flash" data="Flash/header.swf" width="512" height="272">');
  document.write('<param name="movie" value="Flash/header.swf"></object>');
}

var who1 = "foundation";
var who2 = "Jane.Allen";
var url = "lchnh.org";
var alt1 = "E-mail";
var alt2 = "Contact Jane Allen";

function email(id)
{
  switch(id)
  {
    case 0:
      who = who1;
      alt = alt1;
    break;
    default:
      who = who2;
      alt = alt2;
    break;
  }
  document.write("<A HREF=\"mailto");
  document.write(":" + who + "@");
  document.write(url + "\">" + alt + "<\/a>");
}

function popUp(URL)
{
  day = new Date();
  id = day.getTime();
  eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=500,left = 540,top = 262');");
}
