function genreNav() {
document.location = document.genre.list.options[document.genre.list.selectedIndex].value
}