function show_cd_desc(id){
	document.getElementById('cd_description').innerHTML = id;
}

function show_book_desc(id){
	document.getElementById('book_description').innerHTML = id;
}

function show_film_desc(id){
	document.getElementById('film_description').innerHTML = id;
}
