	function onmose(id, href){
	document.getElementById(id).style.background='url(img/bg-menu.jpg) no-repeat center top';
	document.getElementById(id).style.cursor='pointer';
	document.getElementById(href).style.color='white';
	}
	function ofmose(id, href){
	document.getElementById(id).style.background='';
	document.getElementById(href).style.color='#4c4c4c';
	}
	function mmoff(id, href){
	document.getElementById(id).style.background='url(img/bg-menu.jpg) no-repeat center top';
	document.getElementById(href).style.color='white';
	}
	function jdi(kam){
	window.location = 'http://www.autocaba.cz/'+kam+'.html';
	}
	function domu(ids){
	window.location = 'http://www.autocaba.cz/';
	}
	function oncursor(ids){
	document.getElementById(ids).style.cursor='pointer';
	}
	function offcursor(ids){
	document.getElementById(ids).style.cursor='auto';
	}
	
	function zobr(value){
	stav = document.getElementById(value).style.display;
	document.getElementById(value).style.display = (stav=="none") ? "block" : "none";
	}
	
	function verify(){
  	msg = "Vstupem do WEBSHOPU souhlasíte s Obchodními podmínkami, které jsou uvedeny výše. K objednání přes WEBSHOP není nutná registrace, stačí vyplnit osobní údaje a telefon při odesílání košíku. Pokračovat?";
    return confirm(msg);
	}
	 