		function przelacz(id,how){
			var tb2 = document.getElementById(id);
			tb2.style.display=how; 
		}
		
		function pobierz_danez(){ 
			document.form7461.ff_name.value=document.form7461.f_name.value;
			document.form7461.ff_kod1.value=document.form7461.f_kod1.value;
			document.form7461.ff_kod2.value=document.form7461.f_kod2.value;
			document.form7461.ff_town.value=document.form7461.f_town.value;
			document.form7461.ff_street.value=document.form7461.f_street.value;
			document.form7461.ff_nr.value=document.form7461.f_nr.value;
		}
		
		function pobierz_danew(){ 
			if(document.form7461.f_adreswysylki[0].checked){
				document.form7461.ff_name.value=document.form7461.f_name.value;
				document.form7461.ff_kod1.value=document.form7461.f_kod1.value;
				document.form7461.ff_kod2.value=document.form7461.f_kod2.value;
				document.form7461.ff_town.value=document.form7461.f_town.value;
				document.form7461.ff_street.value=document.form7461.f_street.value;
				document.form7461.ff_nr.value=document.form7461.f_nr.value;
			}
			else{
				document.form7461.ff_name.value=document.form7461.fw_name.value;
				document.form7461.ff_kod1.value=document.form7461.fw_kod1.value;
				document.form7461.ff_kod2.value=document.form7461.fw_kod2.value;
				document.form7461.ff_town.value=document.form7461.fw_town.value;
				document.form7461.ff_street.value=document.form7461.fw_street.value;
				document.form7461.ff_nr.value=document.form7461.fw_nr.value;
			}
		}
		
		function clear_all(){ 
			document.form7461.ff_name.value='';
			document.form7461.ff_kod1.value='';
			document.form7461.ff_kod2.value='';
			document.form7461.ff_town.value='';
			document.form7461.ff_street.value='';
			document.form7461.ff_nr.value='';
		}
		
		function spamoff(user,host,subject) {
			if ( arguments.length == 3 ) {
				locationstring = "mailto:"+user+"@"+host+"?subject="+subject;
			} else {
				locationstring = "mailto:"+user+"@"+host;
			}
			window.location=locationstring;
		}