<!--
var muza = null;
function muzyka(){
muza = window.open('dane/muza.htm','muza','width=400,height=320,left=100,top=100');
muza.focus();
}
//-->
