function validateQuizB4Submit (frm) {
	if (frm.namefrom=="" || frm.mailaddress=="") {
		alert('Fill your name and e-mail in first please!');
		return false;
	}
}
