	function mon(id){
	document.getElementById(id).style.background='url(img/bg-li-on.jpg) repeat-x top center';
	document.getElementById(id).style.cursor='pointer';
	}
	function moff(id){
	document.getElementById(id).style.background='url(img/bg-li.jpg) repeat-x top center';
	}
	function jdina(ids){
	window.location.replace(ids);
	}
	
	function home(){
	window.location = 'http://www.ariesconsult.cz/';
	}