// JavaScript Document
/*
	A	-	Admin Section Message.
	M	-	Main Site Message.
	
		B	-	Blank Field.
		I	-	Invalid Field.
		O	-	Other validation.
*/
	// Message variavles for Admin Section.
	var MB_USERNAME				= "Please enter username";	
	var MB_FIRSTNAME			= "Please enter first name";
	var MB_LASTNAME				= "Please enter last name";
	var MB_CONPASS				= "Please enter confirm Password";	
	var MB_PASS					= "Please enter password";
	var MB_PASSOLD				= "Please enter old password";
	var MB_PASSNEW				= "Please enter new password";	
	var MB_PASSMISMATCH			= "Passwords typed do not match, please re-enter your passwords";	
	var MB_PASSSAME 			= "Old and new passwords are the same.";
	var MB_METATITLE			= "Please enter meta title";
	var MB_PAGENAME				= "Please select page name";	
	var MB_PAGECONTENT			= "Please enter page content";	
	var MB_QAQUESTION			= "Please enter question";	
	var MB_QAANSWER				= "Please enter answer";	
	var MB_ADDRESS1				= "Please enter address1";	
	var MB_CITY					= "Please enter city name";	
	var MB_STATE				= "Please select state name";	
	var MB_PHONE				= "Please enter phone no";	
	var MB_USERTYPE				= "Please select user type";	
	var MB_MEMBERTYPE			= "Please select member type";
	var MB_DESIGNERNAME			= "Please enter username";
	var MB_DESIGNERSTATUS		= "Please select status of plan";
	var MB_EMAIL				= "Please enter Email address";	
	var MB_USERNAMESELECT		= "Please select the username";	
	var MB_BUILDERS				= "Please select the builder name";
	
	
	var MB_GENDER				= "Please select gender";	
	var MB_COUNTY				= "Please select county name";	
	var MB_ZIP					= "Please enter zip code";
	var MB_STATUS				= "Please select status of user";
	var MB_SELECTOPTION			= "Please select option";
	var MB_COMPANYNAME			= "Please enter company name";
	var MB_COMPANYADDRESS		= "Please enter company address";
	var MB_DIRECTORY			= "Please select directory option";
	
	var MB_CATEGORYNAME			= "Please select category name";			
	var MB_PHONENO				= "Please enter phone number";
	var MB_FEATUREDPLAN			= "Please enter featured plan";
	var MB_HOUSEWIDTH			= "Please enter house width";
	var MB_HOUSEDEPTH			= "Please enter house depth";					
	var MB_TOTALSIZE			= "Please enter total size";					
	var MB_IMAGE				= "Please browse image";					
	var MB_SDESCRIPTION			= "Please enter short description";					
	var MB_LDESCRIPTION			= "Please enter long description";					
	var MB_BEDROOMS				= "Please select no of bedrooms";					
	var MB_BATHROOMS			= "Please select no of bathrooms";					
	var MB_HALFBATHROOMS		= "Please select no of half bathrooms";					
	var MB_GARAGE				= "Please select no of garage";					
	var MB_LEVELS				= "Please select no of levels";					
	var MB_PRICE				= "Please enter price";					
	var MB_GARAGESPACE			= "Please enter garage space";					
	var MB_PLAN					= "Please select plan number";					
	var MB_DESIGNER				= "Please select username";					
	var MB_DESIGNERNAME			= "Please enter username";					
	var MB_DESIGNERPLAN			= "Please select designer name";					
	var MB_DESIGNERPLANNO		= "Please enter designer plan number";					
	var MB_DESIGNERPLANNAME		= "Please enter designer plan name";

	var MB_PROMOTIONCODE		= "Please enter promotion code";
	var MB_DESCRIPTION			= "Please enter description";					
	var MB_DISCOUNTTYPE			= "Please select discount type";					
	var MB_DISCOUNTRATE			= "Please enter discount rate";					
	var MB_APPLYDISCOUNT		= "Please enter apply discount";					
	var MB_BUYERTYPE			= "Please enter buyer type";					
	var MB_HAVEPURCHASED		= "Please enter customers having purchased a quantity of plans";					
	var MB_STARTDATE			= "Please enter start date";					
	var MB_ENDDATE				= "Please enter end date";					
	var MB_URL					= "Please enter URL";					
	var MB_SUBDIVISIONTITLE		= "Please enter subdivision title";					
	var MB_BUILDER				= "Please select builder approvel";					
	var MB_TIER					= "Please select tier";					
	var MB_PLANNO				= "Please enter plan number";					
	var MB_FEATUREPLAN			= "Please select feature plan option";					
	var MB_COUNTYNEW			= "Please enter new county";
	var MB_COMMISSION			= "Please enter commission";
	var MB_DESIGNERCOMMISSION	= "Please select designer name";
	var MB_MESSAGE				= "Please enter brief message";
	var MB_NAME					= "Please enter full name";
	var MB_DEPARTMENT			= "Please enter department";
	
	var MB_COUNTRY				= "Please select country name";
	var MB_ZIP					= "Please enter zip";
	var MB_S_COUNTRY			= "Please select shipping country name";
	var MB_S_ZIP				= "Please enter shipping zip";
	var MB_S_FIRSTNAME			= "Please enter shipping first name";
	var MB_S_LASTNAME			= "Please enter shipping last name";	
	var MB_S_ADDRESS			= "Please enter shipping address";	
	var MB_S_CITY				= "Please enter shipping city name";	
	var MB_S_STATE				= "Please select shipping state name";	
	var MB_S_PHONE				= "Please enter shipping phone no";
	var MB_S_EMAIL				= "Please enter shipping Email address";
	var MI_S_EMAIL				= "Please enter shipping valid Email (e.g. test@example.com)";
	
	var MI_WEBSITE				= "Please enter valid website URL (e.g. http://www.example.com)";
	var MI_EMAIL				= "Please enter valid Email (e.g. test@example.com)";
	//var MI_USERNAME				= "Please enter valid username\n Username should have _,0-9,a-z and A-z";
	var MI_USERNAME				= "Invalid username";
	//var AI_USERNAME				= "Please enter username\n Username should have -,_,0-9,a-z and A-Z";
	var AI_USERNAME				= "Invalid username";
	
	var MI_DUPLICATEEMAIL		= "There is duplicate Email addresses.\n Please enter different Email";
	var MI_DUPLICATEUSERNAME	= "There is duplicate Email address match with loginname.\n Please enter different Email";
	//var MI_DESIGNERNAME			= "Please enter valid username\n Username should have _,0-9,a-z and A-z";
	var MI_DESIGNERNAME			= "Invalid username";
	var MI_DISCOUNTRATE			= "Please enter numaric value in discount rate";
	var MI_DISCOUNTRATEPERCENTAGE = "Please enter valid numaric value in discount rate ( As Percentage should be between 0-100)";
	var MI_HOUSEWIDTH			= "Please enter numaric value in house width";
	var MI_HOUSEDEPTH			= "Please enter numaric value in house depth";

	var MI_URL					= "Please enter valid URL (e.g. http://www.example.com)";
	var MI_PRICE				= "Please enter numaric price value";
	var MI_COMMISSION			= "Please enter valid commission (e.g. Percentage should be between 0-100)";
	var MI_PLANNO				= "Please enter valid plan number";
	var MI_STARTENDDATE			= "Start date should not be larger then end date";
	var MI_IMAGEFORMAT			= "Please upload only gif, png, jpg or tif image";
	var MI_FROMTOZIPCODE		= "Please enter both from and to zipcode";

	var MO_PROMOSIONMAILSENT	= "Mail has been sent successfully";
	var MO_MEMBERDELETE			= "Are you sure you want to delete this member";
	var MO_QADELETE				= "Are you sure you want to delete this question";
	var MO_USERDELETE			= "Are you sure you want to delete this user";
	var MO_PLANDELETE			= "Are you sure you want to delete this plan";
	var MO_FEATUREPLANDELETE	= "Are you sure you want to delete this plan from featured plan list";
	var MO_DESIGNERDELETE		= "Are you sure you want to delete this designer \nAll plans of this designer will be deleted also";
	var MO_PROMOTIONSELETE		= "Are you sure you want to delete this promotion";
	var MO_PAGEDELETE			= "Are you sure you want to delete this page";
	var MO_MASTERRECORDDELETE	= "Are you sure you want to delete this master record \nAll attributes related to this record will be deleted also";

	// Message variavles for Main Site.
	var MO_AGREEMENT		= "Please read Terms & Conditions";
	var CARD				= "Credit card number should be numeric";