function hideagb() {
  if (document.getElementById)
    document.getElementById("agbtxt").style.display = "none";
}
function showagb() {
  if (document.getElementById)
    document.getElementById("agbtitle").style.display = "none";
    document.getElementById("agbintro").style.display = "none";
    document.getElementById("agbtxt").style.display = "inline";
}
function closeagb() {
  if (document.getElementById)
    document.getElementById("agbtitle").style.display = "inline";
    document.getElementById("agbintro").style.display = "inline";
    document.getElementById("agbtxt").style.display = "none";
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

