/* */

function lgn() {
	if (document.tour.tournme.value == ""||document.tour.tournme.value==null) {
		alert("U vergat uw loginnaam in te vullen. Probeer nogmaals.");
		document.tour.tournme.focus;
		return false;
	}
	if (document.tour.tourpss.value == ""||document.tour.tourpss.value==null) {
		alert("U vergat uw wachtwoord in te vullen. Probeer nogmaals.");
		document.tour.tourpss.focus;
		return false;
	} 
	
	return true;
}