

function showUpload() {
	
	document.getElementById('upload_field').style.display = 'block';
}
