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, oemPro will redirect user to the URL with all information that has been entered. Entered information will be transferred by GET method. Result message will also be transferred with \'ResultMessage\' field name. 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 (,).'
								);
ArrayHelpMessages[6]	= Array(
								'X-Mailer Header',
								'X-Mailer header is a special header in emails which defines the name of the software you are sending by. The value shouldn\'t be so long. If you leave empty this field, oemPro will not insert x-mailer header into your emails.<br>Ex: oemPro - www.octeth.com'
								);
ArrayHelpMessages[7]	= Array(
								'Auto Purging',
								'If you set subscription type as double opt-in, then you can set a maximum duration for opt-in confirmation. If subscription does not get confirmed in the defined duration, subscription will be purged automatically. Enter \'0\' to disable'
								);
ArrayHelpMessages[8]	= Array(
								'Auto Purging',
								'If you set subscription type as double opt-out, then you can set a maximum duration for opt-out confirmation. If unsubscription does not get confirmed in the defined duration, unsubscription will be purged automatically. Enter \'0\' to disable'
								);
ArrayHelpMessages[9]	= Array(
								'Header URL',
								'Template file which will be displayed at the top. Leave blank for default template.<br>Ex: /template_top.php'
								);
ArrayHelpMessages[10]	= Array(
								'Footer URL',
								'Template file which will be displayed at the bottom. Leave blank for default template.<br>Ex: /template_bottom.php'
								);
ArrayHelpMessages[11]	= Array(
								'List Template',
								'You can customize the listing user interface according to your design standards and needs. Please do not change tempate tags and block names while customizing.'
								);
ArrayHelpMessages[12]	= Array(
								'Path To Save Data File',
								'Enter the path and filename of the data file. Do not forget to enter the path from the server root.<br>Ex: /var/www/html/my_members.csv (Linux/Unix)<br>Ex: c:/sites/my_members.csv (Windows)<br><br>Note: The location you entered must have write access for oemPro. Otherwise, file can not be created.'
								);
ArrayHelpMessages[13]	= Array(
								'Name of Mail List(s)',
								'You can create multiple mail lists with the same specification by entering each mail list on a new line. To create only one mail list, just enter its name to the first line'
								);

