//FILE FOR VALIDATION ERROR MESSAGES.


//GLOBAL messages
var multimsnErrMsg = "You have entered the Nameplate Serial Number more than once. If your Nameplate Serial Number is in the drop-down list, please select it and leave the text box empty. If your site and/or Nameplate Serial Number is not listed, leave the Nameplate Serial Number drop-down value as \"Select a Machine\"  and type the correct Nameplate Serial Number in the text box or  unclick the checkbox for Industrial Parts\n";
var msnMsg = "Please select a site and a Nameplate Serial Number from the drop-down list. If your site and/or Nameplate Serial Number is not listed, leave the Nameplate Serial Number drop-down value as \"Select a Machine\"  and type the correct Nameplate Serial Number in the text box.\n";
var msnErrMsg = "Please select a Nameplate Serial Number.\n";
var siteErrMsg = "Please select a Site.\n";
var prdMsg = "Please select a Product Line.\n";

var IE = "Microsoft";
var NS = "Netscape";


var zipErrMsg = "Zip code must have 5 digits.\n";
var multiErrMsg = "You must select at least one entry.\n";
var listErrMsg = "Drop down failure!\n";

var illegalErrMsg = " cannot contain any of the following characters: < > \" ' ` ; \\ \n";
var phoneErrMsg = "You have entered an invalid Phone or Fax Number.\n";
var emailErrMsg = "Please enter a valid E-mail Address.\n";
var badEmailMsg1 = "The e-mail address ";
var badEmailMsg2 = " is not in the correct format (person@ge.com).\n";
var badEmailMsg = "The e-mail address is not in the correct format (person@ge.com).\n";
var oneEmailMsg = "Only one e-mail address may be entered at a time.\n";
var shipAddrErrMsg = "Please Select Shipping Address.\n";
var oneTimeshipAddrErrMsg = "Please Select One Time Ship To Address.\n";

var errMsgSelect = "Please select at least one item.\n";
var enterNumMsg = "Please enter a whole number. (without commas)\n";

var searchMsg = "Please enter a Search Criteria.\n";
var illegalSearchMsg = "The Search Criteria" + illegalErrMsg;

var selectOneMsg = "Please make a selection.\n";
var osBNMessage = "Please request a quotation to receive pricing for Bently Nevada parts.\n";

//CART messages
var cancelReqGoldMsg = "Are you sure you want to cancel your Expedited Service request? \n If yes, click OK. ";
var emptyCartMsg = "Are you sure you want to empty the shopping cart?\n";
var cancelReqCheckoutMsg = "Are you sure you want to cancel the order checkout? \n  If yes, click OK. \n";
var cancelQuoteMsg = "Are you sure you want to cancel your quote request? \n  If yes, click OK.\n";
var cancelEditMsg = "Are you sure you want to cancel the edit process?  \n If yes, click OK.\n";
var printMsg = "Please Note: The prices are not guaranteed until formally quoted.\nClick OK for a printer-friendly version of your list or click Cancel and request a formal quote.";
var cancelReceiveListMsg = "Are you sure you want to delete your list?  \n If yes, click OK.\n";
var quotedPriceNoValidMsg = "Prices are only guaranteed if you convert directly from the quote by selecting CHECKOUT.\n Items added to the Shopping Cart or List will be re-priced.\n";
var geneTCMsg = "No GENE Terms and Conditions available to display it.\n";
var illegalQuoteMsg = "The Quote Name" + illegalErrMsg;
var illegalListNameMsg = "The List Name" + illegalErrMsg;
var illegalMessageMsg = "The message" + illegalErrMsg;
var illegalCommentsMsg = "The Comments section" + illegalErrMsg;

var addNewListMsg = "You do not have any saved Lists. Please select the 'New' option to create a list.\n";
var deleteListMsg = "Are you sure you want to delete the list? \n If yes, click OK. \n";
var selectListMsg = "Please select the List you want to add the items to, or select the 'New' option to create a new list.\n";
var validListNameMsg = "Please enter a unique List Name.\n";

var noQuotesMsg = "You have no quotes to search for.\n";

var overMaxMessageMsg = "The message cannot exceed 1000 characters.\n";
var overMaxCommentsMsg = "The Comments section cannot exceed 1000 characters.\n";
var unDefPartDescMaxMsg = "The Description cannot exceed 1700 characters.\n";

