$(document).ready(function() {
	
	/* Menu
	---------------------------------------------- */
	$('#menu .submenu ul').hide();
	$('#menu .submenu').hover(
		function() {
			$(this).addClass('active');
			$(this).find('ul').show();
			$(this).css('z-index', 100);
		},
		function() {
			$(this).removeClass('active');
			$(this).find('ul').hide();
			$(this).css('z-index', 5);
		}
	);
	
});

function axWalidSzukaj(temp, form)
{
	//form.get(0).szukaj_oferta_tekst.blur();
	//return $('#sys_id_wyszukiwanie_szukaj_oferta_tekst_mod').attr('value')=='1';
	return true;
}

//cache
$(window).load(function()
{
	cacheImg('/img/layout/www/header/menu.gif');
	cacheImg('/img/layout/www/header/submenu.gif');
	cacheImg('/img/layout/www/header/sub.gif');
	cacheImg('/img/layout/www/header/sub.gif');
});

