// JavaScript Document

	function phpads_deliverActiveX(content)
	{
		document.write(content);	
	}
 
	function info()
	{
		window.open('./includes/wyslij.php','','toolbar=no,menubar=no,scrollbars=no,resizable=no,status=no,left=400,top=140,height=200,width=272');
	}
	
	function PokazAdresDoreczenia() 
	{
		document.getElementById("adresDoreczenia").style.display = "none";
 	}

	function UkryjAdresDoreczenia() 
	{
 		document.getElementById("adresDoreczenia").style.display = "";
	}
	
	function PokazUkryjAdresDoreczenia()
	{
		//checkContent = ContentState;
		if(document.getElementById("adresDoreczenia").style.display = "none") {
		document.getElementById("adresDoreczenia").style.display = "";
		} else {
			document.getElementById("adresDoreczenia").style.display = "none";
		}
	}

