<!------- preload & mouseover

preload_off = new Array ();
preload_on = new Array ();
preload_img(base_imgs,'off'); 
preload_img(new_imgs,'on'); 

function on_msover(string,img,ref) {
  if (okMouse) {
    if (!ref) { ref = img; }
    if (img) { msover(img,ref); }
    if (leader) { window.status = leader + string; }
    else { window.status = string; }
  }
}

function on_msout(img,string) {
  if (okMouse) {
    if (img) { msout(img); }
    if (string) { window.status = string; }
    else { window.status = 'Maryland Sea Grant'; }
  }
}

function not_yet(page) { // temporary for pages that do not exist
  alert('We need to create a ' + page);
}

//close off comment to hide this script from old browsers----------->

