
function overMenu(id, img) {
	document.getElementById("imgMenu"+id).src="/img/m0/"+img;
	document.getElementById("divMenu"+id).style.background='url(/img/m0/bg-a.gif)';
}
function outMenu(id, img) {
	document.getElementById("imgMenu"+id).src="/img/m0/"+img;
	document.getElementById("divMenu"+id).style.background='url(/img/m0/bg.gif)';
}



function overPrices(id, img) {
	document.getElementById("imgPrices"+id).src="/img/prices/"+img;
}
function outPrices(id, img) {
	document.getElementById("imgPrices"+id).src="/img/prices/"+img;
}

function overCat(id) {
	document.getElementById("imgCat"+id).src="/img/dot-a.gif";
}
function outCat(id) {
	document.getElementById("imgCat"+id).src="/img/dot.gif";
}


