//
// 320 x 240 launch dimensions:
// QT: 640 x 440
// Real: 640 x 535
// Flash: 

// 640 x 480 launch dimensions:
// QT: 671 x 682
// Real: 672 x 736
// Flash: 672 x 670

// 480 x 360 launch dimensions:
// QT: 640 x 562
// Real: 640 x 633
// Flash:

// Height dimensions are increased by 20 to allow to always existent location bar in IE
// IE seems to ignore the 'location=no' directive in a window.open call

function launchfl() {
  address = "http://www.ums.udel.edu/udlive/embed-q.php?t=f&s=myStream.sdp&w=640&h=480";
  //download=window.open(address,'demo','toolbar=no,location=no,menubar=no,resizable=no,scrollbars=no,WIDTH=640,HEIGHT=562,alwaysRaised=true');
  download=window.open(address,'demo','toolbar=no,location=no,menubar=no,resizable=no,scrollbars=no,WIDTH=672,HEIGHT=670,alwaysRaised=true');
}

function launchreal() {
  address = "http://www.ums.udel.edu/udlive/embed-q.php?s=commencement2009w.rm&p=2&w=640&h=480";
  download=window.open(address,'demo','toolbar=no,location=no,menubar=no,resizable=no,scrollbars=no,WIDTH=672,HEIGHT=736,alwaysRaised=true');
}

