function toggleBackgroundProduct(item, stan) {
	if (stan==1) item.style.background='url(images/productON.gif) 1px 2px no-repeat';
	if (stan==2) item.style.background='';
}

function toggleBackgroundCategory(item, stan) {
	if (stan==1) item.style.background='url(images/categoryON.gif) 0px 2px no-repeat';
	if (stan==2) item.style.background='';
}