var contextZeroMsg = "You have deleted all line items. This will cancel the request for quote.\n";
var contextZeroMsgOrder = "You have deleted all line items. This will cancel the request for order.\n";

var qtyNoEditMsg = "The changes you are making will be reflected in the order, but not in the original quote.\n";
var qtyChangeZeroMsgForList = "Changing the quantity to zero will remove the item from this list. Do you wish to continue?\n";
var qtyChangeZeroMsgForCart = "Changing the quantity to zero will remove the item from this cart. Do you wish to continue?\n";
var qtyChangeZeroMsgForQuote = "Changing the quantity to zero will remove the item from this quote. Do you wish to continue?\n";
var qtyChangeZeroMsgForReview = "Changing the quantity to zero will remove the item from this order. Do you wish to continue?\n";

//CHECKOUT messages
var mgmtEntityMsg = "Please select a Management Entity.\n";
var extCustMsg = "Please select an external Customer.\n";
var salesChanlMsg = "Please select a Sales Channel.\n";
var validCompNumMsg = "Please enter a valid Component Number.\n";
var validAcctNumMsg = "Please enter a valid Account Number.\n";
var validJobNumMsg = "Please enter a valid Job Number.\n";
var validPONumMsg = "Please enter a valid PO Number.\n";
var validCCNumMsg = "Please enter CreditCard Info.\n";
var validPPNumMsg = "Please enter Prepay Info.\n";
var validPOorADNMsg = "Please enter a valid PO or ADN Number.\n";
var illegalCompNumMsg = "The Component Number" + illegalErrMsg;
var illegalAcctNumMsg = "The Account Number" + illegalErrMsg;
var illegalJobNumMsg = "The Job Number" + illegalErrMsg;
var illegalPONumMsg = "The P.O. Number" + illegalErrMsg;
var illegalPOorADNMsg = "The P.O./ADN Number" + illegalErrMsg;
var compNumLengthMsg = "The Component Number must be 3 or 4 characters.\n";
var acctNumLengthMsg = "The Account Number must have 9 characters.\n";

var validCompNameMsg = "Please enter a valid Company Name.\n";
var validAddrMsg = "Please enter a valid Street Address.\n";
var validCityMsg = "Please enter a valid City.\n";
var validStateMsg = "Please enter a valid State / Region.\n";
var validPostalMsg = "Please enter a valid Postal Code.\n";
var overMaxAddrMsg = "The Street Address cannot exceed 240 characters.\n";

var illegalCompNameMsg = "The Company Name" + illegalErrMsg;
var illegalAddrMsg = "The Street Address" + illegalErrMsg;
var illegalCityMsg = "The City" + illegalErrMsg;
var illegalStateMsg = "The State / Region" + illegalErrMsg;
var illegalPostalMsg = "The Postal Code" + illegalErrMsg;
var illegalContactMsg = "The Contact Name" + illegalErrMsg;
var illegalPhoneMsg = "The Phone Number" + illegalErrMsg;
var illegalFaxMsg = "The Fax Number" + illegalErrMsg;

var finalDestMsg = "Please select a Country outside the United States or select No.\n";

var overMaxExportMarksMsg = "Export Marks cannot exceed 500 characters.\n";
var overMaxConsigneeMsg = "The Consignee/Notify Parties field cannot exceed 500 characters.\n";
var overMaxDistbnMsg = "Document Distribution Requirements cannot exceed 500 characters.\n";

var illegalExportMarksMsg = "Export Marks" + illegalErrMsg;
var illegalConsigneeMsg = "The Consignee/Notify Parties message" + illegalErrMsg;
var illegalDistbnMsg = "Document Distribution Requirements" + illegalErrMsg;

var preferredShippingMsg = "Please enter a valid value for the Preferred Shipping Method.\n";
var illegalPrefShipMsg = "The Preferred Shipping Method" + illegalErrMsg;
var carrierMsg = "Please enter the name of the Carrier.\n";
var illegalCarrierMsg = "The Carrier" + illegalErrMsg;
var custNameMsg = "Please enter the Customer Name.\n";
var illegalCustNameMsg = "The Customer Name" + illegalErrMsg;
var phoneMsg = "Please enter a valid Phone Number.\n";

var selectIncoMsg = "Please select an INCO term from the list.\n";
var namedPlaceMsg = "The selected INCO term requires a Named Place / Port of Shipment / Port of Destination / Place of Destination.\n";
var illegalNamedPlaceMsg = "The Named Place / Port of Shipment / Port of Destination / Place of Destination" + illegalErrMsg;

