function otworzokno(id,fotonr) {
	nowin=window.open("oferta_window.php?id=" + id + "&fotonr=" + fotonr + "","okienko2","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,fullscreen=no,channelmode=no,width=510,height=560,top=0,left=0");
	nowin.focus();
}
function bookmarkit(){
	window.external.addFavorite('http://www.rolnicze.pl/index.php','AGROKOM - Ciągniki i Maszyny Rolnicze')
}
function komunikat(komunik) {
	nowin=window.open("","okien","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,fullscreen=no,channelmode=no,width=300,height=100,top=200,left=340");
	nowin.document.open(); 
	nowin.document.write("<HTML><head><meta name=robots content=\"noindex, nofollow\"><title>Komunikat</title><link rel=\"stylesheet\" href=\"../style.css\" type=\"text/css\"></head><body marginheight=\"0\" marginwidth=\"0\" bottommargin=\"0\" leftmargin=\"0\" rightmargin=\"0\" topmargin=\"0\"><table height=\"100%\" width=\"100%\" align=\"center\" valign=\"top\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td height=\"100%\" width=\"100%\" class=\"opis\" style=\"color:black\" align=\"center\">"+komunik+"</td></td></tr></table></body></HTML>")
	nowin.document.close();
	nowin.focus();
}
function mapa() {
	nowin=window.open("","okienko","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,fullscreen=no,channelmode=no,width=515,height=400,top=100,left=200");
	nowin.document.open(); 
	nowin.document.write("<HTML><head><meta name=robots content=\"noindex, nofollow\"><title>Mapka dojazdu</title></head><body marginheight=\"0\" marginwidth=\"0\" bottommargin=\"0\" leftmargin=\"0\" rightmargin=\"0\" topmargin=\"0\"><table height=\"100%\" width=\"100%\" align=\"center\" valign=\"top\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td height=\"100%\" width=\"100%\"><img src=\"img/mapa.gif\"></td></td></tr></table></body></HTML>")
	nowin.document.close();
	nowin.focus();
}