﻿function spustitPrehravacSwf(){
var width = 520;
var height = 310;
var left = (screen.width - width)/2;
var top = (screen.height - height)/2;
var params = 'width='+width+', height='+height;
params += ', top='+top+', left='+left;
params += ', directories=0';
params += ', location=0';
params += ', menubar=0';
params += ', resizable=0';
params += ', scrollbars=0';
params += ', status=0';
params += ', toolbar=0';
newwin=window.open('http://www.radiodechovka.cz/player-swf/player-swf.html','media01', params);
if (window.focus){
newwin.focus();
}
}
