	
	function zmen(value){
	document.getElementById(value).style.cursor='pointer';
	document.getElementById(value).style.background='url(img/menu-a.jpg) no-repeat left top';
	}
	function vrat(value){
	document.getElementById(value).style.cursor='none';
	document.getElementById(value).style.background='url(img/menu.jpg) no-repeat left top';
	}
	
	function jdi(kam){
	window.location = kam;
	}
