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


