function popw(loc,nam,wid,hei,othe) {
if (window.screen)
{
x = (screen.availWidth - wid) * 0.5;
y = (screen.availHeight- hei) * 0.5;
}
else
{
x = 50;
y = 50;
}
if (othe=='') {popupw=window.open('Preloader.htm',nam,'width='+wid+',height='+hei)
 } else {popupw=window.open('Preloader.htm',nam,'width='+wid+',height='+hei+','+othe)
}
popupw.moveTo(x,y);
l=popupw.focus();
popupw.location.href=loc;
return popupw 
}
function popMiniInfo(Show)
{
    popw('http://www.penki.lt/PopupArticle.aspx?Element=PopupArticle&Show=' + Show ,'ADS',750,550,'scrollbars=yes')
}

function popTVSchedule(Show)
{
    popw('PopupTVSchedule.aspx?Element=TVSchedule&' + Show ,'TV',750,550,'scrollbars=yes,menubar=yes,resizable=yes')
}
function externalMediaPlayer(ObjectID, Lang)
{
    window.open('http://mediaplayer.penki.lt/MediaCenter.aspx?&OID='+ObjectID+'&Lang='+Lang, 'MediaPlayer', 'width=798,height=700,status=1,scrollbars=1');
}
