var lang = 'eng'; //Language of user
var arr_tips = new Array(); //Holds tooltip texts
var arr_alerts = new Array(); //Holds javascript alert messages
arr_alerts['NO_USER_NAME'] = "Please enter your login name.\n";
arr_alerts['INVALID_USER_NAME'] = "login name can only contain a-z & 0-9.\nPlease choose a different login name.";
arr_alerts['NO_NICK_NAME'] = "Please enter your Nick Name.\nThis will be displayed where ever you leave a comment/message etc.";
arr_alerts['NO_PASSWORD'] = "Please enter your Password.\nPlease remember that Password is case-sensitive.";
arr_alerts['NO_CONF_PASSWORD'] = "Please retype your Password.\nIt should be exactly same as you have typed.\nPlease remember that Password is case-sensitive.";
arr_alerts['PASSWORD_MISMATCH'] = "The Password and retyped Password do not match :-( \nMake sure you type both of them correctly.";
arr_alerts['NO_EMAIL'] = "Please enter your email address.\nWe will send the account activation link to this address.";
arr_alerts['INVALID_EMAIL'] = "The email address appears to be invalid!\nPlease make sure you typed it correctly.";
arr_alerts['INVALID_WEBSITE'] = "The Website URL appears to be invalid!\nPlease make sure you typed it correctly.";
arr_alerts['INVALID_FEED'] = "The feed URL appears to be invalid!\nPlease make sure you typed it correctly.";
arr_alerts['NO_CAPTCHA'] = "Please type the numbers shown on the image.\nWe need to know that you are not a robot!";
arr_alerts['NO_AVATAR'] = "Please select an avatar for yourself.\nYou can change your avatar later on anytime you want.";
arr_alerts['NO_ACCEPT'] = "You must indicate that you have read the privacy policy/terms of use blurb";
arr_alerts['USER_NAME_AVAILABLE'] = "Congratulations!\nThe login name is available.";
arr_alerts['USER_NAME_NOT_AVAILABLE'] = "Sorry!\nSomeone else has already taken away this login name.";
arr_alerts['USER_NAME_TAKEN_AWAY'] = "Ooops! Someone was quicker than you to take away the login name you have chosen.";
arr_alerts['DUPLICATE_EMAIL'] = "Sorry! This email address cannot be used.";
arr_alerts['DUPLICATE_NICK_NAME'] = "Sorry! This Nick Name cannot be used.\nIts probably been taken.";
arr_alerts['CAPTCHA_ERROR'] = "Sorry the number you entered is incorrect.\nPlease enter the new number shown.";
arr_alerts['NO_LOGIN_USER_NAME'] = "Please enter your login name.";
arr_alerts['NO_LOGIN_PASSWORD'] = "Please enter your password.";
arr_alerts['NO_LOGIN_EMAIL'] = "Please enter your email address.";
arr_alerts['NO_LOGIN_CAPTCHA'] = "Please enter the number in the anti-robot image.";
arr_alerts['INVALID_LOGIN_PASSWORD'] = "Invalid login name or bad password. Access denied :-(";
arr_alerts['UNAVAILABLE_LOGIN_EMAIL'] = "The email address you entered could not be located :-(";
arr_alerts['CONFIRM_USERID_PASSWORD_MESSAGE'] = "Your login name and password have been sent to you by email.";
arr_alerts['ENTER_NEW_PASSWORD'] = "Please enter your New Password.";
arr_alerts['RETYPE_NEW_PASSWORD'] = "Please retype your New Password.";
arr_alerts['MISMATCH_PASSWORD'] = "The new password and retyped password do not match @.@";
arr_alerts['NO_EDIT_AVATAR'] = "Please select an Avatar from the list.\nOr upload your own file.";
arr_alerts['BANNED_EMAIL_MESSAGE'] = "";
arr_alerts['BANNED_EMAIL_REDIRECT'] = "http://dannychoo.com/thankyou.html";
arr_tips['user_name'] = "Your login name - all lowercase please";
arr_tips['nick_name'] = "The way your name is displayed on screen";
arr_tips['email'] = "We will send you an activation mail";
arr_tips['location'] = "London, Germany, India, Mars...";
arr_tips['occupation'] = "Programmer, Doctor, Bounty Hunter...";
arr_tips['captcha'] = "Please type numbers on the left...";
