<!--
              
function galeria( dzial, src, w, h) {
   msg=window.open( "http://www.uandrzeja.pl/ahonen/zdjecia/galeria.php?id="+dzial+"&amp;"+"zdjecie="+src, src,"toolbar=no,width="+(w+1)+",height="+(h+1)+",location=no,directories=no,status=no,scrollbars=yes,resizable=no,menubar=no")
}

function powieksz( dzial, src, w, h) {
   msg=window.open( "http://www.uandrzeja.pl/ahonen/powieksz.php?dzial="+dzial+"&amp;"+"id="+src, src,"toolbar=no,width="+(w+1)+",height="+(h+1)+",location=no,directories=no,status=no,scrollbars=no,resizable=no,menubar=no")
}

function popup(url, width, height) {
        var Win = window.open(url,"popup",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no' );
}

	function xxx( str )
	{
		result = true;
		firstchar = str.charAt(0);
		for ( var i=0; i < str.length; i++ )
		{
			if ( str.charAt(i) != firstchar )
			{ result = false }
		}
		return result;
	}

	function chkform4()
	{

		var email       = document.newsletter_pr.email.value;

		
		if ( (email.length < 6) ||
		(email.indexOf('@') < 1) ||
		(email.indexOf('.') == -1 ) )
		{
			alert("Podaj adres e-mail");
			document.newsletter_pr.email.focus();
			return false;
		}
		return true;
  	}
//-->