function init_dsnx_suggest(Function_43, Function_49) {
 var oDestination, oDeparture
  
  if (Function_43 == 'true') {
    oDestination = new AutoSuggestControl(document.getElementById("txtDestination"), new LocationSuggestions());
  }

/*	
	if (Function_49 == 'true') {
    oDeparture = new AutoSuggestControl(document.getElementById("txtDepartureLocation"), new LocationSuggestions());
	}
*/
}

