function showtimes(nola) {
    var w = window.open('showtimes/' + nola.toUpperCase() + '.html','showtimeswin','width=600,height=600,scrollbars=yes,resizable=yes');
    w.focus();
}