
var aRegisterFree = 
	new Array (
		//'1 month - 8 EUR', 
		//'2 months - 16 EUR', 
		//'3 months - 24 EUR', 
		//'4 months - 32 EUR', 
		//'6 months - 40 EUR', 
		//'12 months - 72 EUR'
		'12 months - 40 EUR'
	)
	
var aRegisterPay = 
	new Array (
		//'1 month - 50 EUR', 
		//'6 months - 300 EUR', 
		//'12 months - 480 EUR'
		'12 months - 149 EUR'
	)	
	
	
var aErrorAlert = 
	new Array (
		'Name and surname or Company name', 
		'Fields "Password" and "Password confirmation" must be identical', 
		'Password', 
		'Country', 
		'Region/city', 
		'Adress', 
		'ZIP code', 
		'Telephone number', 
		'Correct e-mail address', 
		'Confirm that you agree with the Terms of use', 
		'You have not entered all necessary data.\nPlease, fill them in', 
		'Password has to consist of at least 6 characters', 
		'Password has to contain at least one capital letter', 
		'Password has to contain at least one lower case letter', 
		'Password has to contain at least one letter', 
		'Password has to contain at least one number', 
		'Password must not contain spaces', 
		'Name and last name', 
		'Company', 
		'Message'
	)	
	
	
var aAdminError = 
	new Array (
		'Name of the model', 
		'Name of the manufacturer', 
		'Location', 
		'Year built', 
		'Price', 
		'Name and surname or Company name', 
		'Correct password', 
		'Username', 
		'Password',
		'LOA (m)'
	)			




	
	






