// JavaScript Document
function popUp(URL) {
	window.open(URL,"biurokwater","toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=350,height=220,left=465,top=305");	
}

function drukuj(URL) {
	window.open(URL,"biurokwater","toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=0,width=450,height=420,left=265,top=150");	
}