	function click() {
	if (event.button==2) {
	alert('Autor obsahu: Obec Šelešovice\nAutor webu: VENA design')
	}
	}
	document.onmousedown=click

	window.status='Oficiální webové stránky obce Šelešovice u Kroměříže - www.selesovice.cz';

	function go2(adresa)
	{  window.open(adresa,"_blank","menubar=no,directories=no,status=no,toolbar=no,scrollbars=yes,copyhistory=no,resizable=no,top=50,left=50,width=650,height=450");  }

	function go(adresa)
	{  window.open(adresa,"_self","");  }
