function MM_goToURL() {
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
  }
function loadMovie(datei) {
  var flashvars = {
  autostart: "true",
  file: datei
};
var params = {
  allowfullscreen: "true",
  allowscriptaccess: "true"
};
var attributes = {
  id: "Layer2"
};
swfobject.embedSWF("files/player.swf", "Layer2", "600", "358", "9.0.0","expressInstall.swf", flashvars, params, attributes);
MM_goToURL('parent','#top')
}


function loadMovie2(datei) {
  var flashvars = {
  autostart: "true",
  stretching: "exactfit",
  file: datei
};
var params = {
  allowfullscreen: "true",
  allowscriptaccess: "true"
};
var attributes = {
  id: "Layer2"
};
swfobject.embedSWF("files/player.swf", "Layer2", "600", "358", "9.0.0","expressInstall.swf", flashvars, params, attributes);
MM_goToURL('parent','#top')
}

function loadMovieExt(id) {
swfobject.embedSWF("flowplayer-3.2.5.swf", "Layer2", "600", "358", "9.0.0", null, { 
	config: "{'wmode': 'opaque', 'screen': {'bottom': 0}, 'plugins': {'controls': {'url': 'flowplayer.controls-3.2.3.swf', 'backgroundColor': '#000000','backgroundGradient': 'none', 'sliderColor': '#FFFFFF', 'sliderBorder': '0', 'volumeSliderColor': '#FFFFFF', 'volumeBorder': '0', 'timeColor': '#FFFFFF', 'durationColor': '#FFFFFF', 'tooltipColor': '#F0F0F0', 'tooltipTextColor': '#000000'}, 'apache': {'url': 'flowplayer.pseudostreaming-3.2.5.swf'}}, 'playlist': 'files/clips/"+id+".xml'}"
	}
); 
MM_goToURL('parent','#top')
}
