﻿function SetTopDest(display,countryVal,cityVal){
    document.getElementById(hCity).value    = cityVal;
    document.getElementById(hCountry).value = countryVal;
    document.getElementById(cityCountry).value = display;
}


