﻿function GlobalMessage() 
{      
	
     this.EMPTY_DATA="Please enter the data"
     this.EMPTY_TITLE="Please enter the title"
     this.EMPTY_NAME="Please enter the name"      
     this.EMPTY_CONTENTS="Please enter the content"
     this.EMAIL_ERROR="Please enter the correct e-mail address"
     this.EMPTY_SEARCH="Please enter the keyword"
     this.NOTEQUALPASS="Please enter the correct password"
     this.EMPTY_MAIL="Please enter your e-mail address"
     this.INSERT_OK="Registration succeeded"
     this.EXIST_EVENT="You have already applied for this event"  
     this.RESULTING_EVENT="Please wait for the result"  
                    
     this.EMAIL_RULE = "Please enter the correct e-mail address"
     this.CONFIRM_JOIN = "Do you want to register?" 
     this.CONFIRM_UPDATE = "Do you want to update your information?" 
        
     this.CONFIRM_SAVE = "Do you want to save?"
     this.CONFIRM_DEL = "Do you want to delete?" 
        
        
     this.NEWSLETTER_JOIN_MEMBER = "To receive updates about Hankook tire, login and check ‘Y’ for newsletter signup in changing personal info. page. Do you want to login now?"
     this.NEWSLETTER_JOIN_SUCCESS = "Registration succeeded"
     this.NEWSLETTER_JOIN_EXIST = "You have already registered with our newsletter service" 
     
     this.NEWSLETTER_CANCEL_MEMBER = "To cancel the newsletter service, login and check ‘N’ for newsletter signup in changing personal info. page. Do you want to login now"
     this.NEWSLETTER_CANCEL_SUCCESS = "Your cancellation has been succeeded"
     this.NEWSLETTER_CANCEL_NOT_EXIST = "You have not been registered" 
     
     this.FIRST_NAME = "Please enter the first name"

     this.LAST_NAME = "Please enter the last name"
     this.LOCATION_CONTINENT = "Please select the continent"
     this.LOCATION_COUNTRY = "Please select the country"
     this.NOT_FOUND_EQUAL = "The information does not match. Please enter the correct information" 
      
     this.EMPTY_MAIL="Please enter the e-mail(ID) address"
     this.EMPTY_PASSWORD="Please enter the password"
     
     this.CHECK_MAIL = "Please check if your e-mail address is available to use"
     this.SAME_PASSWORD = "Please check your password"
     this.EMAIL_UNAVAILABLE = "This e-mail address is currently in use, please try another e-mail address"
        this.EMAIL_AVAILABLE = "This e-mail address is available to use"
     
     this.ATLEAST_6DIGIT = "Please enter at least 6 digits" 

     this.EMPTY_TELEPHONE = "Please enter your telephone number"
     this.RULE_PASSWORD = "Please enter alphanumeric digits"
     this.EMPTY_BIRTH = "Please enter your birthday"
     this.RULE_BIRTH_MONTH = "The number must be between 1 ~ 12" 
     this.RULE_BIRTH_DAY = "The number must be between 1 ~ 31"
     this.RULE_BIRTH_YEAR = "Please enter the correct year"
     this.RULE_NUMBER = "You can only enter numbers"
     
     this.ERROR_IDNOTEXIST = "This e-mail does not exist. Please try again. "
     this.ERROR_PWDNOTEXIST = "Your information does not match. Please enter the correct information "
     this.RULE_NUMBER = "You can only enter numbers"
     this.NOT_FOUND_PASSWORD = "Please enter the correct password"
     this.WITHDRAW_SUCCESS = "Withdrawal has been succeeded "
     this.CONFIRM_WITHDRAW = "Do you want to withdraw?  "
     this.LOGINFALSE="To use this service, you must log in.\n Do you want to log in?"
     this.ADDFAVORITE_TIRE ="It has been saved" 
    	
	
}	
var hantamsg =new GlobalMessage();

