﻿/*
 Általános js vonohorogmester.com v1.0
*/
/*  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-13022230-4']);
  _gaq.push(['', '.vonohorogmester.com']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
*/
function hiba_kezel(akcio, ertek) {
 $(function(){
  $(document).oneTime(100, "hibakezel_delay", function() { alert(ertek); });
 });
}
function uzenet_kezel(akcio, ertek) {
 alert(ertek);
}


/* 
 >>>>>>> Fejléc v1.0 js <<<<<<<
*/

sfHover = function() {
  if (document.getElementById("nav")) {
	  var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	  for (var i=0; i < sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
		  this.className+=" sfHover";
		}
		sfEls[i].onmouseout=function() {
		  this.className=this.className.replace(new RegExp(" sfHover\b"), "");
		}
	  }
   }
 }
 if (window.attachEvent) window.attachEvent("onload", sfHover);

