
/*_..............................................................................._*/


function ShowCountryList(){
	document.getElementById('CountryList').style.display = 'block';	
}

function use_value(values) { 
   document.getElementById('city4').value = values; 
   document.getElementById('CountryList').style.display = 'none';	
  // var parms = 'fromdropdown=1'; 
   //new Ajax.Request('./searchInMenu.php', {method: 'post', parameters: parms});
}

