AC_FL_RunContent = 0;

document.write('<script type="text/javascript" src="'
   + "/d/plusshoppen/flashplayers/AC_RunActiveContent.js" + '"></script>');

function getFlashMovieObject(movieName)  {
  if (window.document[movieName]) {
   return window.document[movieName];
  }
  if (navigator.appName.indexOf("Microsoft Internet")==-1) {
    if (document.embeds && document.embeds[movieName])
     return document.embeds[movieName];
  } else { // if (navigator.appName.indexOf("Microsoft Internet")!=-1)
    return document.getElementById(movieName);
  }
}

function startRadioPlayer() {
	winW = document.body.offsetWidth
	document.getElementById('bgFadeRadio').style.width = winW;
	document.getElementById('bgFadeRadio').style.display = 'block';
}

function closeRadioPlayer() {
	document.getElementById('bgFadeRadio').style.display = 'none';
	getFlashMovieObject('radioplayer').StopPlay();
}

function startVideoPlayer() {
	winW = document.body.offsetWidth
	document.getElementById('bgFadeVideo').style.width = winW;
	document.getElementById('bgFadeVideo').style.display = 'block';
}

function closeVideoPlayer() {
	document.getElementById('bgFadeVideo').style.display = 'none';
	getFlashMovieObject('videoplayer').StopPlay();
}

