/*
 *
 * Copyright Notice
 *====================================================================================
 * This file contains proprietary information of
 * Wipro Infotech, Bangalore.
 *
 * Copying or reproduction without prior written approval is prohibited.
 * Copyright (c) 2004
 *====================================================================================
 *
 *   File Name   	:   Message.js
 *   Author      	:   Mani
 *   Description 	:   This file contains the messages that are used in the SEBI Website.
 *   		     		These messages are used in the client-side validation functions
 *		 		     	wherever applicable.
 *------------------------------------------------------------------------------------
 *   Version         Modified By     Modified On   Modification
 *------------------------------------------------------------------------------------
 *   1.0             Mani			 Jan 13,2004   Created for the first time.
 *
 *------------------------------------------------------------------------------------
 */

// The Client-Side Validation Messages used in the SEBI WebSite.

var MSGMandatory 		=	" is mandatory.";
var MSGInvalidChars		=	" contains invalid characters.";
var MSGNotExceed		= 	" should not exceed ";
var MSGNumber			=	" should be a number.";
var MSGNotNumber		=	" should not be a number.";    
var MSGNotValid			=	" is not valid.";    
var MSGNoMatch			=	" do not match.";
var MSGNotLess			= 	" should not be less than ";	
var MSGConfirmDelete	= 	" Are you sure you want to delete the selected record(s) ?"
var MSGLater			= 	" should be later than ";	
var MSGNotLater			= 	" should not be later than today.";	
var MSGNoPrint			= 	" Printing not possible on this browser version.";	
var MSGNoMenu			= 	" Please select atleast one Menu.";	
var MSGNoSearch			= 	" Search criteria cannot be blank.";	
var MSGNoNewsletter		= 	" Newsletter name cannot be blank.";	
var MSGDateNotValid		=	" is not valid. \nPlease enter the date in dd/mm/yyyy format."
