/*
FILE: /htdocs/media/js/default.js
*/

function region_disabled ()
{
	alert( 'Sorry, only the Northeast and Southeast regions have been implemented for this prototype.\r\rPlease choose one of those regions to continue.' );
	return false;
}

function state_disabled ()
{
	alert( 'Sorry, only states in the Northeast and Southeast have been implemented for this prototype.\r\rPlease choose one of those states to continue.' );
	return false;
}

function topic_disabled ()
{
	alert( 'Sorry, only the "Science Education" and "Workforce Development" topics have been implemented for this prototype.\r\rPlease choose one of those topics to continue.' );
	return false;
}


