function km_submitForm_7() {	var theForm=document.km_form_7;	var err='';	var selCount,date_current;																																										   		      										if (trim(theForm.field_53.value).length == 0)		err+='\n* F'+unescape('%F6')+'rnamn: M'+unescape('%E5')+'ste fyllas i';																																													   		      										if (trim(theForm.field_54.value).length == 0)		err+='\n* Efternamn: M'+unescape('%E5')+'ste fyllas i';																																													   		      																																															   		      																																															   		      										if (trim(theForm.field_57.value).length == 0)		err+='\n* Gatuadress: M'+unescape('%E5')+'ste fyllas i';																																													   		      										if (trim(theForm.field_58.value).length == 0)		err+='\n* Postnummer och ort: M'+unescape('%E5')+'ste fyllas i';																																													   		      										if (trim(theForm.field_96.value).length == 0)		err+='\n* Land: M'+unescape('%E5')+'ste fyllas i';																																													   		      										if (!isValid('email',trim(theForm.field_52.value)))		err+='\n* E-postadress: Ogiltlig';																																												   		      																																															   		      																																															   		      																																															   		      										if (err.length == 0)		theForm.submit();	else		alert('Fyll i'+err);}