function brendovi() {
	var njega = document.getElementById("ponudadesni");
	njega.style.background = "url('images/ponuda/ponuda_bg1.jpg') 0 0 no-repeat";
	njega = document.getElementById("ponudalevi");
	njega.style.background = "url('images/ponuda/ponuda_bg2.jpg') 0 0 no-repeat";
	njega = document.getElementById("tabkategorije");
	njega.style.display = "none";
	njega = document.getElementById("tabbrendovi");
	njega.style.display = "inline";
	}
function kategorije() {
	var njega = document.getElementById("ponudalevi");
	njega.style.background = "url('images/ponuda/ponuda_bg1.jpg') 0 0 no-repeat";
	njega = document.getElementById("ponudadesni");
	njega.style.background = "url('images/ponuda/ponuda_bg2.jpg') 0 0 no-repeat";
	njega = document.getElementById("tabbrendovi");
	njega.style.display = "none";
	njega = document.getElementById("tabkategorije");
	njega.style.display = "inline";
	}