var quoteReqdMsg = "Attention: Checkout of Carts containing items with 'Quote Required' may result in Checkout process errors.";
var cartCheckoutMsg = "All parts in your shopping cart have been moved to the checkout process. If you had parts in the cart that you intended to purchase at a later date, click the cancel button, and move those parts to a list before proceeding with the checkout.";
var cartRequestQuoteMsg = "All parts in your shopping cart have been moved to the request quote process. If you had parts in the cart that you intended to purchase at a later date, click the cancel button, and move those parts to a list before proceeding with the request quote.";


//Search Messages
var partNumErrMsg = "Please enter Part Number(s).\n";
var stockNoErrMsg = "Please enter Stock Number(s).\n";
var stockNoUploadErrMsg = "Please enter valid part numbers and stock numbers.\n";
var dupStockNoErrMsg = "Stock Number already exists, Please enter a different Stock Number.\n";
var stockNoUploadCountErrMsg = "Number of part/stock number pairs should not exceed 20.\n";
var stockNoUploadMissingErrMsg = "Number of part/stock number pairs should be equal.\n";
var errSelPartNo = "Please select at least one part.\n";
var errCrossFleetSelPart = "Please select at least one item for the cross fleet check.\n";
var errAddToCartSelPart = "Please select at least one item to add to the cart.\n";
var errAddToListSelPart = "Please select at least one item to add to the list.\n";
var errCheckoutSelPart = "Please select at least one item for checkout.\n";
var errReqForQuoteSelPart = "Please select at least one item for a quote.\n";
var errMultiPageSelPart1 = "All of the items on all other pages have been deselected. \n The items on current page will remain selected.\n";
var errMultiPageSelPart2 = "All of the items on all pages have been deselected.\n";
var errSelPartNoActionMsg = "Item(s) were selected but no action taken\n\n" +
                            ".    To take action on selected items, you need to act on a page-by-page basis.\n\n" +
                            "Are you sure you want to continue?";
var errSelPartNoCartActionMsg = "Item(s) were selected but no action taken\n\n" +
                                ".    With the exception of quote and order checkout, you need to act on a page-by-page\n     basis for selected items.\n" +
                                ".    Request Quote and Checkout applies to all items in your shopping cart. Move any\n      items you intend to quote/order at a later date to a list.\n\n" +
                                "Are you sure you want to continue?";

var errSelPartNolistActionMsg = "Item(s) were selected but no action taken\n\n" +
                                ".    To take action on selected items in your list, you need to act on a page-by-page\n     basis.\n" +
                                ".    To quote or order selected items that are not displayed on the same page, add\n      the selected items to the shopping cart.\n\n" +
                                "Are you sure you want to continue?";

var errCrossFleetMaxPart1 = "The maximum number of parts for the cross fleet check was exceeded. The first ";
var errCrossFleetMaxPart2 = " parts were loaded into the cross fleet check.\n"
var errCrossFleetSelAllMsg = "All items are selected on all pages. GE PartsEdge allows cross fleet check for the selected items of current page.\n";
var errremoveItemsSelAllMsg = "All items are selected on all pages. GE PartsEdge allows remove items for the selected items of current page.\n";

var errShoppingCarttMaxPart1 = "The maximum number of items for the shopping cart was exceeded.\n A maximum of ";
var errShoppingCarttMaxPart2 = " items can be placed in the Shopping Cart.\n";
var errCrossFleetMaintMaxPart1 = "THE MAXIMUM NUMBER OF PARTS FOR THE CROSS FLEET CHECK " +
                                 "WAS EXCEEDED. THE FIRST ";
