function img(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=\"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=\"img.php?foto="+ url +"\" width=\""+ w +"\" height=\""+ h +"\" 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 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=\"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=\"art/"+ url +"\" width=\""+ w +"\" height=\""+ h +"\" 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 fotka(w,h,url,tekst,opis) {
  msg=open("","",'width='+(w+40)+',height='+(h+60)+',resizable=1,scrollbars=yes,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>"+tekst+"</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/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+" - "+opis+"</p>");
  msg.document.write("<a style=\"text-align:center;\" title=\"zamknij\" href=\"javascript:window.close();\"><img src=\""+ url +"\" width=\""+ w +"\" height=\""+ h +"\" 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+'';
}


function visible(id) {
 document.getElementById(id).style.visibility='visible';
}

function hidden(id) {
 document.getElementById(id).style.visibility='hidden';
}

function konsultant(i) {
 if (i==0) clearInterval(consI);
 if (consH==0){
  consH=1;
  hidden('kons_kontakt');
  visible('kons_godz');
 }else{
  consH=0;
  hidden('kons_godz');
  visible('kons_kontakt');
 }
}

var consH=0;
var consI=0;
window.onload = function() {
  consI=setInterval("konsultant(1)",6000);
};