function HideDialog() {
  if( dialogWindow != null ) {
    if (typeof(dialogWindow.document) == "object")
      dialogWindow.close()
  }
}

function detail(odkud,idecko)
{
    var adresa = 'detail.php?sec='+ odkud +'&im='+ idecko;
    var seti = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=800";
    prohlizec = window.open(adresa,"Detail",seti);
}

function odkaz(adresa)
{
    prohlizec = window.open(adresa)
}

function okno(adresa)
{
    prohlizec = window.open(adresa)
}

function PlayRadio(bitrate,stype) {
		if(!stype) { stype = "WMA"; }
		window.open('http://www.play.cz/listen/listen.php?sh=pohoda&bitrate=' + bitrate + '&stype=' + stype + '', 'v2player', 'width=670,height=640,status=0,scrollbars=0,resizable=0');
		}
