﻿/// LANGUEGE CODE
var LANG_CODE = 'en';

/// CGI URL
var HYP_NS_CGI = './cgi/suggest/en/nsnl.cgi';
var HYP_SEARCH_CGI = './../../cgi/search/en/hyperdia2.cgi';
var HYP_SC_CGI = './cgi/searcht/en/sc.cgi';
var COOKIENAME = 'HyperCookie_en';

/// SEARCH PAGE
var SEARCH_PAGE = './cgi/en/search.html?';

var INDEX_HTML = './../../';
var YEAR = '／';
var MONTH = '／';
var DAY = '　';
var HOUR = '：';
var MINUTE = '　';
var DEP = ' Departure';
var ARV = ' Arrival';
var AVE = ' Average';


/// messages
var HYP_MESSAGE = 
{
	    '1' : ''
	, '101' : 'After the change of the search condition , please search  for the second time.'
	, '102' : 'Search failed.'
	, '103' : 'Search failed.'
	, '104' : 'Search failed.'
	, '105' : 'The starting station(From)  is not found.'
	, '106' : 'The arrival station(To)  is not found.'
	, '107' : 'Pass(the going by way of station) is not found.'
	, '108' : 'Search failed.'
	, '109' : 'Route is not found.'
	, '110' : 'Search failed.'
	, '111' : 'It is outside time table term of validity. Please change Type［search condition］ to Average , and then search  for the second time.'
	, '401' : 'After the change of the search condition , please search  for the second time.'
	, '402' : 'Search failed.'
	, '403' : 'Search failed.'
	, '404' : 'The starting station(From)  is not found.'
	, '405' : 'The arrival station(To)  is not found.'
	, '406' : 'Search failed.'
	, '407' : 'Search failed.'
	, '501' : 'After the change of the search condition , please search  for the second time.'
	, '502' : 'Search failed.'
	, '503' : 'Search failed.'
	, '504' : 'Search failed.'
	, '505' : 'Search failed.'
	, '601' : 'After the change of the search condition , please search  for the second time.'
	, '602' : 'Search failed.'
	, '603' : 'Search failed.'
	, '604' : 'The starting station(From)  is not found.'
	, '605' : 'The arrival station(To)  is not found.'
	, '606' : 'Search failed.'
	, '607' : 'Search failed.'
	, '701' : 'After the change of the search condition , please search  for the second time.'
	, '702' : 'Search failed.'
	, '703' : 'Search failed.'
	, '704' : 'Search failed.'
	, '705' : 'Search failed.'
	, '706' : 'Search failed.'
	, '707' : 'Search failed.'
	, '708' : 'Search failed.'
	, '709' : 'Search failed.'
	, '710' : 'Search failed.'
	,'5001' : 'Please input the starting station(From).'
	,'5002' : 'Please input the arrival station(To).'
	,'5003' : ''
	,'5004' : ''
	,'5005' : ''
	,'5006' : ''
	,'5007' : ''
	,'5008' : ''
	,'5009' : ''
	,'5010' : 'Round trip discount is applied.  Is it good?'
	,'5011' : 'Round trip discount is cancelled.  Is it good?'
	,'5012' : ''
	,'5013' : 'There is no object route of round trip discount.'
	,'5014' : ''
	,'5015' : ''
	,'5016' : ''
	,'5017' : ''
	,'5018' : 'Searching in progress. Please wait for a while.'
	,'5019' : 'The starting station(From) and the arrival station(To) are the same name.'
};

