function showEl(element){
	document.getElementById(element).style.display = 'block';
}
