// MENU
home_off = new Image;
if (menu_active == "home") { home_off.src = "/images/home_active.jpg"; } else { home_off.src = "/images/home.jpg"; }
home_on = new Image;
home_on.src = "/images/home_hover.jpg";

team_info_off = new Image;
if (menu_active == "team_info") { team_info_off.src = "/images/team_info_active.jpg"; } else { team_info_off.src = "/images/team_info.jpg"; }
team_info_on = new Image;
team_info_on.src = "/images/team_info_hover.jpg";

downtown_arena_off = new Image;
if (menu_active == "downtown_arena") { downtown_arena_off.src = "/images/downtown_arena_active.jpg"; } else { downtown_arena_off.src = "/images/downtown_arena.jpg"; }
downtown_arena_on = new Image;
downtown_arena_on.src = "/images/downtown_arena_hover.jpg";

ticket_office_off = new Image;
if (menu_active == "ticket_office") { ticket_office_off.src = "/images/ticket_office_active.jpg"; } else { ticket_office_off.src = "/images/ticket_office.jpg"; }
ticket_office_on = new Image;
ticket_office_on.src = "/images/ticket_office_hover.jpg";

merchandise_off = new Image;
if (menu_active == "merchandise") { merchandise_off.src = "/images/merchandise_active.jpg"; } else { merchandise_off.src = "/images/merchandise.jpg"; }
merchandise_on = new Image;
merchandise_on.src = "/images/merchandise_hover.jpg";

fan_center_off = new Image;
if (menu_active == "fan_center") { fan_center_off.src = "/images/fan_center_active.jpg"; } else { fan_center_off.src = "/images/fan_center.jpg"; }
fan_center_on = new Image;
fan_center_on.src = "/images/fan_center_hover.jpg";

// SIDEBAR
ticket_office_sidebar_off = new Image;
ticket_office_sidebar_off.src = "/images/ticket_office_sidebar.jpg";
ticket_office_sidebar_on = new Image;
ticket_office_sidebar_on.src = "/images/ticket_office_sidebar_hover.jpg";

merchandise_sidebar_off = new Image;
merchandise_sidebar_off.src = "/images/merchandise_sidebar.jpg";
merchandise_sidebar_on = new Image;
merchandise_sidebar_on.src = "/images/merchandise_sidebar_hover.jpg";

newsletter_sidebar_off = new Image;
newsletter_sidebar_off.src = "/images/newsletter_sidebar.jpg";
newsletter_sidebar_on = new Image;
newsletter_sidebar_on.src = "/images/newsletter_sidebar_hover.jpg";

tryouts_sidebar_off = new Image;
tryouts_sidebar_off.src = "/images/tryouts_sidebar.jpg";
tryouts_sidebar_on = new Image;
tryouts_sidebar_on.src = "/images/tryouts_sidebar_hover.jpg";

brick_sidebar_off = new Image;
brick_sidebar_off.src = "/images/brick_sidebar.jpg";
brick_sidebar_on = new Image;
brick_sidebar_on.src = "/images/brick_sidebar_hover.jpg";

function show_submenu(id)
{
}