function popupSupertell() 
{
  window.open("http://www.supertell.com/supertell.php?sid=762086C579E7FF8561869920126B6B3B",
              "windowECard",
              "width=660,height=450,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}

function popupCredits() 
{
  window.open("credits.php",
			  "windowECard",
              "width=320,height=250,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}

function popupSearch()
{
  window.open("popup-search.php?pageFormat=popup",
              "windowSearch",
              "width=500,height=300,status=yes,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes");
}

function submitForm(f) {
  w = window.open(f.action, "popupSearch", "width=525,height=300,status=yes,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes");
  w.focus();
  f.submit();
}

function popupPrint(fileName)
{
  window.open(fileName,
              "windowPrint",
              "width=540,height=400,status=no,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes");
}


