function OpenWin(url, width, height)
{
  newwindow = window.open(url,"BergmannPlayerWindow","toolbar=no,status=no,resizable=yes,location=no,toolbar=no,menubar=no,width="+width+",height="+height);
  newwindow.focus();
}