function hideDD(){
document.getElementById('pickupLocationDropDown').style.display = '';
}
function showDD(){
document.getElementById('pickupLocationDropDown').style.display = '';
}