
function powieksz(obrazek,tekst)
 {
  okno2=window.open("blank.htm", "okno2", "scrollbar ='yes', width=700, height=540")
  okno2.document.write
  (" <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//PL'> ");
  okno2.document.write
  (" <html><head><title></title> ");
  okno2.document.write
  (" <meta http-equiv='content-type' content='text/html; charset=iso-8859-2'> ");
  okno2.document.write
  (" <link rel='stylesheet' type='text/css' href='gil.css'> </head> ");
  okno2.document.write
  (" <body title='zamknij' onClick='window.close()'> ");
  okno2.document.write
  (" <br><img  class='zdjecia' src='" + obrazek + "'> ");
  okno2.document.write
  (" <p>" + tekst);
  okno2.document.write
  (" </body> </html> ");
 }

 var teraz = new Date;
function czas()
 {
  document.write(teraz.getDate(),".",teraz.getMonth()+1,".",teraz.getFullYear())
 }

function sendpage()
 {
  mail_str = "mailto:?subject=Klub Górski GiL" ;
  mail_str += "&body=Hej! Zajrzyj na stronę Klubu Górskiego GiL. ";
  mail_str += "Adres: www.klubgil.net. Pozdrawiam!"; 
  location.href = mail_str;
 }

 var bookmarkurl=document.location
 var bookmarktitle=document.title
function addbookmark()
 {
  if (document.all)
  window.external.AddFavorite(bookmarkurl,bookmarktitle)
 }

function subskrybuj()
 {
  mail_str = "mailto:admgil@op.pl?subject=Zamawiam informacje" ;
  mail_str += "&body=Chcę otrzymywać informacje o planowanych wyprawach Klubu Górskiego GiL. ";
  mail_str += "Proszę o dopisanie do listy wysyłkowej mojego adresu:"; 
  location.href = mail_str;
 }

function info_o_linku()
 {
  mail_str = "mailto:admgil@op.pl?subject=Zgłoszenie nowego linku /Informacja o niektualnym linku" ;
  mail_str += "&body=Zgłaszam nowy link: /Informuję o nieaktualnym linku: ";
  location.href = mail_str;
 }
 
