function showTimeZoneSelect(dest) {
	$('selectTimeDiv').style.display = 'block';
	$('labelTimeDiv').style.display = 'none';
	$(dest).options[0].selected = true;
}
