function Go (link) {
      	document.location.href = link;
}

function frm_function()
{
	var Textknoten = document.createTextNode("Czekaj, prosze ...");
	
	//document.getElementById("divSubmit").style.visibility = "hidden";
	document.getElementById("divSubmit").replaceChild(Textknoten, document.getElementById("divSubmit").firstChild);
}

function tipafriend()
{
	location.href="mailto:office@elacompil.poznan.pl";
}

function ulubione()
   {
   if (document.all)
      {
      window.external.AddFavorite
      ("http://www.elacompil.com.pl","Ela-compil - Integrator Systemów Bezpieczeństwa")
      }
   }



