var popupLinkConfig = new Array;
// Delete/copy/modify the following lines to configure your popup windows.
popupLinkConfig["HoleImageLink"] = new Array ( "", "width=360,height=360,resizable=no,scrollbars=no,menubar=no", "../../popup.php?");
popupLinkConfig["ImageLink"] = new Array ( "", "width=360,height=360,resizable=no,scrollbars=no,menubar=no", "popup.php?");
popupLinkConfig["HoleLink"] = new Array ( "hole_description", "width=420,height=550,resizable=yes,scrollbars=yes,menubar=no", "");
popupLinkConfig["SiteLink"] = new Array ( "", "width=640,height=480,resizable=yes,scrollbars=auto,location=yes,statusbar=yes,menubar=yes","");



function popUpHole(holeURL)
{
  newWin = window.open(("thecourse/" + holeURL + ".php"), "hole_description", "width=420,height=550,resizable=yes,scrollbars=yes,menubar=no");
  newWin.focus();
  return false;
}
