function popupWindow(url) {
	window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=320,height=240,screenX=150,screenY=150,top=150,left=150');
}
function vyrobce(formular){
	window.location.href = '/hledat.html?search=' + form2.search.options[formular.selectedIndex].value;
}
function tree_zmena(objLI, objIMG){
	objLI = document.getElementById(objLI);
	objIMG = document.getElementById(objIMG);
	if (objIMG.className == 'plus') {
		objIMG.className = 'minus';
		objLI.style.display = 'block';
	} else {
		objIMG.className = 'plus'
		objLI.style.display = 'none';
	}
}

function kom_check(){
	return('potv' + 'rzeni');
}
