<!--

function popFlex() { //v2.0
var winl = (screen.width - 340) / 3;
var wint = (screen.height - 280) / 3;
coords = 'toolbar=no,location=no,menubar=no,scrollbars=no,resizable=no,width=370,height=200,top='+wint+',left='+winl;
win = window.open('../global/disclaimer/index.html?newURL=http://video.go.com/ez-d/redirect/flexplay.html','locatorWin',coords);
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

//-->