var servers = {
    'default': {
          domain: 'game.betvoyager.com/'
//        , apiProtocol: 'http:'
        , apiScript: 'game_api.php'
        , apiVersion: '1'
        , launchScript: 'go.php?ogid='
        , priorityRestore: 1
        , enable_history: 1
    },        
    'demo': {
          domain: 'game.betvoyager.com/'
        , apiScript: 'game_api.php'
        , apiVersion: '1'
        , launchScript: 'go.php?ogid='
        , priorityRestore: 1
        , enable_history: 0
    },
    'demo1': {
          domain: 'game10.betvoyager.com/'
        , apiProtocol: 'http:'
        , apiScript: 'game_api.php'
        , apiVersion: '1'
        , launchScript: 'go.php?ogid='
        , priorityRestore: 1
        , enable_history: 0
    },
    'demo2': {
          domain: 'game20.betvoyager.com/'
        , apiProtocol: 'http:'
        , apiScript: 'game_api.php'
        , apiVersion: '1'
        , launchScript: 'go.php?ogid='
        , priorityRestore: 1
        , enable_history: 0
    },
    'demo3': {
          domain: 'game5.betvoyager.com/'
        , apiProtocol: 'http:'
        , apiScript: 'game_api.php'
        , apiVersion: '2'
        , launchScript: 'go.php?ogid='
        , priorityRestore: 1
        , enable_history: 0
   },
   'game3': {
          domain: 'game1.betvoyager.com/'
//        , apiProtocol: 'http:'
        , apiScript: 'game_api.php'
        , apiVersion: '2'
        , launchScript: 'go.php?ogid='
        , priorityRestore: 1
        , enable_history: 1
   },
   'game5': {
          domain: 'game3.betvoyager.com/'
//        , apiProtocol: 'http:'
        , apiScript: 'game_api.php'
        , apiVersion: '2'
        , launchScript: 'go.php?ogid='
        , priorityRestore: 1
        , enable_history: 0
   }    
};

