//
// OfSearch
//

function OfSearch_LookInputs()
{
  document.OfSearch.AF.disabled = true;
  document.OfSearch.FG.disabled = true;
  document.OfSearch.OC.disabled = true;
  document.OfSearch.OT.disabled = true;
  document.OfSearch.DateMin.disabled = true;
  document.OfSearch.DateMax.disabled = true;
}

function OfSearch_OnLoad()
{
}

//
// Offering
//

function printOffering(id)
{
  w = window.open(
    "http://www.hospital-learning.ch/files/offerings/" + id + ".pdf",
    "_blank",
    "dependent=yes,height=600,width=600,location=no,menubar=yes,resizable=yes,scrollbars=yes,status=no,toolbar=no"
  );

  w.setTimeout("window.print()",1000);
}
