function popupSupertell() 
{
  window.open("http://www.supertell.com/supertell.php?sid=6D6DB7AE312C0CE981DF8F393FA4D489",
              "windowECard",
              "width=680,height=450,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}


function popupJoin()
{
  window.open("popup-join.html",
              "windowJoin",
              "width=450,height=350,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}


function popupGuestbook()
{
  window.open("popup-guestbook.html",
              "windowGuestbook",
              "width=600,height=550,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}


function popupContact()
{
  window.open("popup-contact.html",
              "windowJoin",
              "width=450,height=350,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}


function popupPrivacy()
{
  window.open("popup-privacy.html",
              "windowPrivacy",
              "width=500,height=350,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}

function popupRelease()
{
  window.open("popup-release_form.html",
              "windowRelease",
              "width=700,height=550,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}

function popupNews()
{
  window.open("popup-news-070827.html",
              "windowNews",
              "width=450,height=550,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}

function popupThanks(person)
{
  window.open("popup-thanks.html#" + person,
              "windowRelease",
              "width=400,height=380,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}

function popupPhoto(strImage, strCaption, strCredit)
{
  strUrl  = "popup-photo.html?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 popupSlideshow(strFile, strCaption)
{
  strUrl  = "popup-slideshow.html?file=" + strFile + "&caption=" + strCaption;

  oWindow = window.open(strUrl, 'winSlideshow',
   'width=500,height=450,status=no,menubar=no,toolbar=no,scrollable=yes,scrollbars=yes,resizable=yes');

  oWindow.focus();
}

function popupSlideshowLarge(strFile, strCaption)
{
  strUrl  = "popup-slideshow-lg.html?file=" + strFile + "&caption=" + strCaption;

  oWindow = window.open(strUrl, 'winSlideshow',
   'width=780,height=680,status=no,menubar=no,toolbar=no,scrollable=yes,scrollbars=yes,resizable=yes');

  oWindow.focus();
}

function popupContest(strFile, strCaption)
{
  strUrl  = "popup-contest.html?file=" + strFile + "&caption=" + strCaption;

  oWindow = window.open(strUrl, 'winSlideshow',
   'width=500,height=450,status=no,menubar=no,toolbar=no,scrollable=yes,scrollbars=yes,resizable=yes');

  oWindow.focus();
}

function popupArtContest(strFile, strCaption)
{
  strUrl  = "popup-art_contest.html?file=" + strFile + "&caption=" + strCaption;

  oWindow = window.open(strUrl, 'winSlideshow',
   'width=600,height=600,status=no,menubar=no,toolbar=no,scrollable=yes,scrollbars=yes,resizable=yes');

  oWindow.focus();
}

