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

// 640 x 480 launch dimensions:
// QT: 671 x 682
// Real: 

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

// 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 launchqt() {
  address = "http://www.ums.udel.edu/udlive/embed-q.php?t=q&s=commencement2008s-live.sdp&w=480&h=360";
  download=window.open(address,'demo','toolbar=no,location=no,menubar=no,resizable=no,scrollbars=no,WIDTH=640,HEIGHT=562,alwaysRaised=true');
}

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