function checkt() {
if (fct.university.selectedIndex==0) {
alert("Select the name of the university!");
}
else {
fct.submit();
}
}
