function startHover(bg) {
document.getElementById("pnav").style.backgroundImage = "url("+bg+")";
}

function stopHover() {
document.getElementById("pnav").style.backgroundImage = "";
window.status='All content under this domain (c) 1998-2004 Eric Braem and may not be used without written consent.';
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
