
		roll1 = new Image();
		roll1.src = "img/img/bara_meniu.jpg";
		
		function ovmenu(cible1,url)
		{
			document.getElementById(cible1).src=url+'img/bara_meniu.jpg';
		}

		function romenu(cible1,url)
		{
			document.getElementById(cible1).src=url+'img/bara_meniu.jpg';
		}
		
				function backgd(div)
		{
			document.getElementById(div).style.backgroundColor = "#f8b332";
		}
		
				function backgdd(div)
		{
			document.getElementById(div).style.backgroundColor = "#ffffff";
		}
		
		rolld1 = new Image();
		rolld1.src = "img/bara_meniu.jpg";
		
		function ovdmenu(cibled1,url)
		{
			/*document.getElementById(cibled1).src=url+'img/bara_meniu.jpg';*/
		}

		function rodmenu(cibled1,url)
		{
			/*document.getElementById(cibled1).src=url+'img/bara_meniu.jpg';*/
		}