var errMaintListNoItems = "No items in selected maintenance list for ";
var errSelMaintList = "Please select a maintenance list for ";
var errCrossFleetMaintMaxPart2 = " PARTS WERE LOADED INTO THE CROSS FLEET CHECK."
var maintListErrMsg = "Please select a Maintenance List.\n";
var catalogErrMsg = "Please enter Catalog Numbers.\n";
var photoIDErrMsg = "Please enter Photo ID Numbers.\n";
var keywordErrMsg = "Please enter a Keyword.\n";
var onePartErrMsg = "Please select at least one part.\n";
var noPartsAvailCartErrMsg = "No Parts available to add to Cart.\n";
var noPartsAvailListErrMsg = "No Parts available to add to List.\n";
var noPartsAvailTCErrMsg = "No Parts available to view terms and conditions.\n";
var noPartsAvailPrintErrMsg = "No Parts available to view printer friendly format.\n";
var noPartsAvailExportErrMsg = "No Parts available to export to file.\n";
var noPartsAvailForwardOrderErrMsg = "No Parts available to forward order.\n";
var noPartsAvailForwardQuoteErrMsg = "No Parts available to forward quote.\n";
var noPartsAvailCheckoutErrMsg = "No Parts available to do checkout.\n";
var noPartsAvailCrossFleetMsg = "No Parts available to load to cross fleet check.\n";
var mrdErrMsg = "Please select a Material Required Date by clicking on the Calendar icon.\n";
var quoteDueDateErrMsg = "Please select Quote Due Date by clicking on the Calendar icon.\n";
var noFirstNameErrMsg = "Please enter First Name. \n";
var noLastNameErrMsg = "Please enter Last Name. \n";
var mrdWeekDayErrMsg = "Material Required Date should occur on a business day.\n";
var mrdGreaterErrMsg = "Material Required Date should be greater than current date.\n";
var partNumLengthErrMsg = "Your part numbers cannot total more than 3000 characters.\n"
var stockNumLengthErrMsg = "Your stock numbers cannot total more than 3000 characters.\n"

var geRefNoErrMsg = "Please enter a GE Reference Number.\n";
var geRefNoIllegalMsg = "GE Reference Number" + illegalErrMsg;
var items2BOrderedErrMsg = "Please select the items to be ordered.\n";
var lineNoErrMsg = "Please enter the line number.\n";
var lineNoFormatErrMsg = "Line number should be entered 1,4-8,10 format.\n";
var overMaxSpecialInstrMsg = "Special Instructions must have less than 1000 characters.\n";
var illegalSpecialInstrMsg = "Special Instructions" + illegalErrMsg;
var siteChgErrMsg = "You have not submitted your new machine nicknames. \n" +
                    "If you select another site without submitting your \n" +
                    "machine nicknames, they will be lost.";
var dupNickNameErrMsg = "The machine nicknames you entered are already in use. \n" +
                        "Please enter unique nicknames for the highlighted nameplate serial numbers. ";
var dupNickNameErrMsg1 = "The machine nicknames you entered are already in use. \n" +
                         "Please enter unique nicknames for the highlighted nameplate serial numbers. ";
var amnAlphaNickNameErrMsg = "The machine nicknames cannot contain any of the following characters: < > \  ' ` \\.";
var amnDupNickErrMsg = "The machine nickname you entered is already in use. Please enter a unique nickname.";
var amnOldNickDupErrMsg = "The machine nickname you entered is already in use. Please enter a unique nickname. ";
var amnSelNickNameErrMsg = "Please enter your machine nickname for line ";


var noNicknameSelMsg = "Please select the Nameplate Serial Number and enter your Machine Nickname.\n";
//Misc Messages
var browseErrMsg = "Please browse for file and press ADD file.\n";
var errMaxFiveFiles = "Only maximum of five files can be attached.\n";
var errMaxTenFiles = "Only maximum of ten files can be attached.\n";
var fileRemoveErrMsg = "Please select file and press REMOVE.\n";
var errSelectQuoteMsg = "Please select a quote type.\n";
var errProjName = "Please enter project name.\n";
var errQuoteDueDateMsg = "Please select quote due date.\n";
var errFutureQuoteDateMsg = "Quote due date must be a future date.\n";
var errQuoteValidMsg = "Please select a quote validity date.\n";
var errValidityDateFutureMsg = "Quote validity date must be a future date.\n";
var errPartShipDate = "Please select a parts ship date.\n";
var errPartShipDateFuture = "Parts ship date must be a future date.\n";
var errRequestTypeMsg = "Please select a request type.\n";
var errSelectOpIniSparesMsg = "Please select operational/initial spares.\n";
var errSelFrameSizeMsg = "Please select framesize.\n";
var errSelCombType = "Please select combustion type.\n";
var errSelFuelType = "Please select fuel type.\n";
var errNumUnitsMsg = "Please select number of units.\n";
var errSelModelNumMsg = "Please select model number.\n";
var errSelFrequencyMsg = "Please select frequency.\n";
var errSelExcitation = "Please select excitation.\n";
var errSelCodeTypeMsg = "Please select code type.\n";
var errEntBucketLength = "Please enter bucket length.\n";
var errStockNoLengthMsg = "Stock Numbers may not exceed 50 characters.\n";
var errMaxThreeFile = "Only three files can be attached.\n";
var errMaxOneFile = "Only one file can be attached.\n";


