var sENROL_BIG_THAN_T3ANUM = "The number of enrollment must be more than or equal to the Number Entry box of the row.";
var sT3ANUM_LESS_THAN_ENROL = "The number in the Number Entry box must be less than or equal to the enrollment of the row.";

var REQUIRED_FIELD_SUBMIT = "You did not answer all of the questions. If you want to continue to submit the survey, click OK, otherwise click Cancel.";

//var NOTE_DRAFT = "Your survey will be saved as a DRAFT only. You will receive a draft number on the next page. Please print that page or write that number down, so you can come back, finish the survey, and submit it.";

var NOTE_DRAFT = "This feature allows you to save an incomplete draft response, so you can complete and submit your information at a later time.";

var NOTE_DRAFT_WITH_NUM = "This feature allows you to save an incomplete draft response, so you can complete and submit your information at a later time. You will receive a \"draft number\" on the next page. You must have this number to access your incomplete response. Please print or write down this number.";

var ERR_INVALID_DRAFT_ID = "The draft survey number you entered is invalid.";

// Survey type short names
var SURVEY_TYPE_TEACHER		= "TQ";
var SURVEY_TYPE_PRINCIPAL	= "SQ";
var SURVEY_TYPE_PROVIDER		= "PQ";
var SURVEY_TYPE_DISTRICT		= "DQ";
	
// Survey type IDs
var SURVEY_TYPE_ID_TEACHER		= 1;
var SURVEY_TYPE_ID_PRINCIPAL	= 2;
var SURVEY_TYPE_ID_PROVIDER		= 3;
var SURVEY_TYPE_ID_DISTRICT		= 4;
var SURVEY_TYPE_ID_STATE		= 6;

// Enhancement date for 2006-2007
var FIRST_ENHANCEMENT_YEAR		= 2006;

// Enhancement date for 2007-2008
var SECOND_ENHANCEMENT_YEAR		= 2007;

//Question type 2
var ONE_ANSWER_QUESTION			= 1;
var COMMENT_QUESTION			= 3;
var MULTIPLE_QUESTION			= 4;

// MD provider users need to be assigned to a district (>=2007-2008)
var STATE_PROVIDER_UNIQUE_DISTRICT = "MD";

// Error Message
var ERROR_SEND_DATA_FAILED 			= "An error occurred while sending data.";

// Ajax parameters
var COMMAND_UNLOCK_SURVEY					= 100;

var MSG_SURVEY_IN_USE = "The survey is in use by another user. You can't take the survey at this time.";

var MSG_SURVEY_SUBMITTED = "The survey has been completed. You can't take the survey again.";