﻿//////////////////////////////////////////////////////////////////
/// text setting
//////////////////////////////////////////////////////////////////

/*
search area
------------------------------------------------------------*/
textSet_search=new Array();
textSet_search[0]="Pref :";
textSet_search[1]="크게보기";
textSet_search[2]="부대시설 및 서비스";
textSet_search[3]="상세정보";
textSet_search[4]="가는방법";
textSet_search[5]="닫기";
textSet_search[6]="참고환율";
textSet_search[7]="";
textSet_search[8]="고객평가";
textSet_search[9]="평가가 없습니다";
textSet_search[10]="호텔명, 지역명";
textSet_search[11]="※ 본 환율은 참고 환율로 결제는 일본 엔으로 이루어집니다. ";
textSet_search[12]="";
textSet_search[13]="저장한 검색조건이 없습니다.";


/*
facility detail area
------------------------------------------------------------*/
textSet_facility=new Array();
textSet_facility[0]="이미지";
textSet_facility[1]="요금캘린더";
textSet_facility[2]="금연실";
textSet_facility[3]="오션뷰";
textSet_facility[4]="개인전용욕실";
textSet_facility[5]="화장실";
textSet_facility[6]="레이디스룸";
textSet_facility[7]="개인전용온천탕";



/*
room detail area
------------------------------------------------------------*/
textSet_room=new Array();
textSet_room[0]="객실정보";
textSet_room[1]="숙박조건";
textSet_room[2]="결제방법";
textSet_room[3]="숙박 시 주의사항";
textSet_room[4]="총합계요금";
textSet_room[5]="결제방법:";
textSet_room[6]="";
textSet_room[7]="욕실";
textSet_room[8]="샤워부스";
textSet_room[9]="객실내 노천탕";
textSet_room[10]="Onsen supply";
textSet_room[11]="화장실(화변기)";
textSet_room[12]="비데";
textSet_room[13]="에어컨";
textSet_room[14]="난방시설";
textSet_room[15]="세이프티 박스";
textSet_room[16]="TV";
textSet_room[17]="VCR";
textSet_room[18]="신관";
textSet_room[19]="레이디스룸";
textSet_room[20]="타월";
textSet_room[21]="바스타월";
textSet_room[22]="샤워가운";
textSet_room[23]="핸디타월";
textSet_room[24]="칫솔";
textSet_room[25]="면도기";
textSet_room[26]="화장품";
textSet_room[27]="헤어 드라이어";
textSet_room[28]="유카타";
textSet_room[29]="슬리퍼";
textSet_room[30]="샴푸&린스";
textSet_room[31]="바디워시";
textSet_room[32]="어메니티";


/*
wish list area
------------------------------------------------------------*/
textSet_wish=new Array();
textSet_wish[0]="체크인";
textSet_wish[1]="체크아웃";
textSet_wish[2]="예약인원";
textSet_wish[3]="객실수";
textSet_wish[4]="삭제";



/*
scale error message
------------------------------------------------------------*/
var msg_error_scale="선택 지역이 너무 넓어서 호텔 정보를 불러올 수 없습니다.";

var msg_error_room="지정하신 검색조건에 해당하는 시설이 없습니다.";

/*
image path
------------------------------------------------------------*/
var htlCtnImg = '/Korean';
var strCookiePre = 'kr_';


/*
facility detail area
------------------------------------------------------------*/
textSet_room_price=new Array();
textSet_room_price[0]="&nbsp;";
textSet_room_price[1]="어른";
textSet_room_price[2]="어린이A";
textSet_room_price[3]="유아";
textSet_room_price[4]="인원수";
textSet_room_price[5]="1인당";
textSet_room_price[6]="요금";
textSet_room_price[7]="총요금";
textSet_room_price[8]="어린이B";
textSet_room_price[9]="어린이C";

/*
Number of Guests area
------------------------------------------------------------*/
textSet_child=new Array();
textSet_child[0]="구분";
textSet_child[1]="정원";
textSet_child[2]="침구･식사";
textSet_child[3]="요금";
textSet_child[4]="인원";
textSet_child[5]='현지지불. <a href="http://faq.japanican.com/kr/574/577/625/f2060.html" target="_blank">자세히 보기</a>';
textSet_child[6]="정원수 포함";
textSet_child[7]="어른식사에 준하는 식사(음식 종류가 약간 적음)･침구 제공";
textSet_child[8]="어린이용 식사 및 침구 제공";
textSet_child[9]="침구만 제공(식사불포함)";
textSet_child[10]="식사 및 침구 제공 안됨 ";
textSet_child[11]="명";
textSet_child[12]="-";

/*
larea name
------------------------------------------------------------*/
lareaNameArr = {"A02":"동북","A07":"호쿠리쿠","A03_A04":"도쿄 및 주변지역","A05_A06":"중부","A08":"오사카・교토 및 주변지역","A09":"주고쿠","A10":"시코쿠","A11":"규슈"};

textSet_search_map=new Array();
textSet_search_map[0]="일본 전국";

