///////////////////////////////////////////////////////////
// Author   : Viget Labs - PC
// Created  : 
// Revised  :
// Notes    : key javascript files
///////////////////////////////////////////////////////////
function popupSupertell() 
{
  window.open("http://www.supertell.com/supertell.php?sid=9CCFB7FDB720DD8EE8446640CA9C5FF3",
              "windowECard",
              "width=680,height=450,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}
function popupPrivacy()
{
  window.open("privacy.php",
              "windowLegal",
              "width=500,height=400,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}
function popupFeedback()
{
  window.open("http://www.usersknow.com/active/TakeSurvey.asp?SurveyID=34L773ML488LM",
              "windowPrint",
              "width=680,height=520,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}
function popupJoin()
{
  window.open("elist.php",
              "windowJoin",
              "width=400,height=350,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}
function popupFanClub()
{
  window.open("http://www.musictoday.com/redirect/bounce.asp?cid=106",
              "windowFanClub",
              "width=760,height=580,status=yes,menubar=yes,toolbar=yes,location=yes,scrollbars=yes,resizable=yes");
}
function popupGottaHaveIt()
{
  window.open("http://www05.gottahaveit.com/store70/britney.asp",
              "windowPrint",
              "width=790,height=620,status=yes,menubar=no,toolbar=yes,scrollbars=yes,resizable=yes");
}
function popupPhoto(strImage, iWidth, iHeight, strCaption)
{
  if (iHeight > 500)
  {
  	strScrollBars = "yes"
	strScrollable = "yes"
  }
  else
  {
  	strScrollBars = "no"
	strScrollable = "no"
  }
  strUrl  = "popup-photo.php?image=" + strImage + "&width=" + iWidth + "&height=" + iHeight + "&caption=" + strCaption;
  oWindow = window.open(strUrl,'winPhoto','width=' + iWidth + ',height=' + iHeight + ',status=no,menubar=no,toolbar=no,scrollable=' + strScrollable + ',scrollbars=' + strScrollBars + ',resizable=yes');
  oWindow.resizeTo(iWidth,iHeight);
  oWindow.focus();
}
function popupVideo()
{
  window.open("popup-video.php",
              "windowVideo",
              "width=500,height=400,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}

function popupBaby()
{
  window.open("baby-message.php",
              "windowBaby",
              "width=400,height=500,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}
function popupFoundation()
{
  window.open("foundation-message.php",
              "windowFoundation",
              "width=540,height=560,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}
function popupStore()
{
  window.open("http://britney.fanfire.com/cgi-bin/WebObjects/fanfire.woa/wa/artist?artistName=Britney+Spears&sourceCode=BRSWEB",
              "windowStore",
              "status=yes,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes");
}
function popupPreorder()
{
  window.open("http://www.musictoday.com/redirect/bounce.asp?cid=23361",
              "windowStore",
              "status=yes,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes");
}