function mail_do_admina(){
imie='ks'
poczta='wieloglowy.pl'
  parent.location.href='mailto:'+imie+'@'+poczta+'';
}

function drukuj(){
if (!window.print){
alert("Musisz mieć przynajmniej NS4.x lub IE5, \naby użyć przycisku drukowania!")
return
}
window.print()
}

function ulubione(){
window.external.addFavorite('http://www.dabrovia.autosowa.pl/index.php','KS D±brovia-Wielogłowy')
}

function email_do_znajomego(){
temat='Klub Sportowy Dabrovia-Wielogłowy'
tresc='www.dabrovia.autosowa.pl'
  parent.location.href='mailto:?subject='+temat+'&BODY='+tresc+'';
}

function tabela(sez,gr) {
  msg=open("","tabela",'width=600,height=420,resizable=1,scrollbars=no,menubar=no,left='+((screen.width-560)/2)+',top='+((screen.height-420)/4));
  msg.document.write("<HTML><head><TITLE>wyniki meczy</TITLE>");
  msg.document.write("<meta http-equiv=\"Content-Language\" content=\"pl\">");
  msg.document.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-2\">");
  msg.document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/styl.css\">");
  msg.document.write("</head><body>");
  msg.document.write("<div style=\"text-align:center; margin:auto;\">");
  msg.document.write("<iframe src=\"tabela.php?sez="+ sez +"&amp;gr="+ gr +"\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\"></iframe>");
  msg.document.write("</div>");
  msg.document.write("</body></HTML>");
  msg.document.close();
}

function mecze(id,sez,gr,height) {
  msg=open("","tabela",'width=600,height='+height+',resizable=1,scrollbars=no,menubar=no,left='+((screen.width-560)/2)+',top='+((screen.height-420)/4));
  msg.document.write("<HTML><head><TITLE>wyniki meczy</TITLE>");
  msg.document.write("<meta http-equiv=\"Content-Language\" content=\"pl\">");
  msg.document.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-2\">");
  msg.document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/styl.css\">");
  msg.document.write("</head><body>");
  msg.document.write("<div style=\"text-align:center; margin:auto;\">");
  msg.document.write("<iframe src=\"php/mecze.php?id="+ id +"&amp;sez="+ sez +"&amp;gr="+ gr +"\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\"></iframe>");
  msg.document.write("</div>");
  msg.document.write("</body></HTML>");
  msg.document.close();
}

function bramki(sciezka,mecz,height) {
  msg=open("","bramki",'width=450,height='+height+',resizable=1,scrollbars=no,menubar=no');
  msg.document.write("<HTML><head><TITLE>bramki</TITLE>");
  msg.document.write("<meta http-equiv=\"Content-Language\" content=\"pl\">");
  msg.document.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-2\">");
  msg.document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/styl.css\">");
  msg.document.write("</head><body>");
  msg.document.write("<div style=\"text-align:center; margin:auto;\">");
  if (sciezka == 1) {
    msg.document.write("<iframe src=\"php/bramki.php?mecz="+ mecz +"\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\"></iframe>");
  } else {
    msg.document.write("<iframe src=\"bramki.php?mecz="+ mecz +"\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\"></iframe>");
  }
  msg.document.write("</div>");
  msg.document.write("</body></HTML>");
  msg.document.close();
}

function fotka(ID_b,nr,img) {
  msg=open("php/fotka.php?b="+ ID_b +"&nr="+ nr +"&img="+ img +"&slajd=0","fotka",'width = screen.width, height = screen.height, resizable=1,scrollbars=yes,menubar=no,left=0,top=0');
}
