function checkForm(pop) {

	if (document.Entry.cat_id.options[document.Entry.cat_id.selectedIndex].value == "")
	{
		alert("\nYou must select your area of study.");
		return false;
	}
}