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 s1 = new SWFObject('files/player.swf','player1','600','358','9');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file='+datei+'&autostart=true');
s1.write('Layer2');
MM_goToURL('parent','#top')
}
function loadMovie2(datei) {
var s1 = new SWFObject('files/player.swf','player1','600','358','9');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file='+datei+'&autostart=true&stretching=exactfit');
s1.write('Layer2');
MM_goToURL('parent','#top')
}