pointoo.hints = {

  search_bar_what: 'Suche...',

  search_user_who: 'wer (z.B. user123)',

  search_user_where: 'wo (z.B. Paris)',

  website: 'http://www.beispiel.de',

  registration_tags: 'z.B. Familienhotel, Pool'

};
pointoo.iconDimensions = {
  // width/height, anchor_x/anchor_y, wdw_anchor_x/wdw_anchor_y, shadow?
  supertags: {
    large:  [[51, 55], [36, 55], [35, 10], false], // TODO
    medium: [[34, 37], [25, 37], [15, 8], false],
    small:  [[26, 28], [19, 28], [13, 5],  false]
  },
  standard: {
    large:  [[51, 55], [36, 55], [35, 10], false], // TODO
    medium: [[34, 37], [25, 37], [15, 8], false],
    small:  [[26, 28], [19, 28], [13, 5],  false]
  }
};
