function showTable(t1,t2){
	$('#' + t1).show();
	$('#' + t2).hide();
}

$(function(){
	create_date_select({id:'#birth',start:1930,selected:1980});	
});

