function ilustracja(w,h,url,tekst,close) {
  msg=open("","",'width='+(w+40)+',height='+(h+50)+',resizable=1,scrollbars=yes,menubar=no,top='+((screen.height-h-100)/2)+',left='+((screen.width-w-40)/2));
  msg.document.write("<HTML><head><TITLE>ilustracja - Stachon</TITLE>");
  msg.document.write("<meta http-equiv=\"Content-Language\" content=\"pl\">");
  msg.document.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">");
  msg.document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/fotka.css\">");
  msg.document.write("</head><body>");
  msg.document.write("<div align=\"center\">");
  msg.document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td>");
  msg.document.write("<p style=\"text-align:left\">"+tekst+"</p>");
  msg.document.write("<p style=\"text-align:center\"><a title=\""+close+"\" href=\"javascript:close()\"><img src=\"galeria/"+ url +"\" width=\""+ w +"\" height=\""+ h +"\" alt=\""+close+"\"></a></p>");
  msg.document.write("<p style=\"text-align:right\"><a href=\"javascript:close()\">"+close+"</a></p>");
  msg.document.write("</td></tr></table>");
  msg.document.write("</div>");
  msg.document.write("</body></HTML>");
}
function mail_do_yavaho(){
imie='yavaho'
poczta='poczta.onet.pl'
  parent.location.href='mailto:'+imie+'@'+poczta+'';
}
function mail_to_stachon(){
imie='stachonrobert'
poczta='poczta.onet.pl'
  parent.location.href='mailto:'+imie+'@'+poczta+'';
}

