function popupSupertell() 
{
  window.open("http://www.supertell.com/supertell.php?sid=2229EDFCB46D2113F25F4946E0AFD36D",
              "windowECard",
              "width=660,height=400,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}

function popupDefinition() 
{
  window.open("ee.php",
              "windowDefinition",
              "width=660,height=400,status=yes,menubar=no,toolbar=no,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 popupPhoto(strImage, strCaption)
{
  strUrl  = "popup-photo.php?image=" + strImage + "&caption=" + strCaption;

  oWindow = window.open(strUrl, 'winPhoto',
   'width=350,height=400,status=no,menubar=no,toolbar=no,scrollable=yes,scrollbars=yes,resizable=yes');

  oWindow.focus();
}

function openPSA(URL){
	window.open(URL, "myWindow","top=0,left=0,width=400, height=400,location=no,toolbar=no,status=Yes,resizable=no,menubar=no scrollbar=no")  
}
