function mail_do_yavaho(){
imie='yavaho'
poczta='poczta.onet.pl'
  parent.location.href='mailto:'+imie+'@'+poczta+'';
}
function mail_do_jumpermen(){
imie='jumpermen'
poczta='poczta.fm'
  parent.location.href='mailto:'+imie+'@'+poczta+'';
}
function fotka(nr,S,img) {
  msg=open("system/fotka.php?nr="+ nr +"&S="+ S +"&img="+ img +"&slajd=3","fotka",'width = screen.width, height = screen.height, resizable=1,scrollbars=yes,menubar=no,left=0,top=0');
}