function musFond() {
  //
  if(typeof(fmusik) == 'undefined') {
    fmusik = window.open('muse.htm', 'mus','width=100, height=100');
//    window.opener.focus();
    fmusik.blur();
  }
}

