
var tabValidate = "You need to read and accept the Terms of Service to use SaiJai.net. "; 
var tabName =  "Firstname. " ; 
var tabSName = "Lastname. "; 
var tabPhone = "Telephone Number. "; 
var tabUserName = "Username. "; 
var tabPwd = "Password. "; 
var tabVerPwd = "Type Password again. "	; 
var tabCmd = "Please fill in " ; 
var tabUserErrAlert = "Username must be 4-16 characters long. "; 
var tabUserIncludeAlert = "Username must consist of A-Z, a-z, or 0-9 characters only. "; 
var tabPwdLengthAlert = "Password must be 4-8 characters long. "
var tabPwdIncludeAlert = "Password must consist of A-Z, a-z, or 0-9 characters only. "; 
var tabVerSameAlert = "You need to retype the same password. "; 
var tabNameIncludeAlert = "Firstname must consist of A-Z, a-z characters only. "; 
var tabSNameIncludeAlert = "Lastname must consist of A-Z, a-z characters only.";
var tabPhoneAlert = "Please enter your phone number."; 
var tabEmailAlert = "Please check your email address; its format seems not to be a valid email address."; 			
var tabTermAlert = "Please read and accept our Terms of Service to use SaiJai.net."; 		
var tabCreditAlert = "Please select your method of payment: SaiJai Card or other methods.";
var tabCpnSerial = "Please fill in your SaiJai Card ID and Code.";
var tabMemberTypeAlert = "You have selected this membership:  ";
var tabDateAlert = " membership which will expire on "; 
var tabFullStop = "."; 
var tabDataCmdAlert =  "Please enter the following information:  " ; 
var tabPasswordAlert = "Password must be 4-8 characters long. ";


var tabQuestion = "Question "; 
var tabAnswer = "Answer "; 

var tabQMemberAlert = "Please choose the answer.";
var tabTrialLoginAlert = "We cannot find the username you entered. Please check your spelling or choose a new username to sign-up.  If you choose a new username, at the end of the sign-up process, you need to install the SaiJai program on your child's computer.";
var tabIsMemberAlert = "You were our member already.  You can login by fill in your Username and Password in the first page.";

var tabCampaignDayAlert = "You can use SaiJai to ";
var tabPayType_bank = " when paid by a bank transfer ";
var tabPayType_credit = " when paid by a credit card";
var tabPayType_all = " when paid by another";

var defAlert = "Do you want to revert to the default settings? (You will lose any changes you have made.) "; 
var allowAlert = "Do you want to allow the activity all the time? (You will lose any changes you have made.) "; 
var prohibitAlert = "Do you want to disallow the activity all the time? (You will lose any changes you have made.) "; 

var tblAlertEmailRpt = " Please enter your email address by going to the Profile Menu first. "; 

var graphWeb = '5 Most Visited Website Graph'; 
var graphWebBlock = '5 Most Visited Website Graph (Block Website)'; 
var graphChat = '5 Most Chats Graph'; 
var graphGame1 = '5 Most Times Playing Game Graph'; 
var graphGame2 = '5 Most Long Term Game Graph'; 

var dateAlert1 = 'Invalid Format date. Please choose from calendar.';
var dateAlert2 = 'Your interval is incorrect. Please enter again';

var confirmAlert1 = 'Are you sure you want to remove activity log last 7 days?';
var confirmAlert2 = 'Are you sure you want to remove activity log last 30 days?';

var checkDateAlert1 = "Please check your date; its invalid";
var checkDateAlert2 = "Please check your day, it must be number only";
var checkDateAlert3 = "Please check your month, it must be number only";
var checkDateAlert4 = "Please check your year, it must be number only";
var checkDateAlert5 = "Please check your month, it must between 1 and 12";
var checkDateAlert6 = "Please check your day, it must between 1 and 31";
var checkDateAlert7 = "Please check your day, it must between 1 and 30";
var checkDateAlert8 = "Please check your day, it must over 0";
var checkDateAlert9 = "Please check your day, it must not over 29";
var checkDateAlert10 = "Please check your day, it must not over 28";


/* **********calendar **********/
var gotoString = "Now "; 
var todayString = "Today is "; 
var Jan = "January"; 
var Feb = "February";
var Mar = "March";
var Apr = "April";
var May = "May";
var Jun = "June";
var Jul = "July";
var Aug = "August";
var Sep = "September";
var Oct = "October";
var Nov = "November";
var Dec = "December"; 
var Sun = "Sun";
var Mon = "Mon";
var Tue = "Tue";
var Wed = "Wed";
var Thu = "Thu";
var Fri = "Fri";
var Sat = "Sat"; 
var FSun = "Sunday";
var FMon = "Monday";
var FTue = "Tuesday";
var FWed = "Wednesday";
var FThu = "Thursday";
var FFri = "Friday";
var FSat = "Saturday"; 
var Ti = " on "; 

