function SwitchMenu(obj,ile)
{
	
	var el = document.getElementById('sub'+obj);
	var el2 = document.getElementById('head'+obj);
   
  for (var i=1; i<=ile; i++)
  {
   var el3 = document.getElementById('sub'+i);
   var el4 = document.getElementById('head'+i);
	 el3.style.display = "none";
	 el4.style.fontWeight= "normal";
	}
	
  if(el.style.display != "block")
  {
   el.style.display = "block";
   el2.style.fontWeight= "bold";
  }
  else
  {
		el.style.display = "none";
	}
  

	
}


flash=document.oferta_r;

function napisz() {

document.oferta_lewa.napis("kupa");

}

function ByPass(tekst) {

if(tekst) {

ByPass();

//document.getElementById("tytul_s").innerHTML = tekst;

window.document.oferta_r.SetVariable("_root.zmienna",tekst);

window.document.oferta_r.GotoFrame(1);

window.document.oferta_r.Play();

}

return true;

}

function show(path) {

//document.getElementById('oferta_opis').style.visibility = "hidden";

//document.getElementById('oferta_opis').style.display = "none";

document.getElementById('oferta_r').style.display = "block";

document.getElementById('oferta_r').style.visibility = "visible";

ByPass();

ByPass(path);

}
function ShowMap() {
document.getElementById('contactMap').style.display = "block";
}
function HideMap() {
document.getElementById('contactMap').style.display = "none";
}
