var ArrayHelpMessages = new Array();

ArrayHelpMessages[0]	= Array(
								'Name',
								'Name of the mail list. Try to name related about the topic of the mail list'
								);
ArrayHelpMessages[1]	= Array(
								'Custom Field Titles',
								'Enter the title of the custom field. If you are going to create multiple custom fields with this type, you can write title on each line for fast creating.<br>Example:<br>Name<br>Surname<br>Comments'
								);
ArrayHelpMessages[2]	= Array(
								'Redirect URL',
								'You have two options to create a screen. Creating it in HTML editor or entering the URL of the page. If you enter the URL, eMailManagement will redirect user to the URL. If you create the screen in HTML editor, it will display the screen.<br>Example:<br>http://www.mysite.com/success.html'
								);
ArrayHelpMessages[3]	= Array(
								'Subscription Commands',
								'The subscription command texts which will be searched in the subject field of the emails. You can define more than one commands seperating them with comma (,).'
								);
ArrayHelpMessages[4]	= Array(
								'UnSubscription Commands',
								'The unsubscription command texts which will be searched in the subject field of the emails. You can define more than one commands seperating them with comma (,).'
								);
ArrayHelpMessages[5]	= Array(
								'Password Reminder Commands',
								'The password reminder command texts which will be searched in the subject field of the emails. You can define more than one commands seperating them with comma (,).'
								);
