/**
  *Message常量JS
  *
  */

//正确信息
var trueMsg = "<img src='images/right.gif' border='0' align='absmiddle' />";


//用户名(注册)Msg
uNameMsg = new Array();
uNameMsg[0] = "请输入5~16个字符的用户名！";
uNameMsg[2] = "很遗憾，该帐号已被注册，请您另填一个！";
uNameMsg[3] = "用户名太长，长度为5～16位；";
uNameMsg[4] = "两次输入不一致，请从新输入！";



//注册密码Msg
regPwdMsg = new Array();
regPwdMsg[0] = "密码不能为空！";
regPwdMsg[1] = "密码太短，长度为6～32位！";
regPwdMsg[2] = "密码太长，长度为6～32位！";
regPwdMsg[3] = "密码中有特殊字符，请重新输入！";
regPwdMsg[4] = "密码不能以空格开头或结尾！";
regPwdMsg[5] = "密码不符合要求，不能包含中文！";
regPwdMsg[6] = "重复登录密码不能为空！";
regPwdMsg[7] = "您两次输入的密码不一致！";
regPwdMsg[8] = "弱";
regPwdMsg[9] = "中";
regPwdMsg[10] = "强";


//验证码Msg
chkCodeMsg = new Array();
chkCodeMsg[0] = "验证码不能为空！";
chkCodeMsg[1] = "验证码错误，请重新输入！";



//系统通讯错误Msg
modSystem = new Array();
modSystem[0] = "很抱歉，系统暂停服务，请稍后再试！";
