
   function showCD() {
	   artist.style.display = 'block'; 
   }
  
  function hideCD() {
	  artist.style.display = 'none';
	  }
