function item_rollover(theObj) {
	theObj.style.backgroundImage = "url(/images/item_bg_over.png)";
}
function item_rollout(theObj) {
	theObj.style.backgroundImage = "url(/images/item_bg.png)";
}