var HOME_PAGE = "HomePage";
var FORMAT_SPACE = "\n      ";
var NEW_LINE = ".\n";
var decimalPointDelimiter = ".";
var INT_RANGE = 2147483647;
var INT_QTY_RANGE = 99999;
var IS_BLANK = "Please enter ";
var INVALID_NUMBER = "  must be number.\n";
var IS_ZERO = " can not be zero.\n";
var IS_RANGE = " out of range.\n";
var IS_QTY_RANGE = " out of range. 5-digits max.\n";
var IS_POSITIVE = " must be a positive number.\n";
var IS_WHOLE = " must be a whole number.\n";
var INVALID_DECIMAL = " must be number or decimal number.\n"
var IS_SELECT = "Please select ";
var FORM_SPACE = "";
var IS_OK = "OK";
var FILE_INVALID_EXT = "System unable to add file. Attachments are restricted to files of DOC, XLS, PPT, JPG and ZIP extensions."
//var PO_FILE_INVALID_EXT="System unable to add file. Attachments are restricted to files of DOC, XLS, PPT, JPG,PDF,GIF,TIFF and ZIP extensions."
var PO_FILE_INVALID_EXT = "System unable to add file. Attachments are restricted to files of DOC and PDF extensions."
/* ------------NWQ---------------------*/
var NON_WEBQUOTE_ENTRY_SCREEN = "NonWebQuoteEntryScreen";
var COLLECT_NON_WEBQUOTE_INFO = "CollectNonWebQuoteInfo";
var DISP_NONWEBQUOTE_INFO_SCREEN = "DispNonWebQuoteInfoScreen";
var SUBMIT_NONWEB_QUOTE = "SubmitNonWebQuote";
//var CANCEL_NONWEBQUOTE="CancelNonWebQuote";
var CANCEL_NONWEBQUOTE = "CancelNWQProcess";
var NWQ_CANCEL_MSG = "Do you want to Cancel the Non Web Quote Item Process ?";

/* ------------UPL---------------------*/
var PREPARE_UPLOAD_FILE = "PrepareUploadFile";
var GOTO_UPL_SCREEN = "GoToUPLScreen";
var UPLOAD_UPL_FILE = "Upload_UPL_File";
var PROCESS_UPL_FILE = "Process_UPL_File";
var DELETE_UPL_FILE = "Delete_UPL_File";
var PROCESS_UPL = "Process_UPL";
var CANCEL_UPL = "CancelUPLProcess";
var FILE_STATUS = "Upload a valid File";
var DUPLICATE_FILE = "File already present";
var UPL_CANCEL_MSG = "Are you sure you want to cancel the upload part list item process?\n  If yes, click OK.\n";
/* ------------NUS---------------------*/
var DETAIL_INFO_VIEW = "DetailInfoView";
var NUS_ATTACH_FILE = "NUSAttachFile";
var GO_PREVIOUS_VIEW = "GoPreviousView";
var INFO_VIEW = "InfoView";
var CANCEL_NUS_PROCESS = "CancelNUSProcess";
var COLLECT_UNIT_INFO = "CollectUnitInfo";
var SUBMIT_NUS_INFO = "SubmitNUSInfo";
var GOTO_ENTRY_VIEW = "GoToEntryView";
var UPLOAD_NUS_FILE = "UploadNUSFile";
var NUS_REVIEW_ATTACH = "NUSReviewAttach";
var DELETE_NUS_FILE = "DeleteNUSFile";
var NUS_ORDER_UPLOAD_UPL_FILE = "NUSOrderUploadUPLFile";
var NUS_ORDER_DELETE_UPL_FILE = "NUSOrderDeleteUPLFile";
var NUS_HOME = "NUSHome";

var NUS_CANCEL_MSG = "Are you sure you want to cancel the new unit spares process? \n If yes, click OK.\n";
/* ------------ PMT -------------------- */
var PMT = "pmt";
var PMT_ADD_TO_CART = "PMTAddToCart";
var PMT_HOME = "pmthome";
var PMT_CANCEL = "search-parts";
var WWW_PREFERRED_COM = "http://www.PreferredTurbine.com";
var PMT_CANCEL_MSG = "Are you sure you want to cancel your Preferred Machine request? \n If yes, click OK.\n";
var PMT_CATEGORY_MSG = "Please select a PMT Category.\n";
var PMT_PART_MSG = "Please select a PMT Part Name.\n";

