function selectOnChange(who){
    document.ricerca_per.ty.value=who;
    document.ricerca_per.submit(); 
}
//Se nn trovi la funzione è qui!!!
function ant(url){
	document.pagine.action=url;
	document.pagine.submit();
}

function set_background_image(object,image)
{
object.style.background = 'url('+image+')';
}

function toggle_background_image(object)
{
object.style.background = 'none';

}
