function dataCheck()
{
	if(document.forms["pkv"].elements["tx_t4tproof_request[occupational_group]"].value == "-" || document.forms["pkv"].elements["tx_t4tproof_request[occupational_group]"].value == "none")
	{
		alert("Bitte wählen Sie Ihre Berufsgruppe aus");
		return false
	}
	if(document.forms["pkv"].elements["tx_t4tproof_request[sex]"].value == "-" || document.forms["pkv"].elements["tx_t4tproof_request[sex]"].value == "none")
	{
		alert("Bitte wählen Sie Ihr Geschlecht aus.");
		return false
	}
	if(document.forms["pkv"].elements["tx_t4tproof_request[years_of_birth]"].value == "-" || document.forms["pkv"].elements["tx_t4tproof_request[years_of_birth]"].value == "none")
	{
		alert("Bitte wählen Sie Ihr Geburtsjahr aus.");
		return false
	}
}