function showCards() {
	document.getElementById('card_types').style.display='block';
}

function hideCards() {
	document.getElementById('card_types').style.display='none';
}