function bid(el) {
	return document.getElementById(el);
}
function clear_value(pole,wart) {
	if (bid(pole).value==wart) {
		bid(pole).value="";
	}
}

function set_value(pole,wart) {
	if (bid(pole).value=="") {
		bid(pole).value=wart;
	}
}

function clear_value_txt(pole,wart) {
	if (bid(pole).innerHTML==wart) {
		bid(pole).innerHTML="";
	}
}

function set_value_txt(pole,wart) {
	if (bid(pole).innerHTML=="") {
		bid(pole).innerHTML=wart;
	}
}

function mapa_dojazdu(){
	window.open('/mapa_dojazdu.html','MapaDojazdu','resizable=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,fullscreen=no,dependent=no,width=503,height=394');
}

function zamow_wizyte(){
	window.open('/zamow_wizyte.html','zamowwizyte','resizable=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,fullscreen=no,dependent=no,width=405,height=500');
}

//function zmianaLnkMenu(imgl,gfxl,imgr,gfxr){
//	document.getElementById(imgl).setAttribute('src',gfxl);
//	document.getElementById(imgr).setAttribute('src',gfxr);
//}

//function drukuj_fv(id_fv){
//	window.open('/drukuj_fv/'+id_fv+'.html','faktura','width=480,height=600,scrollbars=yes,resizable=yes,status=yes,menubar=no');
//}

//function okno_mapa_zas(){
//	window.open('/mapa_zasiegu.html','Mapa','width=828,height=425,scrollbars=no,resizable=no,status=no,menubar=no');
//}

//function okno_gfx(plik, sze, wys){
//	window.open('/gfx_news/'+plik+'.html','grafika','width='+sze+',height='+wys+',scrollbars=no,resizable=no,status=no,menubar=no');
//}

function formularz(){
	window.open('/formularz.html','Kontakt','width=405,height=403,scrollbars=no,resizable=no,status=no,menubar=no');
}

// przemienia przy rejestracji uzytkownika konto prywatne/firmowe
/*
function switchbox(id) {
	var bloki = new Array('prywatne','firmowe');
	for (i = 0; i < bloki.length; i++) {
		if (i != id) {
			document.getElementById(bloki[i]).style.display = 'none';
		} else {
			document.getElementById(bloki[i]).style.display = 'block';
		}
	}
}

function fotka_big(foto) {
	window.open('/photo/'+foto+'/zdjecie.html','fotka','width=620,height=510,scrollbars=no,resizable=no,status=yes,menubar=no');
}

function ogloszenie_big(nr_foto, id_oglosz) {
	window.open('/photo_ogl/'+nr_foto+'/'+id_oglosz+'/zdjecie.html','fotka','width=620,height=494,scrollbars=no,resizable=no,status=yes,menubar=no');
}

function fotka(fotka) {
	window.open(fotka,'fotka','width=620,height=494,scrollbars=no,resizable=no,status=yes,menubar=no');
}

function potwierdzenie2(pytanie,pytanie2){
	if (confirm(pytanie)) {
		if (confirm(pytanie2)) {
			return true;
		} else {
			return false;
		}
		return true;
	} else {
		return false;
	} 
	return true;
}

*/
