// MHFA US Help/Tips Content

function infoct(id){
	switch(id){	
		case 10000: x = "Enter the email address of the user you are attempting to search for to edit, or create. The search will attempt to find the nearest match to the email address you have entered."; break;
		case 10001: x = "Enter the first name of the user you are attempting to search for to edit, or create. If unsure, try filling out the other fields."; break;
		case 10002: x = "Enter the last name of the user you are attempting to search for to edit, or create. If unsure, try filling out the other fields."; break;
		case 10003: x = "Select the type of user you want to create. This can be changed later, but a choice is required now."; break;
		case 10004: x = "Select the gender of the user you are adding, or select the - to leave blank."; break;
		case 10005: x = "A valid email address is required as future emails to this user will be sent to the supplied address."; break;
		case 10006: x = "Enter a password for this account."; break;
		case 10007: x = "Private comments are viewable only by administrators when viewing the users profile."; break;
		case 10008: x = "This will enable automated emails to be sent to the user, including a confirmational email regarding their new account."; break;
		case 10009: x = "Select 'yes' to allow this administrative user to add, edit and delete webpages on the site, or 'no' to give all other privileges except website content modification."; break;
		case 10010: x = "Enter a new password, or leave blank to keep the current password."; break;
		case 10011: x = "Confirm the new password you are setting for this account, or leave both password fields blank to keep the current password."; break;
		case 10012: x = "Enter a title for this course, or leave blank to let the system add the default title.<br /><br />The default title is recommended if this is a standard course, whereas a custom title would be more appropriate for non-standard courses / events.";
		case 10013: x = "Enter a description for this course. You can also add the default description to your description at any time by clicking the 'Insert Default' link.";
		case 10014: x = "Enter the venue where this course is being held - i.e. the room name/number and building name.";
		case 10015: x = "Enter the street address for the course venue.";
		case 10016: x = "Enter the town/city where the course is being held. This field is recommended as it will bring up this course in relevant course searches.";
		case 10017: x = "Enter the ZIP/postcode for the course venue. This field is recommended as it will bring up this course in relevant course searches.";
		case 10018: x = "Enter the state where the course is being held. This field is recommended as it will bring up this course in relevant course searches.";
		case 10019: x = "Enter the name, email address, phone number or any other contact details that you would prefer people used when getting in touch regarding this course.";
		case 10020: x = "This is the total course cost, and can be entered in any format (your entry is displayed direct to interested users, and is not used by the system).";
		case 10021: x = "Enter the maximum number of enrollments this course can accept, note that this is used only by the system to limit enrollments therefore only numbers should be entered, for example - 25.";
		case 10022: x = "INSTRUCTORS HELP";
		case 10023: x = "DATETIME HELP";
		case 10024: x = "Check this box to allow the system to display this course on the website and allow users to enroll.<br />If you are adding this course to the system but are advertising it offline and do not want people to view the course and enroll online, you should leave the box unchecked.";
		case 10025: x = "Check this box to receive email notifications when the course's status changes, and when people enroll on the course. This is recommended unless you check the website often.";
		case 10026: x = "If you have specified the maximum number of enrollments, you can check this box to allow the system to automatically remove the enrollment link off the course listing when the course is full.<br />If you would prefer to allow users to enroll even if the course is full - in case a place becomes available, etc, then leave the box unchecked.";
		default: x = 'An error has occured, please retry.'; break;
	}
	return x;
}
