function km_submitForm_17() {	var theForm=document.km_form_17;	var err='';	var selCount,date_current;																																						   		      										if (trim(theForm.field_145.value).length == 0)		err+='\n* F'+unescape('%F6')+'rnamn: M'+unescape('%E5')+'ste fyllas i';																																									   		      										if (trim(theForm.field_146.value).length == 0)		err+='\n* Efternamn: M'+unescape('%E5')+'ste fyllas i';																																									   		      										if (trim(theForm.field_147.value).length == 0)		err+='\n* Personnummer (tiosiffrigt): M'+unescape('%E5')+'ste fyllas i';																																									   		      										if (trim(theForm.field_148.value).length == 0)		err+='\n* Gatuadress: M'+unescape('%E5')+'ste fyllas i';																																									   		      										if (trim(theForm.field_149.value).length == 0)		err+='\n* Postnummer och ort: M'+unescape('%E5')+'ste fyllas i';																																									   		      										if (trim(theForm.field_150.value).length == 0)		err+='\n* E-postadress: M'+unescape('%E5')+'ste fyllas i';																																									   		      																																											   		      																																											   		      										if (err.length == 0)		theForm.submit();	else		alert('Fyll i'+err);}