﻿var actualmenu="";
	var maxmenu=3;
	
	function ackmenu(id) {
		actualmenu=id;
	}
	
	function hidemenu(id) {
		actualmenu="";
		window.setTimeout ("hidemenu_instant("+id+")",200);
	}
	
	function hidemenu_instant (id){
		if (!document.getElementById) {return;}
		if (id!=actualmenu) {document.getElementById ("submenu"+id).style.visibility = "hidden";}
	}
	
	function showmenu(id) {
		if (!document.getElementById) {return;}
		for (i=1; i<=maxmenu; i++) {
			document.getElementById ("submenu"+i).style.visibility = ((i==id) ? "visible" : "hidden");
		}
		actualmenu=id;
	}
	function okno(adresa,nazov,hodnota) { 
  window.open(adresa,nazov,hodnota);
	}
	
	function byty() 
	
	{
	var f = document.formsearch
	var kt = f.kategoria.options[f.kategoria.selectedIndex].value;
	if (kt == "1") 
	
	{
	document.getElementById("tdxx").style.display = 'block';
	document.getElementById("tdxxx").style.display = 'block';
	
	}
	else
	{
	document.getElementById("tdxx").style.display = 'none';
	document.getElementById("tdxxx").style.display = 'none';}

	}
	function bytyhide()
	{document.getElementById("tdxx").style.display = 'none';
	document.getElementById("tdxxx").style.display = 'none';}
