$(document).ready(function(){
	$("#countryListLink").click(function(){
		$("#countryList").slideToggle('fast');
	});
});