// JavaScript Document
/*
	A	-	Admin Section Message.
	M	-	Main Site Message.
	
		B	-	Blank Field.
		I	-	Invalid Field.
		O	-	Other validation.
*/
	// Message variavles for Admin Section.
	
	

///// Messaged for Example Module ////////////////////
	var EX_TITLE								= "Please enter example title";
	var AUTH_CMP_NAME							= "Please enter author company name";
	var AUTH_NAME								= "Please enter author name";
	var AUTH_URL								= "Please enter author site url";
	var EXDELETE								= "Are you sure you want to delete this example";
	var SHOWEXAMPLE								= "Please select the option to show example on home page";
	
///////// Message for News Module //////////////////////////////////////////////////	
	var NEWSDELETE								= "Are you sure you want to delete this news";
	var NEWS_TITLE								= "Please enter news title";
	var SHOWNEWS								= "Please select the option to show news on home page";
	
//////////  Message for Gallery Module ///////////////////////	
	var GALLERY_TITLE							= "Please enter gallery title";
	var GALLERYDELETE							= "Are you sure you want to delete this gallery";
	
///////////// Mesasge for Content Module ///////////////////////	
	var AB_PAGENAME								= "Please select page name";	
	var AB_PAGECONTENT							= "Please enter page content";	
	var AB_PAGETITLE							= "Please enter page title";
	var AO_PAGEDELETE							= "Are you sure you want to delete this page";
	var AB_METATITLE							= "Please enter meta title";
	var AB_METAKEYWORD							= "Please enter meta keywords";
	var AB_METADESC								= "Please enter meta description";
	
///////////// Message for COmplaint MOdule ///////////////////
	var C_TITLE									= "Please enter complaint title";
	var C_SOURCE								= "Please enter complaint source";
	var C_SOURCE_URL							= "Please enter complaint source url";
	var CDELETE									= "Are you sure you want to delete this complaint";
			
	
////////  Common Messages /////////////////////////////////////
    var J_TITLE									= "Please enter junk science title";
	var J_CONFIRM								= "Are you sure you want to delete this junk science";
	var SHOWJUNK								= "Please select the option to show junk science on home page";
	
	var BRIEF									= "Please enter brief description";
	var DESCRIPTION								= "Please enter description";
	var MM										= "Please select month";
	var DD										= "Please select day of month";
	var YY										= "Please select year";
	var VALID_URL								= "Please enter valid url (e.g. http://wwww.example.com)";
	var VALID_EMAIL								= "Please enter valid email id (e.g. test@example.com)";
	var EMAIL									= "Please enter your email id";
	var SELECT_CATEGORY							= "Please select category name";
	var SELECT_SUBCATEGORY						= "Please select subcategory name";
	var CATEGORY								= "Please enter category name";
	var CATEGORYDELETE							= "Are you sure you want to delete this category";
	var AB_LOGO									= "Please browse image";
	var AB_LOGO1								= "Please upload only gif, png or jpg ";
	var A0_SUBSC								= "Are you sure you want to delete this newsletter subscriber";
	
	var AB_USERNAME								= "Please enter username";
	var AB_PASSOLD								= "Please enter old password";
	var AB_PASSNEW								= "Please enter new password";
	var AB_CONPASS								= "Please enter confirm password";	
	var AB_PASSMISMATCH							= "The passwords you typed do not match. Please re-enter your passwords";	
	var AB_PASSSAME 							= "Old and new passwords are the same\nNew password should be different from old password";
	var START_CURRENTDATE						= "News date should be lesser than current date";
	var KEYWORD									= "Please enter some keywords";
	var KEY_LEN									= "Please enter minimum 2 characters to search";
	var NAME									= "Please enter your name";
	var SUBJECT									= "Please enter subject";
	var COMMENT									= "Please enter comments";
    var ZIP										= "Please enter zip code";
	var VALIDZIP								= "Please enter numeric value in zip code";
	var CITY									= "Please enter city";
	var STATE									= "Please enter state";
	var STORE									= "Please enter store name";
	var PRODUCER								= "Please enter producer name";
	var PRODUCT									= "Please enter product name";
	var PRODUCTTYPE								= "Please enter product type";
	var CLAIM									= "Please enter your claim";						
    
	