function artist_select() {
	  
	  document.getElementById('artist_choose').innerHTML = ' ';
    document.getElementById('artist_select').style.display = 'block';
    	  
}
