function checkF() {
missinginfo = "";
	if ((document.kont_mod.Hemsidor.checked == 0)&&(document.kont_mod.Flash.checked == 0)&&(document.kont_mod.Publcverkt.checked == 0)&&(document.kont_mod.E_handel.checked == 0)&&(document.kont_mod.Intmarknf.checked == 0)&&(document.kont_mod.Annat.checked == 0)) {
		missinginfo += "\n - Du har inte fyllt i det du är intresserad av";
	}
	if (document.kont_mod.Namn.value == "") {
		missinginfo += "\n - Du har inte fyllt i ditt namn";
	}
	/*if (document.kont_mod.Epost.value == "") {
		missinginfo += "\n - Du har glömt fylla i din e-postadress";
	}*/
	if ( 			
			( document.kont_mod.Epost.value.search("@") == -1 ) 
			|| 
			( document.kont_mod.Epost.value.search("[.*]" ) == -1 ) 
			) {
				missinginfo += "\n - Du har inte fyllt i din e-postadress";				
			} else if ( 
			( document.kont_mod.Epost.value.search(";") != -1 ) 
			|| 
			( document.kont_mod.Epost.value.search(",") != -1 ) 
			|| 
			( document.kont_mod.Epost.value.search(" ") != -1 ) 
			) {
			missinginfo += "\n - Du kan bara fylla i en e-postadress";
			}
				
	if (document.kont_mod.Telefon.value == "") {
		missinginfo += "\n - Du har inte fyllt i ditt telnr";
	}	
	if (missinginfo != "") {
	missinginfo =missinginfo +"\n\nFyll i uppgifterna och försök igen.";
	alert(missinginfo);
		return false;
	} else {
		return true;
	}
}
// för intresseformuläret webbshop
function checkF_intr() {
missinginfo = "";	
	if (document.ChronoContact_webbshop_intr.Namn.value == "") {
		missinginfo += "\n - Du har inte fyllt i ditt namn";
	}
	if ( 			
			( document.ChronoContact_webbshop_intr.Epost.value.search("@") == -1 ) 
			|| 
			( document.ChronoContact_webbshop_intr.Epost.value.search("[.*]" ) == -1 ) 
			) {
				missinginfo += "\n - Du har inte fyllt i din e-postadress";				
			} else if ( 
			( document.ChronoContact_webbshop_intr.Epost.value.search(";") != -1 ) 
			|| 
			( document.ChronoContact_webbshop_intr.Epost.value.search(",") != -1 ) 
			|| 
			( document.ChronoContact_webbshop_intr.Epost.value.search(" ") != -1 ) 
			) {
			missinginfo += "\n - Du kan bara fylla i en e-postadress";
			}
				
	if (document.ChronoContact_webbshop_intr.Telefon.value == "") {
		missinginfo += "\n - Du har inte fyllt i ditt telnr";
	}	
	if (missinginfo != "") {
	missinginfo =missinginfo +"\n\nFyll i uppgifterna och försök igen.";
	alert(missinginfo);
		return false;
	} else {
		return true;
	}
}
// för intresseformulär total start
function checkF_intr2() {
missinginfo = "";	
	if (document.ChronoContact_totalstart_intr.Namn.value == "") {
		missinginfo += "\n - Du har inte fyllt i ditt namn";
	}
	if ( 			
			( document.ChronoContact_totalstart_intr.Epost.value.search("@") == -1 ) 
			|| 
			( document.ChronoContact_totalstart_intr.Epost.value.search("[.*]" ) == -1 ) 
			) {
				missinginfo += "\n - Du har inte fyllt i din e-postadress";				
			} else if ( 
			( document.ChronoContact_totalstart_intr.Epost.value.search(";") != -1 ) 
			|| 
			( document.ChronoContact_totalstart_intr.Epost.value.search(",") != -1 ) 
			|| 
			( document.ChronoContact_totalstart_intr.Epost.value.search(" ") != -1 ) 
			) {
			missinginfo += "\n - Du kan bara fylla i en e-postadress";
			}
				
	if (document.ChronoContact_totalstart_intr.Telefon.value == "") {
		missinginfo += "\n - Du har inte fyllt i ditt telnr";
	}	
	if (missinginfo != "") {
	missinginfo =missinginfo +"\n\nFyll i uppgifterna och försök igen.";
	alert(missinginfo);
		return false;
	} else {
		return true;
	}
}
// för intresseformulär make over
function checkF_intr3() {
missinginfo = "";	
	if (document.ChronoContact_makeover_intr.Namn.value == "") {
		missinginfo += "\n - Du har inte fyllt i ditt namn";
	}
	if ( 			
			( document.ChronoContact_makeover_intr.Epost.value.search("@") == -1 ) 
			|| 
			( document.ChronoContact_makeover_intr.Epost.value.search("[.*]" ) == -1 ) 
			) {
				missinginfo += "\n - Du har inte fyllt i din e-postadress";				
			} else if ( 
			( document.ChronoContact_makeover_intr.Epost.value.search(";") != -1 ) 
			|| 
			( document.ChronoContact_makeover_intr.Epost.value.search(",") != -1 ) 
			|| 
			( document.ChronoContact_makeover_intr.Epost.value.search(" ") != -1 ) 
			) {
			missinginfo += "\n - Du kan bara fylla i en e-postadress";
			}
				
	if (document.ChronoContact_makeover_intr.Telefon.value == "") {
		missinginfo += "\n - Du har inte fyllt i ditt telnr";
	}	
	if (missinginfo != "") {
	missinginfo =missinginfo +"\n\nFyll i uppgifterna och försök igen.";
	alert(missinginfo);
		return false;
	} else {
		return true;
	}
}
// för intresseformulär snabbstart
function checkF_intr4() {
missinginfo = "";	
	if (document.ChronoContact_snabbstart_intr.Namn.value == "") {
		missinginfo += "\n - Du har inte fyllt i ditt namn";
	}
	if ( 			
			( document.ChronoContact_snabbstart_intr.Epost.value.search("@") == -1 ) 
			|| 
			( document.ChronoContact_snabbstart_intr.Epost.value.search("[.*]" ) == -1 ) 
			) {
				missinginfo += "\n - Du har inte fyllt i din e-postadress";				
			} else if ( 
			( document.ChronoContact_snabbstart_intr.Epost.value.search(";") != -1 ) 
			|| 
			( document.ChronoContact_snabbstart_intr.Epost.value.search(",") != -1 ) 
			|| 
			( document.ChronoContact_snabbstart_intr.Epost.value.search(" ") != -1 ) 
			) {
			missinginfo += "\n - Du kan bara fylla i en e-postadress";
			}
				
	if (document.ChronoContact_snabbstart_intr.Telefon.value == "") {
		missinginfo += "\n - Du har inte fyllt i ditt telnr";
	}	
	if (missinginfo != "") {
	missinginfo =missinginfo +"\n\nFyll i uppgifterna och försök igen.";
	alert(missinginfo);
		return false;
	} else {
		return true;
	}
}