function sendEvent(typ,prm) {
  thisMovie("mediaplayer").sendEvent(typ,prm);
};

function thisMovie(movieName) {
  return document.getElementById(movieName);
};

function createSWF(videofile,autostart,w,h,divname) {
  var so = new SWFObject("http://video.offenerkanal.de/player.swf","mediaplayer",w,h,"9.0.115","http://video.offenerkanal.de/expressInstall.swf");
  so.addParam('allowscriptaccess','always');
  so.addParam('allowfullscreen','true');
  so.addParam('wmode','opaque');
  so.addVariable('config','http://video.offenerkanal.de/config.php?id='+videofile+'&as='+autostart);
  so.write(divname);
}
