var SearchAndBookFormWebService=function() {
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SearchAndBookFormWebService.prototype={
GetCountries:Sys.Net._WebMethod._createProxyMethod(this,"GetCountries", "SearchAndBookFormWebService.GetCountries",false,"bFarTravels"),
GetRegions:Sys.Net._WebMethod._createProxyMethod(this,"GetRegions", "SearchAndBookFormWebService.GetRegions",false,"iCountryID","iAccommodationTypeID","iPeriodID","bFarTravels"),
GetPlaces:Sys.Net._WebMethod._createProxyMethod(this,"GetPlaces", "SearchAndBookFormWebService.GetPlaces",false,"iCountryID","iRegionID","iAccommodationTypeID","iPeriodID","bFarTravels"),
GetAccommodationTypes:Sys.Net._WebMethod._createProxyMethod(this,"GetAccommodationTypes", "SearchAndBookFormWebService.GetAccommodationTypes",false,"iCountryID","iRegionID","iPlaceID","iPeriodID","bFarTravels"),
GetPeriods:Sys.Net._WebMethod._createProxyMethod(this,"GetPeriods", "SearchAndBookFormWebService.GetPeriods",false,"iCountryID","iRegionID","iPlaceID","iAccommodationTypeID","bFarTravels"),
GetTravelCount:Sys.Net._WebMethod._createProxyMethod(this,"GetTravelCount", "SearchAndBookFormWebService.GetTravelCount",false,"iCountryID","iRegionID","iPlaceID","iAccommodationTypeID","iPeriodID","bFarTravels"),_get_path: function() { return SearchAndBookFormWebService.get_path(); },
    set_timeout: function(value) { this._timeout = value; },
    get_timeout: function() { return this._timeout; },
    set_defaultUserContext: function(value) { this._userContext = value; },
    get_defaultUserContext: function() { return this._userContext; },
    set_defaultSucceededCallback: function(value) { this._succeeded = value; },
    get_defaultSucceededCallback: function() { return this._succeeded; },
    set_defaultFailedCallback: function(value) { this._failed = value; },
    get_defaultFailedCallback: function() { return this._failed; }
}
SearchAndBookFormWebService._staticInstance = new SearchAndBookFormWebService();
SearchAndBookFormWebService.set_path = function(value) { SearchAndBookFormWebService._staticInstance._path = value; }
SearchAndBookFormWebService.get_path = function() { return SearchAndBookFormWebService._staticInstance._path; }
SearchAndBookFormWebService.set_timeout = function(value) { SearchAndBookFormWebService._staticInstance._timeout = value; }
SearchAndBookFormWebService.get_timeout = function() { return SearchAndBookFormWebService._staticInstance._timeout; }
SearchAndBookFormWebService.set_defaultUserContext = function(value) { SearchAndBookFormWebService._staticInstance._userContext = value; }
SearchAndBookFormWebService.get_defaultUserContext = function() { return SearchAndBookFormWebService._staticInstance._userContext; }
SearchAndBookFormWebService.set_defaultSucceededCallback = function(value) { SearchAndBookFormWebService._staticInstance._succeeded = value; }
SearchAndBookFormWebService.get_defaultSucceededCallback = function() { return SearchAndBookFormWebService._staticInstance._succeeded; }
SearchAndBookFormWebService.set_defaultFailedCallback = function(value) { SearchAndBookFormWebService._staticInstance._failed = value; }
SearchAndBookFormWebService.get_defaultFailedCallback = function() { return SearchAndBookFormWebService._staticInstance._failed; }
SearchAndBookFormWebService.set_path("/WebServices/SearchAndBookFormWebService.asmx");
SearchAndBookFormWebService.GetCountries= function(bFarTravels,onSuccess,onFailed,userContext) {SearchAndBookFormWebService._staticInstance.GetCountries(bFarTravels,onSuccess,onFailed,userContext); }
SearchAndBookFormWebService.GetRegions= function(iCountryID,iAccommodationTypeID,iPeriodID,bFarTravels,onSuccess,onFailed,userContext) {SearchAndBookFormWebService._staticInstance.GetRegions(iCountryID,iAccommodationTypeID,iPeriodID,bFarTravels,onSuccess,onFailed,userContext); }
SearchAndBookFormWebService.GetPlaces= function(iCountryID,iRegionID,iAccommodationTypeID,iPeriodID,bFarTravels,onSuccess,onFailed,userContext) {SearchAndBookFormWebService._staticInstance.GetPlaces(iCountryID,iRegionID,iAccommodationTypeID,iPeriodID,bFarTravels,onSuccess,onFailed,userContext); }
SearchAndBookFormWebService.GetAccommodationTypes= function(iCountryID,iRegionID,iPlaceID,iPeriodID,bFarTravels,onSuccess,onFailed,userContext) {SearchAndBookFormWebService._staticInstance.GetAccommodationTypes(iCountryID,iRegionID,iPlaceID,iPeriodID,bFarTravels,onSuccess,onFailed,userContext); }
SearchAndBookFormWebService.GetPeriods= function(iCountryID,iRegionID,iPlaceID,iAccommodationTypeID,bFarTravels,onSuccess,onFailed,userContext) {SearchAndBookFormWebService._staticInstance.GetPeriods(iCountryID,iRegionID,iPlaceID,iAccommodationTypeID,bFarTravels,onSuccess,onFailed,userContext); }
SearchAndBookFormWebService.GetTravelCount= function(iCountryID,iRegionID,iPlaceID,iAccommodationTypeID,iPeriodID,bFarTravels,onSuccess,onFailed,userContext) {SearchAndBookFormWebService._staticInstance.GetTravelCount(iCountryID,iRegionID,iPlaceID,iAccommodationTypeID,iPeriodID,bFarTravels,onSuccess,onFailed,userContext); }
var gtc = Sys.Net._WebMethod._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
AjaxControlToolkit.CascadingDropDownNameValue=gtc("AjaxControlToolkit.CascadingDropDownNameValue");
AjaxControlToolkit.CascadingDropDownNameValue.registerClass('AjaxControlToolkit.CascadingDropDownNameValue');
