
///// JavaScript functions for netCommerce
///// please do not change this files location or name or data.
/////
///// developed by: Eytan Chen
////  all rights reserved to Tyco - internet solution 2004

var _ReadCond_ = "Please read and confirm terms and conditions of site";
var _EnterUNPass_ = "Please enter user name and password";
var _OKShopCart_ = "OK to empty shop cart?";
var _FillSiteEmail_ = "Please enter your email address, as registered.";
var _NotValidEmail_ = "Email address is invalid";
var _TypeCredit_ = "Please select type of credit card";
var _NotValidNumCard_ = "Credit card number is invalid";
var _NotValidLengthNumCard_ = "Credit card number is not the correct length.";
var _NotValidTypeCard_ = "Credit card number does not match credit card type.";
var _NotValidDateCard_ = "Credit card expiration date is over";
var _EnterHNandSN_ = "Please enter credit card holder's name and social security number (ID).";
var _FillAllMust_ = "Please enter all obligatory fields";
var _NotValidEmail_ = "Email address is invalid";
var _PassS_ = "Password should be";
var _CharactersLong_ = "characters long.";
var _NotValidValidation_ = "Password confirmation differs from new password.";
var _OKRegisterForm_ = "OK to submit registration form?";
var _OKSendOrder_ = "OK to submit order?";
var _SureSendOrder_ = "Are you sure you want to submit your order?";
var _PleaseEnter_ = "Please enter";

var _OldPass_ = "Current password";
var _ValPass_ = "Password confirmation";

var _NotValidHolderIDCard_ = "Invalid social security number of card holder";
var _Continue_ = "Continue?";
var _CancelOrder_ = "Cancel order ?";
var _AreYouSure_ = "Are you sure?";
var _Delete_ = "Delete";
var _Submit = "Submit";

