
// ## Realtime mode ##

// retrieval-interval in realtime mode [value in milliseconds | default: 2000]
var realtime_retrieval_interval = 2000;

// maximum number of panels for realtime mode in desktop view [1 <= value <= 15 | default: 10]
var realtime_max_panel_count_desktop = 10;

// maximum number of panels for realtime mode in mobile view [1 <= value <= 12 | default: 7]
var realtime_max_panel_count_mobile = 7;

// main caption in realtime mode
var realtime_main_caption = "Realtime statistics";

// sub caption line 1 in realtime mode
var realtime_sub_caption_1 = "KWA Bad Griesbach";

// sub caption line 2 in realtime mode
var realtime_sub_caption_2 = "24h Mountainbike Rennen";

// caption for the position-info
var realtime_caption_startno = "Start #";

// caption for the driver-info
var realtime_caption_driver = "Driver:";

// caption for the team-info
var realtime_caption_teaminfo = "Team:";

// caption for the team-name
var realtime_caption_teamname = "Name:";

// caption for the laptime-info
var realtime_caption_laptime = "Laptime:";

// caption for the category-info
var realtime_caption_category = "Category:";

// caption for the laps-data of the team
var realtime_caption_laps_team = "Laps:";

// caption for the position of the team
var realtime_caption_pos_team = "Pos:";

// caption for the standings
var realtime_caption_standings = "Standing:";

// width of browser for realtime mode in desktop view [default: 1000]
var realtime_desktop_display_width = 1000;

// height of browser for realtime mode in desktop view [default: 700]
var realtime_desktop_display_height = 700;

// width of browser for realtime mode in mobile (PDA, iPod, iPhone) view [default: 450]
var realtime_mobile_display_width = 450;

// height of browser for realtime mode in mobile (PDA, iPod, iPhone) view [default: 300]
var realtime_mobile_display_height = 300;


// ## Category mode ##

// retrieval-interval in category mode [value in milliseconds | default: 20000]
var category_page_duration = 2000;

// maximum number of panels for category mode in desktop view [1 <= value <= 15 | default: 10]
var category_max_panel_count_desktop = 10;

// maximum number of panels for category mode in mobile view [1 <= value <= 12 | default: 7]
var category_max_panel_count_mobile = 7;

// delay-time for adding/removing panels in category mode [value in milliseconds | default: 200]
var category_panel_delay_time = 200;

// width of browser for category mode [default: 1000]
var category_desktop_display_width = 1000;

// height of browser for category mode [default: 700]
var category_desktop_display_height = 700;

// width of browser for category mode [default: 450]
var category_mobile_display_width = 450;

// height of browser for category mode [default: 300]
var category_mobile_display_height = 300;

// main caption in realtime mode
var category_main_caption = "Category statistics";

// sub caption line 1 in realtime mode
var category_sub_caption_1 = "KWA Bad Griesbach";

// sub caption line 2 in realtime mode
var category_sub_caption_2 = "24h Mountainbike Rennen";

