<!--
function Popup(vod)
{
	var positionX = (screen.width-344)/2;
	var positionY = (screen.height-419)/2;
	popvod=window.open(vod,'popvod',"toolbar=no, status=no, width=344, height=445, directories=no, scrollbars=no, location=no, resizable=no, menubar=no, left="+positionX+", top="+positionY+"")
	popvod.focus();
}

function Popup_News(vod)
{
	popvod=window.open(vod,'popvod','toolbar=no, status=no, width=344, height=622, directories=no, scrollbars=no, location=no, resizable=no, menubar=no, left=350, top=220')
	popvod.focus();
}

function PopupLow(low)
{
	poplow=window.open(low,'poplow','toolbar=no, status=no, width=328, height=445 directories=no, scrollbars=no, location=no, resizable=no, menubar=no, left=350, top=220')
	poplow.focus();
}

function PopupTv(vod)
{
	var positionX = (screen.width-344)/2;
	var positionY = (screen.height-750)/2;
	popvod=window.open(vod,'popvod',"toolbar=no, status=no, width=344, height=480, directories=no, scrollbars=no, location=no, resizable=no, menubar=no, left="+positionX+", top="+positionY+"")
	popvod.focus();
}

function Popup_Script(vod)
{
	popvod=window.open(vod,'popvod','toolbar=no, status=no, width=344, height=615, directories=no, scrollbars=no, location=no, resizable=no, menubar=no, left=350, top=220')
	popvod.focus();
}

function PopupTDMB(live)
{
	poplive=window.open(live,'poplive','toolbar=no, status=no, width=345, height=200, directories=no, scrollbars=no, location=no, resizable=no, menubar=no, left=350, top=220')
	poplive.focus();
}

function PopupRadio(live)
{
	poplive=window.open(live,'poplive','toolbar=no, status=no, width=345, height=200, directories=no, scrollbars=no, location=no, resizable=no, menubar=no, left=350, top=220');
	poplive.focus();
}
//-->