///////////////////////////////////////////////////////////
// Author   : Viget Labs - PC
// Created  : 
// Revised  :
// Notes    : key javascript files
///////////////////////////////////////////////////////////

function popupSupertell() 
{
  window.open("http://www.supertell.com/supertell.php?sid=6A75995E66A8A3BAE19D0C6779E218CD",
              "windowECard",
              "width=680,height=450,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}
function popupJoin()
{
  window.open("popup-notify.php",
              "windowJoin",
              "width=450,height=350,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}
function popupPhoto(strImage, strCaption, strCredit)
{
  strUrl  = "popup-photo.php?image=" + strImage + "&caption=" + strCaption + "&credit=" + strCredit;

  oWindow = window.open(strUrl, 'winPhoto',
   'width=550,height=450,status=no,menubar=no,toolbar=no,scrollable=yes,scrollbars=yes,resizable=yes');

  oWindow.focus();
}


function popupMediaClip(mediaClip)
{
  window.open("http://www.hcfmstore.org/main/media_clip.php?pageFormat=popup&mediaClip="+mediaClip,
              "windowMediaClip",
              "width=520,height=300,status=yes,menubar=no,toolbar=no,scrollable=yes,scrollbars=yes,resizable=yes");
}

self.focus();

