/****************************************************************************
POMO
-------------------
Copyright 2006, 2007, 2008 Davide Zaccaria, Orazio Langenbach

This file is part of POMO.

POMO is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

POMO is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with POMO.  If not, see <http://www.gnu.org/licenses/>.
****************************************************************************/

var map_def_lat = 45.065671;
var map_def_lon = 7.552414;
var map_def_zoom = 15;

/*
var map_def_lat = 44.96334;
var map_def_lon = 7.936935;
var map_def_zoom = 16;
*/
var iconData = {
  "it": { width: 21, height: 14 },
  "flag-shadow": { width: 40, height: 30 },
  "house": { width: 32, height: 32 },
  "house-shadow": { width: 59, height: 32 },
  "headquarters": { width: 32, height: 32 },
  "headquarters-shadow": { width: 59, height: 32 }
};

var officeLayer = [
  {
    "zoom": [0, 4],
    "places": [
      {
        "name": sites_in_it,
        "icon": ["it", "flag-shadow"],
        "posn": [41, 13]
      }
    ]
  },
  {
    "zoom": [5, 17],
    "places": [
      {
        "name": "Sede amministrativa e operativa",
        "icon": ["headquarters", "headquarters-shadow"],
        "posn": [45.066731, 7.551298],
        "addr": "<table cellspacing=\"10\"><tr><td><b>Sede amministrativa e operativa</b><br />Via Pavia 66/A<br />10098 - Rivoli (TO)<br />tel. 011.9576755<br />fax 011.9507394<br />e-mail <a href=\"mailto:info@autoriparazioninatale.it\">info@autoriparazioninatale.it</a></td></tr></table>"
      },
      {
        "name": "Sede operativa",
        "icon": ["house", "house-shadow"],
        "posn": [45.062813, 7.553098],
        "addr": "<table cellspacing=\"10\"><tr><td><b>Sede amministrativa e operativa</b><br />Via Ferrero 92/A-B<br />10098 - Rivoli (TO)<br />e-mail <a href=\"mailto:info@autoriparazioninatale.it\">info@autoriparazioninatale.it</a></td></tr></table>"
      }
    ]
  }
];
