﻿function licz(pole,max)
{
pole.value = pole.value.substr(0,max);
}

function okno(url, width, height) 
{
	var Win = window.open("blank.php", "Tessa", 'width=' + width + ', height=' + height + ', resizable=0, scrollbars=never, menubar=no' );
	Win.document.write('<HTML><HEAD><TITLE>Tessa</TITLE></HEAD>');
	Win.document.write('<BODY topmargin=0 leftmargin=0><font size="1" face="Verdana" color="#000000"><center>');
	Win.document.write('<img src="images/' + url + '" border="0" />');
	Win.document.write('</body></center>');
	Win.document.close();
	Win.focus();
}

function okno (url, width, height) 
{
	var Win = window.open("blank.php", "KARCZMA-SOLE", 'width=' + width + ', height=' + height + ', resizable=0, scrollbars=never, menubar=no' );
	Win.document.write('<HTML><HEAD><TITLE>KARCZMA-SOLE</TITLE></HEAD>');
	Win.document.write('<BODY topmargin=0 leftmargin=0><font size="1" face="Verdana" color="#000000"><center>');
	Win.document.write('<center><img src="' + url + '"></center>');
	Win.document.write('</body></center>');
	Win.document.close();
	Win.focus();
}
