function over (e) {
	e.style.backgroundImage = 'url(templates/aps_clean_generic/images/bkg_prodotto_on.gif)';
}

function out(e) {
	e.style.backgroundImage = 'url(templates/aps_clean_generic/images/bkg_prodotto_off.gif)';
}