function mapGoogle(w)
{
  $('#map'+w+'a').click();
}

$(document).ready( function()
{
  $('body').append('<a href="maps/map1.html" rel="lyteframe" id="map1a" title="ul. Wolności 110, 42-674 Zbrosławice"></a><a href="maps/map2.html" rel="lyteframe" id="map2a" title="ul. Wolności 109, 42-674 Zbrosławice"></a>');
});
