// swap the description graphic in the header when mousing over a flash item

function swapDescription(id) {
	descriptionBox = document.getElementById("flashDescription");
	descriptionBox.innerHTML = '<img src="img/description_' + id + '.gif" border="0" />';
}
