function ilustracja(w,h,url,tekst,opis) {
  msg=open("","",'width='+(w+40)+',height='+(h+60)+',resizable=1,scrollbars=no,menubar=no,top='+((screen.height-h-100)/2)+',left='+((screen.width-w-40)/2));
  msg.document.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">");
  msg.document.write("<html><head><title>Części - Auto-Max</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=\"http://www.autoczesci.autosowa.pl/css/fotka.css\" />");
  msg.document.write("</head><body>");
  msg.document.write("<div align=\"center\"><table cellpadding=\"0\" cellspacing=\"0\"><tr><td>");
  msg.document.write("<p style=\"text-align:left;\">"+tekst+"<br />"+opis+"</p>");
  msg.document.write("<a style=\"text-align:center;\" title=\"zamknij\" href=\"javascript:window.close();\"><img src=\"http://www.autoczesci.autosowa.pl/art/"+ url +"\" alt=\"zamknij\" /></a><br />");
  msg.document.write("<p style=\"text-align:right;\"><a href=\"javascript:window.close();\">zamknij</a></p>");
  msg.document.write("</td></tr></table></div>");
  msg.document.write("</body></html>");
  msg.document.close();
}
function mail_do_yavaho(){
imie='yavaho'
poczta='poczta.onet.pl'
  parent.location.href='mailto:'+imie+'@'+poczta+'';
}
function mail_to_firma(){
imie='czesci'
poczta='autosowa.pl'
  parent.location.href='mailto:'+imie+'@'+poczta+'';
}
