/*'*****************************************************************************
*【システム名  】WTC JAPAN 貿易引合掲示版
*【プログラムID】
*【画面名】
*【概 要】 JavaScriptプログラムで使用するメッセージの定義（英語)
*-------------------------------------------------------------------------------
*【開 発 日】2003/04/15  【開発者名】森山　慶彦
*【改 訂 日】			 【改訂者名】
******************************************************************************'*/

var MESS_001 = "Are you sure to terminate your Offer information?";
var MESS_002 = "Are you sure to delete your Offer information?";
var MESS_003 = "Are you sure to send your inquiry e-mail?";


//会員情報登録、更新時に使用するエラーメッセージ
var MESS_M001 = "Please enter your Company Name.";
var MESS_M002 = "Please enter your Company Name within 200 characters.";
var MESS_M003 = "Please enter your Company Name in one byte characters.";

//Street Address
var MESS_M011 = "Please enter your Street Address within 100 characters.";
var MESS_M012 = "Please enter your Street Address in one byte characters.";
//city
var MESS_M014 = "Please enter your City.";
var MESS_M015 = "Please enter your City within 100 characters.";
var MESS_M016 = "Please enter your City in one byte characters.";
//State/Province
var MESS_M017 = "Please enter your State/Province.";
var MESS_M018 = "Please enter your State/Province within 100 characters.";
var MESS_M019 = "Please enter your State/Province in one byte characters.";

var MESS_M020 = "Please enter your Zip/Postar Code.";
var MESS_M021 = "Please enter your Zip/Postal Code in numbers(0-9) or \"-\".";
var MESS_M022 = "Please enter your Zip/Postal Code within 10 characters.";
//var MESS_M023 = "Please enter your Zip/Postal Code within 10 characters.";
var MESS_M023 = "Please enter your Zip/Postal Code in one byte characters.";

var MESS_M030 = "Please enter your Phone number.";
var MESS_M031 = "Please enter your Phone number in numbers(0-9) or \"-\".";
var MESS_M032 = "Please enter your Phone number within 30 characters.";
var MESS_M033 = "Please enter your Phone number within 30 characters.";
var MESS_M034 = "Please enter your Phone number in one byte characters.";

var MESS_M040 = "Please enter your FAX number.";
var MESS_M041 = "Please enter your FAX number in numbers(0-9) or \"-\".";
var MESS_M042 = "Please enter your FAX number within 30 characters.";
var MESS_M043 = "Please enter your FAX number in one byte characters.";

var MESS_M051 = "Please enter your valid Homepage URL.";

var MESS_M061 = "Please enter your Year Establised in 4 digits of the year.";

var MESS_M070 = "Please select your Number of Employees.";

var MESS_M080 = "Please select your Paid-in Capital.";

var MESS_M090 = "Please select your Business Category.";

var MESS_M100 = "Please enter your Company Presentation.";
var MESS_M101 = "Please enter your Company Presentation within 3000 characters.";
var MESS_M102 = "Please enter your Company Presentation in one byte characters.";

var MESS_M110 = "Please enter your Contact Person.";
var MESS_M111 = "Please enter your Contact Person within 100 characters.";
var MESS_M112 = "Please enter your Contact Person in one byte characters.";

var MESS_M120 = "Please enter your Job Title.";
var MESS_M121 = "Please enter your Job Title within 100 characters.";
var MESS_M122 = "Please enter your Job Title in one byte characters.";

var MESS_M130 = "Please enter your E-Mail address.";
var MESS_M131 = "Please enter your valid E-Mail address.";
var MESS_M132 = "Please enter your E-Mail address within 40 characters.";

var MESS_M140 = "Please enter your Member ID.";
var MESS_M141 = "Please enter your Member ID between 4-15 characters, \"A-Z, a-z, 0-9, _\".";
var MESS_M142 = "Please enter your Member ID within 15 characters.";

var MESS_M150 = "Please enter your Password.";
var MESS_M151 = "Please enter your Password between 4-15 characters, \"A-Z, a-z, 0-9, _\".";
var MESS_M152 = "The password fields did not match. Please re-type a password in both fields.";
var MESS_M153 = "Please enter your Password within 15 characters.";
var MESS_M154 = "Please enter your Password between 4-15 characters, \"A-Z, a-z, 0-9, _\"."
var MESS_M155 = "Please re-enter your Password.";

var MESS_M160 = "Please enter your Password Hint.";
var MESS_M161 = "Please enter your Password Hint within 100 characters.";

var MESS_M170 = "Please enter your Answer to Password Hint.";
var MESS_M171 = "Please enter your Answer to Password Hint within 100 characters.";

//英語版のみのチェック（国名）
var MESS_M180 = "Please select your Country.";

//引合情報時に使用するエラーメッセージ
var MESS_H01 = "Please select your Offer Type.";
var MESS_H03 = "";


var MESS_H11 = "Please enter your Product Name.";
var MESS_H12 = "Please enter your Product Name within 200 characters.";
var MESS_H13 = "Please enter your Product Name in one byte characters.";

var MESS_H21 = "Please specify a JPEG file in Product Image field.";

var MESS_H31 = "Please select your Main Category.";
var MESS_H41 = "Please select your Sub Category.";

var MESS_H51 = "Please select your Valid Date.";

var MESS_H61 = "Please enter your Product Description.";
var MESS_H62 = "Please enter your Product Description within 3000 characters.";
var MESS_H63 = "Please enter your Product Description in one byte characters.";

// =================ebl=================
var MESS_H71 = "Please enter the post code.";
var MESS_H72 = "The post code fields did not match.";
// =================ebl=================

//問合せメール入力時に使用するエラーメッセージ
var MESS_S01 = "Please enter Your Name.";
var MESS_S11 = "Please enter Your E-Mail address.";
var MESS_S12 = "Please enter your valid E-Mail address.";

var MESS_S21 = "Please enter your Company Name.";

var MESS_S31 = "Please enter your Phone number.";
var MESS_S32 = "Please enter your Phone number in numbers(0-9) or \"-\".";

var MESS_S41 = "Please enter your FAX number.";
var MESS_S42 = "Please enter your FAX number in numbers(0-9) or \"-\".";

var MESS_S51 = "Please enter your Job Title.";
var MESS_S61 = "Please select your Country.";
var MESS_S71 = "Please enter your inquiry e-mail Subject.";
var MESS_S81 = "Please enter your inquiry e-mail Messages.";
