
// pulldown

function pDown() { document.getElementById('pulldown').style.visibility='visible'; }
function pHide() { document.getElementById('pulldown').style.visibility='hidden'; }

function swapimg() {
  obj = document.getElementById("menu05");
  obj.src = "/images/menu05_on.gif";
}

function swapre() {
  obj = document.getElementById("menu05");
  obj.src = "/images/menu05.gif";
}


// POP UP

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
