// This accounts for the fact that txtDestination exists in two locations on the Feature Page.  (cruise and package tabs)
function init_qs_suggest(Function_52, Function_461) {
 var oCruiseDestination, oPackageDestination, oDeparture;

  if (Function_52 == 'true') {
    oCruiseDestination = new AutoSuggestControl(document.forms["frmQuickCruise"].elements["txtDestination"], new LocationSuggestions());
    oPackageDestination = new AutoSuggestControl(document.forms["frmQuickPackage"].elements["txtDestination"], new LocationSuggestions());
  }

/*	
  if (Function_461 == 'true') {
    oDeparture = new AutoSuggestControl(document.getElementById("txtDepartureLocation"), new LocationSuggestions());
	}
*/
}
