<!--

var from = escape(document.referrer);
var query = location.search;
var colorDepth = window.screen.colorDepth;			
var res = window.screen.width + "," + window.screen.height;
var strona = location.href;
document.write("<img src='statystyka/zlicz.php?referer=" + from + "&query=" + query + "&kolory=" + colorDepth + "&rozdzielczosc=" + res + "&strona=" + strona +  "' align='middle' style='display:none'>");

var okno = null;
function otworz_intro(width, height) {
	borderless=false;
	ScrWidth = 640; ScrHeight = 480;
	if (window.screen) {ScrWidth = window.screen.width; ScrHeight = window.screen.height}
	PosX = Math.round((ScrWidth - width)/2);
	PosY = Math.round((ScrHeight - height)/2);
	if (okno != null && !document.layers) {okno.close();}
	if (borderless && !document.layers) {
		okno = window.open("", "splash", "fullscreen=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");
		okno.resizeTo(w, s);
		okno.moveTo(PosX, PosY);
	}
	else
		okno = window.open("", "splash", "menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=" + width + ",height=" + height + ",left=" + PosX + ",top=" + PosY);

	okno.document.open();
	okno.document.clear();
	okno.document.write("<HTML><HEAD><title>Przedszkole Nr 26</title></HEAD>");
	okno.document.write("<body leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0 marginwidth=0 marginheight=0><object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 width=100% height=100% id=bartos_intro><param name=movie value=bartos_intro.swf><param name=loop value=false><param name=menu value=false><param name=quality value=best><param name=scale value=noborder><param name=devicefont value=true><param name=bgcolor value=#890101><embed src=bartos_intro.swf width=100% height=100% autostart=false menu=false quality=best scale=noborder devicefont=true bgcolor=#890101 NAME=bartos_intro ALIGN=TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer></embed></object></BODY></HTML>");
	okno.document.close();
	okno.focus();	
}

function myMovie_DoFSCommand(command, args) {
	if (command == "messagebox") {
		alert(args);
	}
} 

function sprawdz() {
	if (document.formularz.nazwa_firmy.value.length == 0) 
		{
			alert("Prosimy o wypełnienie pola nazwa firmy.\n");
			document.formularz.nazwa_firmy.focus();
			return false;
		}
	if (document.formularz.imie.value.length == 0) 
		{
			alert("Prosimy o wypełnienie pola imię.\n");
			document.formularz.imie.focus();
			return false;
		}
	if (document.formularz.nazwisko.value.length == 0) 
		{
			alert("Prosimy o wypełnienie pola nazwisko.\n");
			document.formularz.nazwisko.focus();
			return false;
		}
	if (document.formularz.email.value.length == 0) 
		{
			alert("Prosimy o wypełnienie pola email.\n");
			document.formularz.email.focus();
			return false;
		}
	if (document.formularz.telefon.value.length == 0) 
		{
			alert("Prosimy o wypełnienie pola telefon.\n");
			document.formularz.telefon.focus();
			return false;
		}
	if (document.formularz.odpowiedz.value.length == 0) 
		{
			alert("Prosimy o wybranie sposobu odpowiedzi na Państwa zapytanie.\n");
			document.formularz.odpowiedz.focus();
			return false;
		}
	if (document.formularz.zapytanie.value.length == 0) 
		{
			alert("Prosimy o wypełnienie pola zapytanie.\n");
			document.formularz.zapytanie.focus();
			return false;
		}
	alert("Dziękujemy za zainteresowanie nasz± ofert±.\nWkrótce skontaktujemy się z Państwem.\n");		
	return true; 

}

var okno = null;
function powieksz(width, height, url) {
	borderless=false;
	ScrWidth = 640; ScrHeight = 480;
	if (window.screen) {ScrWidth = window.screen.width; ScrHeight = window.screen.height}
	PosX = Math.round((ScrWidth - width)/2);
	PosY = Math.round((ScrHeight - height)/2);
	if (okno != null && !document.layers) {okno.close();}
	if (borderless && !document.layers) {
		okno = window.open("", "splash", "fullscreen=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");
		okno.resizeTo(w, s);
		okno.moveTo(PosX, PosY);
	}
	else
		okno = window.open("", "splash", "menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=" + width + ",height=" + height + ",left=" + PosX + ",top=" + PosY);

	okno.document.open();
	okno.document.clear();
	okno.document.write("<HTML><HEAD><title>Przedszkole Nr 26</title></HEAD><body leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0 marginwidth=0 marginheight=0><a href='javascript:window.close()'><img src="+url+" alt='Kliknij gdziekolwiek aby zamkn±ć to okno.' border='0'></a></BODY></HTML>");
	okno.document.close();
	okno.focus();	
}

// -->
