﻿var resDir = "http://192.0.6.62/FLight/";
var destcity_box = new JSAutoSuggestBox();
destcity_box.clueBaseDivID = "depart_city_ClueBase";
destcity_box.textBoxID = "depart_city_input";
destcity_box.selectInputid = "depart_city";
destcity_box.dataType = "DomesticDest";
destcity_box.language = "cn";
destcity_box.mnMaxSuggestChars = 20;
destcity_box.mnStartSearchIndex = 1;
destcity_box.mnKeyPressDelay = 300;
destcity_box.msResourcesDir = resDir;
destcity_box.itemCSSClass = "item";
destcity_box.selItemCSSClass = "selitem";
//destcity_box.CallBack = DestCityChanger;
eAddObj('depart_city_input', destcity_box);

var resDir = "http://192.0.6.62/FLight/";
var destcity_box = new JSAutoSuggestBox();
destcity_box.clueBaseDivID = "depart1_city_ClueBase";
destcity_box.textBoxID = "depart1_city_input";
destcity_box.selectInputid = "depart1_city";
destcity_box.dataType = "DomesticDest";
destcity_box.language = "cn";
destcity_box.mnMaxSuggestChars = 20;
destcity_box.mnStartSearchIndex = 1;
destcity_box.mnKeyPressDelay = 300;
destcity_box.msResourcesDir = resDir;
destcity_box.itemCSSClass = "item";
destcity_box.selItemCSSClass = "selitem";
//destcity_box.CallBack = DestCityChanger;
eAddObj('depart1_city_input', destcity_box);
