binatone = binatone || {};

binatone.historyMenuPagingSize = 20;

binatone.message = {};

binatone.message.name = "Name field cannot be empty, please enter your name";
binatone.message.emailIdInvalid = "Please enter a valid EmailId";
binatone.message.emailId = "Email field cannot be empty, please enter your EmailId";
binatone.message.contactUs = "Please enter a valid contact of numeric value";
binatone.message.serialNumber = "Please enter a valid serial number";
binatone.message.message = "Message field cannot be empty, please enter your message";
binatone.message.userName = "Username field cannot be empty";
binatone.message.password = "Password field cannot be empty";
binatone.message.adminLoginCredentialError = "Username or password is wrong, please try again correctly";
binatone.message.adminLoginTechnicalError = "Sorry, having some techincal problems, please try again later";

binatone.message.oldPassword = "Old Password field cannot be empty";
binatone.message.newPassword = "New Password field cannot be empty";
binatone.message.confirmPassword = "Confirm Password field cannot be empty";
binatone.message.passwordMatch = "New password and Confirm password do not match."
binatone.message.oldPasswordError = "Old password is wrong, please enter correctly and try again";
binatone.message.passwordChangeError = "Sorry, having some techincal problems, please try again later";
binatone.message.passwordChanged = "Password has been changed successfully";
binatone.message.newsLetterSent = "Newsletter has been successfully sent to the subscribers";
binatone.message.newsLetterTechnicalError = "Sorry, having some techincal problems, please try again later";
binatone.message.newsLetterEmpty = "Please enter subject and message to send newletter to subscribers";
binatone.message.emptyNewsLetterPreviewMessage = "Please add your message to preview";
	
binatone.message.userSubscribed = "You have successfully subscribed to Binatone Newsletter";
binatone.message.userAlreadySubscribed = "You are already subscribed to Binatone Newsletter";
binatone.message.userSubscriptionError = "Sorry, having some technical dificulty, please try again later or contact us";
binatone.message.contactUsMsgSent = "Your message has been successfully sent to the administrator";
binatone.message.contactUsMsgFailed = "Sorry, having some techincal problems, please try again later";
binatone.message.questionHelpMsgSent = "Your message has been successfully sent to the administrator";
binatone.message.questionHelpMsgFailed = "Sorry, having some techincal problems, please try again later";

binatone.message.productCompareLimitations = "Sorry, you can only compare similar products within one product category";
binatone.message.productCompareLimitations2 = "Sorry, you cannot compare more than 5 products";
binatone.message.productMinimumComparison = "Please select atleast two products to Compare";
	
binatone.HTML = {};
binatone.HTML.subscriptionTextBoxDefaultText = "Your email address";
binatone.HTML.newsLetterTop = '<body style="background:#f0efef; padding:0px; margin:0px;">'
				 			+ '<div style="margin:0px auto; width:600px; font-family:Arial, Helvetica, sans-serif; font-size:12px;">'
				 			+ '<div style="width:600px; float:left;">'
				 			+ '<div style="width:600px; float:left; border-bottom:6px solid #eaeaea;"><img src="http://www.zanec.com/binatone/images/headerBg.jpg" /></div>'
				 			+ '<div style="padding:15px; margin:0px; width:570px; float:left; background:#ffffff; min-height:200px;">';

binatone.HTML.newsLetterBottom = '</div>'
								 + '<div style="float:left; width:570px; padding:10px 15px; margin:0px; background:#ffffff; font-size:11px; color:#999999; border-top:1px solid #eaeaea;">'
								 + '<p>This is an automatically generated system mail from the Binatone. Please do not reply back to this mail address.</p>'
								 + '<p>You can cancel your subscription at any time by click on the <a href="#">unsubscribe</a> link.</p>'
								 + '<span style="float:right; background:#eae9e9; float:left; text-align:right; width:98%; padding:1%;">&copy; 2011 Binatone Electronics International Limited</span> </div>'
								 + '</div>'
								 + '</div>'
								 + '</body>';