/* ------------ FeedBack -------------------- */
var SUBMIT_FEEDBACK = "submitfeedback";
/* ------------ Assign Machine Name -------------------- */
var AMN_CANCEL = "AMNHome";
var AMN_POPULATE_SITE = "AMNPopulateSite";
var AMN_BACK_POPULATE_SITE = "AMNBackPopulateSite";
var AMN_RETRIEVE_MACHINE_LIST = "AMNRetrieveMachineList";
var AMN_REVIEW_MACHINE_NAME = "AMNReviewMachineName";
var AMN_UPDATE_MACHINE_NAME = "AMNUpdateMachineName";
var AMN_CANCEL_MSG = "Are you sure you want to cancel the machine nickname process? \n If yes, click OK.\n";

var RECALCULATE_POPUP = "Changes to Quote Request Information may affect pricing, which will be reflected on the Quote Revew Page.";
var ORDER_RECALCULATE_POPUP = "Changes to Order Request Information may affect pricing, which will be reflected on the Order Review Page.";
/* ---------- MLI DownLoad (Export to excel) ---- */
var errMLISelPart = "Please select at least one item for the MLI check.\n";
var errMLISelAllMsg = "All items are selected on all pages. GE PartsEdge allows MLI check for the selected items of current page.\n";
var noPartsAvailMLIMsg = "No Parts available to load to MLI check.\n";

/* ---------- PART DEFINITION NEEDED COOKIE ---- */
var ADDED_CART_LIST = "added to cart/list";
var NO_UNDEF_COOKIE = "NOUNDEFCOOKIE";
var UNDEF_COOKIE_NAME = "UNDEFCOOKIE";
var NO_OEM_COOKIE = "NOOEMCOOKIE";
var OEM_COOKIE_NAME = "OEMCOOKIE";
var CHECKOUT_EMAIL_INVALID = "The Email entered was Invalid.\n";
var CHECKOUT_EMAIL_BLANK = "Please enter Email.\n";
var customerSearchStringErrMsg = "No match found.";
var companySearchStringErrMsg = "No match found.";
var sameSearchStringErrMsg = "The page already shows the results related to this search criterion.Please enter a different criterion.\n";
var faxInvalidCharsMsg = "Fax number contains invalid characters.\n Only numeric/hypen characters allowed.\n";
var selectMsnErrMsg = "Please select GE MSN.\n";
var mmpCheckputErrMsg = "You are attempting to transact quotes/orders for multiple machines, where some are " +
                        "covered under service contracts and others are not.  To insure you get the contracted " +
                        "discount, please place quotes/orders for machines with a service contract separately. " +
                        "\n\nClick the cancel link and move contractual or non-contractual parts to a list " +
                        "before proceeding with the checkout."
var mmpRequestQuoteErrMsg = "You are attempting to transact quotes/orders for multiple machines, where some are " +
                            "covered under service contracts and others are not.  To insure you get the contracted " +
                            "discount, please place quotes/orders for machines with a service contract separately. " +
                            "\n\nClick the cancel link and move contractual or non-contractual parts to a list " +
                            "before proceeding with the request quote.";
var partNumberCharErrorMsg = "You have entered Parts Numbers that exceeds the 40 character limit." +
                             "\nPlease correct the Part Numbers and resubmit.";
var creditCardCharErrorMsg = "You have entered Credit Card Info that exceeds the 50 character limit." +
                             "\nPlease correct the Credit Card Info.\n";
var prePayCharErrorMsg = "You have entered Pre Pay Info that exceeds the 50 character limit." +
                             "\nPlease correct the Pre Pay Info.\n";

var invalidConfigDelAlert = "Configuration that are not valid have \n been removed from Shopping Cart.";

var selectMsnExternal = "Information provided in the following screens is applicable to specific MSN and Ship to Site Location. Please update your session profile";
var selectMsnInternal = "Not providing the correct MSN and Ship to Site Location could lead to inaccurate pricing";
var verbiageSPExternal="Please select your Ship to Site Location and MSN before saving your session profile. Making modifications to your part searches can modify the price";
