function EaZyMap()
{
	this.arrMarkers = new Array();
	this.mapaSM = '';
	this.addMarker = function(lat,lon,txt) {
		var marker = new GMarker(new GLatLng(lat,lon),{title: txt});
		marker.txt = txt;
		GEvent.addListener(marker,"click",function() {
			marker.openInfoWindowHtml(marker.txt);
		});
		this.arrMarkers.push(marker);
		this.mapaSM.addOverlay(marker);
		marker.openInfoWindowHtml(marker.txt);
	}
	this.load = function (box_id,centerPointLat,centerPointLng,zoom) {
		this.mapaSM = new GMap2(document.getElementById(box_id));
		if(zoom == 0) zoom = 15;
		this.mapaSM.setCenter(new GLatLng(centerPointLat,centerPointLng),zoom);
		this.mapaSM.addControl(new GLargeMapControl());
		this.mapaSM.addControl(new GOverviewMapControl());
		this.mapaSM.addControl(new GMapTypeControl());
		if(this.arrMarkers.length>0)
		{
			for(var i = 0; i < this.arrMarkers.length; i++)
			{
				this.mapaSM.addOverlay(this.arrMarkers[i]);
			}
		}
		return this.mapaSM;
	}
}

function changeImages()
{
  if(document.images)
  {
	for(i = 0; i < changeImages.arguments.length; i += 2)
	{
	  document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
	}
  }
}

function changeImagesOferta()
{
  if(document.menu.images)
  {
	for(i = 0; i < changeImagesOferta.arguments.length; i += 2)
	{
	  document.menu[changeImagesOferta.arguments[i]].src = changeImagesOferta.arguments[i+1];
	}
  }
}

function UstawPodstroneAktywnaPoradyPrawne(id)
{
  if(document.getElementById)
  {
    for(var i = 1; i < 10; i++)
	{
	  window.document.getElementById("m"+i).style.fontWeight = "normal";
	  window.document.getElementById("m"+i).style.color = "#333333";
	  changeImages("om"+i,"images/k1.gif");
	}
    window.document.getElementById(id).style.fontWeight = "bold";
	window.document.getElementById(id).style.color = "#0B0045";
  }
  else if(document.layers)
  {
    for(var i = 1; i < 10; i++)
	{
	  window.document.layers["m"+i].fontWeight = "normal";
	  window.document.layers["m"+i].color = "#333333";
	  changeImages("om"+i,"images/k1.gif");
	}
	window.document.layers[id].fontWeight = "bold";
	window.document.layers[id].color = "#0B0045";
  }
  else if(document.all)
  {
    for(var i = 1; i < 10; i++)
	{
	  window.document.all["m"+i].style.fontWeight = "normal";
	  window.document.all["m"+i].style.color = "#333333";
	  changeImages("om"+i,"images/k1.gif");
	}
	window.document.all[id].style.fontWeight = "bold";
	window.document.all[id].style.color = "#0B0045";
  }
  changeImages("o"+id,"images/k2.gif");
}

function UstawPodstroneAktywnaOFirmie(id)
{
  if(document.getElementById)
  {
    for(var i = 1; i < 3; i++)
	{
	  window.document.getElementById("m"+i).style.fontWeight = "normal";
	  window.document.getElementById("m"+i).style.color = "#333333";
	  changeImages("om"+i,"images/k1.gif");
	}
    window.document.getElementById(id).style.fontWeight = "bold";
	window.document.getElementById(id).style.color = "#0B0045";
  }
  else if(document.layers)
  {
    for(var i = 1; i < 3; i++)
	{
	  window.document.layers["m"+i].fontWeight = "normal";
	  window.document.layers["m"+i].color = "#333333";
	  changeImages("om"+i,"images/k1.gif");
	}
	window.document.layers[id].fontWeight = "bold";
	window.document.layers[id].color = "#0B0045";
  }
  else if(document.all)
  {
    for(var i = 1; i < 3; i++)
	{
	  window.document.all["m"+i].style.fontWeight = "normal";
	  window.document.all["m"+i].style.color = "#333333";
	  changeImages("om"+i,"images/k1.gif");
	}
	window.document.all[id].style.fontWeight = "bold";
	window.document.all[id].style.color = "#0B0045";
  }
  changeImages("o"+id,"images/k2.gif");
}

function UstawPodstroneAktywnaOferta(id)
{
  if(document.getElementById)
  {
    for(var i = 1; i < 14; i++)
	{
	  window.document.getElementById("m"+i).style.fontWeight = "normal";
	  window.document.getElementById("m"+i).style.color = "#333333";
	  changeImages("om"+i,"images/k1.gif");
	}
    window.document.getElementById(id).style.fontWeight = "bold";
	window.document.getElementById(id).style.color = "#0B0045";
  }
  else if(document.layers)
  {
    for(var i = 1; i < 14; i++)
	{
	  window.document.layers["m"+i].fontWeight = "normal";
	  window.document.layers["m"+i].color = "#333333";
	  changeImages("om"+i,"images/k1.gif");
	}
	window.document.layers[id].fontWeight = "bold";
	window.document.layers[id].color = "#0B0045";
  }
  else if(document.all)
  {
    for(var i = 1; i < 14; i++)
	{
	  window.document.all["m"+i].style.fontWeight = "normal";
	  window.document.all["m"+i].style.color = "#333333";
	  changeImages("om"+i,"images/k1.gif");
	}
	window.document.all[id].style.fontWeight = "bold";
	window.document.all[id].style.color = "#0B0045";
  }
  changeImages("o"+id,"images/k2.gif");
}
