if (document.images) {
	p10 = new Image();
	p11 = new Image();
	p10.src = '/img/foto_03.jpg';
	p11.src = '/img/foto_ov_03.jpg';
	p20 = new Image();
	p21 = new Image();
	p20.src = '/img/foto_06.jpg';
	p21.src = '/img/foto_ov_06.jpg';
	e10 = new Image();
	e11 = new Image();
	e10.src = '/img/email.gif';
	e11.src = '/img/email1.gif';
	h10 = new Image();
	h11 = new Image();
	h10.src = '/img/home.gif';
	h11.src = '/img/home1.gif';
	
	pl0 = new Image();
	pl1 = new Image();
	pl0.src = '/img/pl.gif';
	pl1.src = '/img/pl1.gif';
	en0 = new Image();
	en1 = new Image();
	en0.src = '/img/en.gif';
	en1.src = '/img/en1.gif';
	de0 = new Image();
	de1 = new Image();
	de0.src = '/img/de.gif';
	de1.src = '/img/de1.gif';
}



function serwis_indywidualny() {
	//alert('indywidualny');
	document.getElementById('RodzajBudownictwa').style.display = 'block';
	document.getElementById('AdresReklamowanyKlient').style.display = 'block';
	document.getElementById('AdresReklamowanyDystrybutor').style.display = 'none';
	
}


function serwis_dystrybutor() {
	//alert('dystrybutor');
	document.getElementById('RodzajBudownictwa').style.display = 'none';
	document.getElementById('AdresReklamowanyKlient').style.display = 'none';
	document.getElementById('AdresReklamowanyDystrybutor').style.display = 'block';
	
	
}


function serwis_dokumenty(wynik) {
	if (wynik) {
		document.getElementById('DokumetyGwarancyjne').style.display = 'block';
	} else {
		document.getElementById('DokumetyGwarancyjne').style.display = 'none';
	}
}


function napis(warunek) {
	var ladowanie = document.getElementById('ladowanie');
	if (warunek==1) {
		ladowanie.innerHTML = 'kliknij, aby powiększyć..';
		ladowanie.style.display = 'block';
	} else {
		ladowanie.innerHTML = 'ładowanie zdjęcia..';
		ladowanie.style.display = 'none';
	}
}

function zmien(adres,duze,szer,wys) {
	var zdjecie = document.getElementById('zdjecie');
	var ladowanie = document.getElementById('ladowanie');
	var inc_zdjecie = document.getElementById('inc_zdjecie');
	var nowe = new Image();
	var zmien = '<img id="zdjecie" src="'+adres+'" width="200" height="150" alt="" onclick="podglad(\'/'+duze+'\','+szer+','+wys+')" />';
	inc_zdjecie.innerHTML = zmien;
	ladowanie.innerHTML = 'ładowanie zdjęcia..';
	ladowanie.style.display = 'block';
	nowe.src = adres;
	nowe.onload = function () {
    zdjecie.src = nowe.src;
		setTimeout(
			function () {
				ladowanie.style.display = 'none';
			},
			0.25*1000
		);
	}
}

function podglad(url, x, y) {
 okno = window.open("", "o", "width="+(x+18)+", height="+(y+18)+", left=100, top=25,"
   + " innerwidth="+x+", innerheight="+y+", location=0, directories=0,"
   + " scrollbars=0, menubar=0, toolbar=0, status=0, resizable=1");
 okno.document.open();
 okno.document.writeln('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"');
 okno.document.writeln('"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">');
 okno.document.writeln('<html xmlns="http://www.w3.org/1999/xhtml" ');
 okno.document.writeln('xml:lang="pl"><head><meta http-equiv="Content-type"');
 okno.document.writeln(' content="text/html; charset=iso-8859-2" />');
 okno.document.writeln('<title>Podgląd</title><style type="text/css"><!--');
 okno.document.writeln('body {margin:4px; padding:0px; background:#8D8D8D;}');
 okno.document.writeln('img {display:block; border:1px solid #666666; padding: 4px}');
 okno.document.writeln('--></style></head><body>');
 okno.document.writeln('<a href="javascript:self.close()"><img ');
 okno.document.writeln('src="'+url+'" alt="Zamknij" /></a></body></html>');
 okno.document.close();
 okno.focus();
}


function podglad1(url, x, y, xx, yy) {
 okno = window.open("", "o", "width="+(x+18)+", height="+(y+18)+", left="+xx+", top="+yy+","
   + " innerwidth="+x+", innerheight="+y+", location=0, directories=0,"
   + " scrollbars=0, menubar=0, toolbar=0, status=0, resizable=1");
 okno.document.open();
 okno.document.writeln('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"');
 okno.document.writeln('"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">');
 okno.document.writeln('<html xmlns="http://www.w3.org/1999/xhtml" ');
 okno.document.writeln('xml:lang="pl"><head><meta http-equiv="Content-type"');
 okno.document.writeln(' content="text/html; charset=iso-8859-2" />');
 okno.document.writeln('<title>Podgląd</title><style type="text/css"><!--');
 okno.document.writeln('body {margin:4px; padding:0px; background:#8D8D8D;}');
 okno.document.writeln('img {display:block; border:1px solid #666666; padding: 4px}');
 okno.document.writeln('--></style></head><body>');
 okno.document.writeln('<a href="javascript:opener.location.href=\'/42/nowo_okna_pasywne_-_profil_92.html\'; self.close()"><img ');
 okno.document.writeln('src="'+url+'" alt="Zamknij" /></a></body></html>');
 okno.document.close();
 okno.focus();
}