
function openWin(url) {
win=window.open(url, "1999", "width=757,height=475,scrollbars=1,resizeable=1");
win.focus();
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function videoPopup(u,w,h,f,r,t,s,i,c) {
    myVersion=deconcept.SWFObjectUtil.getPlayerVersion();
	windowStr=String(window.location);
	noflash=(windowStr.indexOf('?noflash')>=0) ? true : false;
	if ((myVersion['major']>=8) && !noflash) {
		var newWind=window.open((u+'?flvUrl='+escape(f)+'&flvRuntime='+escape(r)+'&mainhead='+escape(t)+'&subhead='+escape(s)+'&intro='+escape(i)+'&caption='+escape(c)),'',('width='+w+',height='+h+'scrollbars=no,directories=no,location=yes,menubar=no,resizable=no,status=yes'));
	} else {
		wmvUrl=escape(f).slice(0,-4)+'.wmv';
		console.log(wmvUrl);
		window.location=wmvUrl;
	}
	return false;
}
