//tekst w pasku statusu
<!--
window.status="AMBROŻY Sp. z o.o. - Naszą pasją jest rolnictwo"; 


function druk (parametr) 
{
  window.open('print.php?' + parametr,'druk','width=700,height=500,toolbars=no,resizeble="no",scrollbars=yes');
}

function foto (foto, width, height) 
{
  window.open('foto.php?foto=' + foto , 'foto' ,'width='+ width +',height=' + height + ',toolbars=no,resizeble="no",scrollbars=no');
}

function select_maszyny_fid(id)
{
	box = document.forms['select'].s_fid;
	fid = box.options[box.selectedIndex].value;
	location.href = fid;
}

function select_maszyny_mid()
{
	box = document.forms['select'].s_mid;
	mid = box.options[box.selectedIndex].value;
	location.href = mid;
}

function select_maszyny_sid()
{
	box = document.forms['select'].s_sid;
	sid = box.options[box.selectedIndex].value;
	location.href = sid;
}

function select_fid(id)
{
	box = document.forms['select'].s_fid;
	fid = box.options[box.selectedIndex].value;
	location.href = 'index.php?id=' + id + '&fid=' + fid;
}

function select_mid(id, fid)
{
	box = document.forms['select'].s_mid;
	mid = box.options[box.selectedIndex].value;
	location.href = 'index.php?id=' + id + '&fid=' + fid + '&mid=' + mid;
}

function select_sid(id, fid, mid)
{
	box = document.forms['select'].s_sid;
	sid = box.options[box.selectedIndex].value;
	location.href = 'index.php?id=' + id + '&fid=' + fid + '&mid=' + mid + '&sid=' + sid;
}

function Ukryj(id)
{
	if (document.getElementById)
	{ // DOM3 = IE5, NS6
		document.getElementById(id).style.display = 'none';
	}
	else 
	{
		if (document.layers) 
		{ // Netscape 4
			document.id.display = 'none';
		}
		else 
		{ // IE 4
			document.all.id.style.display = 'none';
		}
	}
}

function Pokaz(id)
{
	if (document.getElementById)
	{ // DOM3 = IE5, NS6
		document.getElementById(id).style.display = 'inline-block';
	}
	else 
	{
		if (document.layers) 
		{ // Netscape 4
			document.id.display = 'inline-block';
		}
		else 
		{ // IE 4
			document.all.id.style.display = 'inline-block';
		}
	}
}

function mailBiuro() {
	parent.location.href = "mailto:biuro@ambrozy.com.pl";
}

function mailKrzysztof() {
	parent.location.href = "mailto:krzysztof@ambrozy.com.pl";
}

function mailKowalczyk() {
	parent.location.href = "mailto:g.kowalczyk@ambrozy.com.pl";
}

function mailCzyzewska() {
	parent.location.href = "mailto:m.czyzewska@ambrozy.com.pl";
}

function mailPawlak() {
	parent.location.href = "mailto:s.pawlak@ambrozy.com.pl";
}

function mailPelikan() {
	parent.location.href = "mailto:t.pelikan@ambrozy.com.pl";
}

function mailGorski() {
	parent.location.href = "mailto:a.gorski@ambrozy.com.pl";
}

function mailMagrys() {
	parent.location.href = "mailto:a.magrys@ambrozy.com.pl";
}

function mailSkrzypczynski() {
	parent.location.href = "mailto:k.skrzypczynski@ambrozy.com.pl";
}

function mailSklep() {
	parent.location.href = "mailto:sklep@ambrozy.com.pl";
}

function mailJanura() {
	parent.location.href = "mailto:j.janura@ambrozy.com.pl";
}

function mailKoksanowicz() {
	parent.location.href = "mailto:ksiegowosc@ambrozy.com.pl";
}

function mailCurylo() {
	parent.location.href = "mailto:m.curylo@ambrozy.com.pl";
}

function mailOla() {
	parent.location.href = "mailto:ola@ambrozy.com.pl";
}

function mailWroblewska() {
	parent.location.href = "mailto:e.wroblewska@ambrozy.com.pl";
}

function mailWebmaster() {
	parent.location.href = "mailto:mateusz@ambrozy.com.pl";
}



//-->
